Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 15 of 15) sorted by relevance

/tools/asuite/atest/tools/
Dupdatedb_darwin.sh46 temp=$TMPDIR/_updatedb$$
102 /usr/libexec/locate.mklocatedb $sortarg > $temp 2>/dev/null; then
103 case x"`find $temp -size 257c -print`" in
104 x) cat $temp > $DATABASE;;
105 *) echo "$prog: database $temp is found empty."
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DTemperatureCollector.java93 Double temp = getTemperature(device); in collect() local
94 if (temp == null) { in collect()
100 mValues.get(device).addDoubleValue(temp); in collect()
101 mMaxDeviceTemps.putIfAbsent(device, temp); in collect()
102 mMinDeviceTemps.putIfAbsent(device, temp); in collect()
103 if (mMaxDeviceTemps.get(device) < temp) { in collect()
104 mMaxDeviceTemps.put(device, temp); in collect()
106 if (mMinDeviceTemps.get(device) > temp) { in collect()
107 mMinDeviceTemps.put(device, temp); in collect()
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp118 float temp; in Inverse() local
120 temp = f_[0] * f_[5] * f_[10]; in Inverse()
121 if (temp >= 0) in Inverse()
122 pos += temp; in Inverse()
124 neg += temp; in Inverse()
125 temp = f_[4] * f_[9] * f_[2]; in Inverse()
126 if (temp >= 0) in Inverse()
127 pos += temp; in Inverse()
129 neg += temp; in Inverse()
130 temp = f_[8] * f_[1] * f_[6]; in Inverse()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DCircularAtraceUtil.java95 File temp = device.pullFile(DEVICE_FILE); in endTrace() local
96 if (temp != null) { in endTrace()
97 FileInputStreamSource stream = new FileInputStreamSource(temp); in endTrace()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingReader.kt89 val temp = windows[0] in addBuffer() constant
93 onWindowReleased!!.invoke(temp) in addBuffer()
/tools/metalava/src/main/java/com/android/tools/metalava/
DRewriteAnnotations.kt202 val temp = File(file.path + ".temp-$PROGRAM_NAME") in <lambda>() constant
203 rewriteJar(file, temp) in <lambda>()
205 temp.renameTo(file) in <lambda>()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py47 temp = start
48 while temp < stop:
49 yield temp
50 temp += step
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java847 File temp; in saveLogcatForIteration() local
849 temp = FileUtil.createTempFile("logcat_" + iteration + "_", ".txt"); in saveLogcatForIteration()
850 data.setLogFile(LogFileType.LOGCAT, temp.getAbsolutePath()); in saveLogcatForIteration()
853 Files.copy(logcat.createInputStream(), temp.toPath(), REPLACE_EXISTING); in saveLogcatForIteration()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java538 BatteryTemperature temp = new BatteryTemperature(); in matches() local
539 Integer deviceBatteryTemp = temp.getBatteryTemperature(device); in matches()
DNativeDevice.java1155 File temp = pullFile(remoteFilePath); in pullFileContents() local
1157 if (temp != null) { in pullFileContents()
1159 return FileUtil.readStringFromFile(temp); in pullFileContents()
1163 FileUtil.deleteFile(temp); in pullFileContents()
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py318 temp = hilbert(signal[temp_left_border:temp_right_border])
320 result.append(temp[index - temp_left_border])
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt165 Test create a temp dir and encoutered error during deletion. ... ok
167 Test create a temp dir and dir no longer exists during deletion. ... ok
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java372 int temp = overflowLength; in internalCreateTempFile() local
374 suffix = suffix.substring(temp, suffix.length()); in internalCreateTempFile()
/tools/repohooks/
DREADME.md284 doing a full checkout of the repo in a temp dir, but this can slow things down
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...