Searched refs:temp (Results 1 – 15 of 15) sorted by relevance
46 temp=$TMPDIR/_updatedb$$102 /usr/libexec/locate.mklocatedb $sortarg > $temp 2>/dev/null; then103 case x"`find $temp -size 257c -print`" in104 x) cat $temp > $DATABASE;;105 *) echo "$prog: database $temp is found empty."
93 Double temp = getTemperature(device); in collect() local94 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()
118 float temp; in Inverse() local120 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 …]
95 File temp = device.pullFile(DEVICE_FILE); in endTrace() local96 if (temp != null) { in endTrace()97 FileInputStreamSource stream = new FileInputStreamSource(temp); in endTrace()
89 val temp = windows[0] in addBuffer() constant93 onWindowReleased!!.invoke(temp) in addBuffer()
202 val temp = File(file.path + ".temp-$PROGRAM_NAME") in <lambda>() constant203 rewriteJar(file, temp) in <lambda>()205 temp.renameTo(file) in <lambda>()
47 temp = start48 while temp < stop:49 yield temp50 temp += step
847 File temp; in saveLogcatForIteration() local849 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()
538 BatteryTemperature temp = new BatteryTemperature(); in matches() local539 Integer deviceBatteryTemp = temp.getBatteryTemperature(device); in matches()
1155 File temp = pullFile(remoteFilePath); in pullFileContents() local1157 if (temp != null) { in pullFileContents()1159 return FileUtil.readStringFromFile(temp); in pullFileContents()1163 FileUtil.deleteFile(temp); in pullFileContents()
318 temp = hilbert(signal[temp_left_border:temp_right_border])320 result.append(temp[index - temp_left_border])
165 Test create a temp dir and encoutered error during deletion. ... ok167 Test create a temp dir and dir no longer exists during deletion. ... ok
372 int temp = overflowLength; in internalCreateTempFile() local374 suffix = suffix.substring(temp, suffix.length()); in internalCreateTempFile()
284 doing a full checkout of the repo in a temp dir, but this can slow things down
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...