/external/jpeg/ |
jmemansi.c | 101 if (fseek(info->temp_file, file_offset, SEEK_SET)) 103 if (JFREAD(info->temp_file, buffer_address, byte_count) 114 if (fseek(info->temp_file, file_offset, SEEK_SET)) 116 if (JFWRITE(info->temp_file, buffer_address, byte_count) 125 fclose(info->temp_file); 144 if ((info->temp_file = tmpfile()) == NULL)
|
jmemname.c | 208 if (fseek(info->temp_file, file_offset, SEEK_SET)) 210 if (JFREAD(info->temp_file, buffer_address, byte_count) 221 if (fseek(info->temp_file, file_offset, SEEK_SET)) 223 if (JFWRITE(info->temp_file, buffer_address, byte_count) 232 fclose(info->temp_file); /* close the file */ 251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
|
jmemmac.c | 161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) 164 retVal = FSRead ( info->temp_file, &bytes, 179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) 182 retVal = FSWrite ( info->temp_file, &bytes, 192 FSClose ( info->temp_file ); 253 osErr = FSpOpenDF ( &theSpec, fsRdWrPerm, &(info->temp_file) );
|
jmemsys.h | 160 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct 165 short temp_file; /* file reference number to temp file */ member in struct:backing_store_struct 170 FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/ |
tDomain_Split.py | 71 self.temp_file="f_temp_file" 75 if os.path.exists(self.temp_file): 76 os.remove(self.temp_file) 115 f_temp_file = open(self.temp_file, "w") 120 for line in open(self.temp_file, "r"): 126 os.remove(self.temp_file) 132 f_temp_file = open(self.temp_file, "w") 138 for line in open(self.temp_file, "r"): 155 os.remove(self.temp_file) 178 f_temp_file = open(self.temp_file, "w" [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
d8_runner.py | 164 temp_file = os.path.join(temp_dir, '%s.js' % name) 166 temp_file = os.path.join(temp_dir, 'temp_program.js') 167 with open(temp_file, 'w') as f: 169 return RunFile(temp_file, source_paths, js_args, stdout, stdin)
|
/external/linux-tools-perf/src/tools/perf/util/ |
trace-event.h | 52 char temp_file[50]; member in struct:tracing_data
|
trace-event-info.c | 517 snprintf(tdata->temp_file, sizeof(tdata->temp_file), 519 if (!mkstemp(tdata->temp_file)) { 524 temp_fd = open(tdata->temp_file, O_RDWR); 526 pr_debug("Can't read '%s'", tdata->temp_file); 579 err = record_file(tdata->temp_file, 0); 580 unlink(tdata->temp_file);
|
/external/google-breakpad/src/tools/windows/symupload/ |
symupload.cc | 133 FILE *temp_file = NULL; local 135 if (_wfopen_s(&temp_file, temp_filename, L"w") != 0) 139 if (!(temp_file = _wfopen(temp_filename, L"w"))) 145 bool success = writer.WriteMap(temp_file); 146 fclose(temp_file);
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Functions/ |
tFunction_listingFunctions.py | 64 self.temp_file="tempfile" 71 if os.path.exists(self.temp_file): 72 os.remove(self.temp_file) 316 f_temp_file = open(self.temp_file, "w") 321 f_temp_file = open(self.temp_file, "r") 368 f_temp_file = open(self.temp_file, "w") 373 f_temp_file = open(self.temp_file, "r") 420 f_temp_file = open(self.temp_file, "w") 425 f_temp_file = open(self.temp_file, "r") 469 f_temp_file = open(self.temp_file, "w" [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
jmemsys.h | 132 FXSYS_FILE * temp_file; /* stdio reference to temp file */ member in struct:backing_store_struct
|
/build/tools/releasetools/ |
sign_target_files_apks | 386 temp_file = cStringIO.StringIO() 387 certs_zip = zipfile.ZipFile(temp_file, "w") 392 temp_file.getvalue())
|
sign_target_files_apks.py | 386 temp_file = cStringIO.StringIO() 387 certs_zip = zipfile.ZipFile(temp_file, "w") 392 temp_file.getvalue())
|
/ndk/tests/ |
run-tests.sh | 432 TEMP_FILE=`mktemp` 433 mv $TEMP_FILE ${TEMP_FILE}.c 434 run $NDK/$(get_llvm_toolchain_binprefix $DEFAULT_LLVM_VERSION)/clang -shared -target le32-none-ndk -emit-llvm -o $1 ${TEMP_FILE}.c 435 rm -f ${TEMP_FILE}.c [all...] |
/external/netperf/ |
netlib.c | 1534 char *temp_file; local [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib64/ |
libiberty.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/ |
libiberty.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib64/ |
libiberty.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib64/ |
libiberty.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/ |
libiberty.a | [all...] |