HomeSort by relevance Sort by last modified time
    Searched full:tmpout (Results 1 - 21 of 21) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py 108 self.tmpout = test_support.TESTFN + "o"
112 del self.tmpout
123 fout = open(self.tmpout, 'w')
128 fout = open(self.tmpout, 'r')
134 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0644)
135 fout = open(self.tmpout, 'r')
149 f.write(encodedtextwrapped % (0644, self.tmpout))
156 f = open(self.tmpout, 'r')
169 f.write(encodedtextwrapped % (0644, self.tmpout))
174 f = open(self.tmpout, 'r'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py 108 self.tmpout = test_support.TESTFN + "o"
112 del self.tmpout
123 fout = open(self.tmpout, 'w')
128 fout = open(self.tmpout, 'r')
134 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0644)
135 fout = open(self.tmpout, 'r')
149 f.write(encodedtextwrapped % (0644, self.tmpout))
156 f = open(self.tmpout, 'r')
169 f.write(encodedtextwrapped % (0644, self.tmpout))
174 f = open(self.tmpout, 'r'
    [all...]
  /external/openssh/openbsd-compat/
bcrypt_pbkdf.c 115 u_int8_t tmpout[BCRYPT_HASHSIZE]; local
147 bcrypt_hash(sha2pass, sha2salt, tmpout);
148 memcpy(out, tmpout, sizeof(out));
152 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout));
153 bcrypt_hash(sha2pass, sha2salt, tmpout);
155 out[j] ^= tmpout[j];
  /dalvik/dx/etc/
mainDexClasses 33 if [ -e "${tmpOut}" ] ; then
34 rm "${tmpOut}"
159 tmpOut=`makeTempJar`
163 ${proguard} -injars ${@} -dontwarn -forceprocessing -outjars ${tmpOut} \
167 java -cp "$jarpath" com.android.multidex.MainDexListBuilder ${disableKeepAnnotated} "${tmpOut}" ${@} || exit 11
  /prebuilts/sdk/tools/
mainDexClasses 33 if [ -e "${tmpOut}" ] ; then
34 rm "${tmpOut}"
150 tmpOut=`makeTempJar`
154 ${proguard} -injars ${@} -dontwarn -forceprocessing -outjars ${tmpOut} \
158 java -cp "$jarpath" com.android.multidex.ClassReferenceListBuilder "${tmpOut}" ${@} || exit 11
  /external/eigen/unsupported/test/
FFTW.cpp 192 Eigen::Matrix<Complex,nrows,1> tmpOut;
193 fft.fwd( tmpOut,src.col(k) );
194 dst2.col(k) = tmpOut;
198 Eigen::Matrix<Complex,1,ncols> tmpOut;
199 fft.fwd( tmpOut, dst2.row(k) );
200 dst2.row(k) = tmpOut;
  /external/lz4/lib/
lz4frame.c 144 BYTE* tmpOut;
798 dctxPtr->tmpOut = dctxPtr->tmpOutBuffer;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java 371 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048);
372 if (crop.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
376 byte[] outByteArray = tmpOut.toByteArray();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 438 OutputStream tmpOut = null;
443 tmpOut = socket.getOutputStream();
449 mmOutStream = tmpOut;
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 456 OutputStream tmpOut = null;
461 tmpOut = socket.getOutputStream();
467 mmOutStream = tmpOut;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 456 OutputStream tmpOut = null;
461 tmpOut = socket.getOutputStream();
467 mmOutStream = tmpOut;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 431 OutputStream tmpOut = null;
436 tmpOut = socket.getOutputStream();
442 mmOutStream = tmpOut;
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 456 OutputStream tmpOut = null;
461 tmpOut = socket.getOutputStream();
467 mmOutStream = tmpOut;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 557 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048);
558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
569 mOutStream.write(tmpOut.toByteArray());
587 mWPManager.setStream(new ByteArrayInputStream(tmpOut
  /external/linux-tools-perf/src/tools/perf/config/
utilities.mak 190 'TMP="$(OUTPUT)$(TMPOUT).$$$$"; \
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java     [all...]
  /cts/tools/vm-tests-tf/etc/
starttests 186 # Verify tmpout only contains mkdxc_start;mkdxc_stop -> no system.out/err
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 3755 milliseconds