/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
fcntl.h | 239 struct file_handle struct 325 struct file_handle *__handle, int *__mnt_id, 332 extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
fcntl.h | 254 struct file_handle struct 343 struct file_handle *__handle, int *__mnt_id, 350 extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
/external/skia/bench/ |
gen_bench_expectations.py | 218 with open(args.output_file, 'w') as file_handle: 219 file_handle.write('\n'.join(out_lines))
|
bench_util.py | 177 with open('/'.join([directory, bench_file]), 'r') as file_handle: 180 revision_data_points.extend(parse(settings, file_handle, rep))
|
/external/strace/tests/ |
Makefile.am | 57 file_handle \ 187 file_handle.test \
|
/external/autotest/client/site_tests/security_DbusMap/ |
security_DbusMap.py | 309 file_handle = open(file_path, 'w') 313 file_handle.write(my_json.replace(', \n',',\n') + '\n') 314 file_handle.close() 325 file_handle = open(file_path, 'r') 326 dbus_data = json.loads(file_handle.read()) 327 file_handle.close()
|
/development/testrunner/test_defs/ |
instrumentation_test.py | 355 file_handle = open(java_file_path, 'r') 356 for line in file_handle:
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_audio_processing.h | 194 // of |file_handle| and passes it on to the audio processing module. 195 virtual int StartDebugRecording(FILE* file_handle) = 0;
|
/system/connectivity/shill/shims/ |
netfilter_queue_processor.cc | 160 int file_handle = nfq_fd(nfq_handle_); local 164 int receive_count = recv(file_handle, buffer, sizeof(buffer), 0);
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
shared_page_state.py | 22 from telemetry.internal.util import file_handle namespace 144 results.AddProfilingFile(page, file_handle.FromTempFile(tf)) 150 results.AddProfilingFile(page, file_handle.FromTempFile(tf)) 385 file_handle.FromFilePath(f))
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.value.trace.html | 26 <a href="telemetry.internal.util.file_handle.html">telemetry.internal.util.file_handle</a><br>
|
telemetry.testing.test_page_test_results.html | 68 <dl><dt><a name="TestPageTestResults-AddProfilingFile"><strong>AddProfilingFile</strong></a>(self, page, file_handle)</dt></dl>
|
telemetry.internal.results.page_test_results.html | 61 <dl><dt><a name="PageTestResults-AddProfilingFile"><strong>AddProfilingFile</strong></a>(self, page, file_handle)</dt></dl>
|
telemetry.page.shared_page_state.html | 30 <a href="telemetry.internal.util.file_handle.html">telemetry.internal.util.file_handle</a><br>
|
/external/libjpeg-turbo/ |
jmemsys.h | 107 short file_handle; /* DOS file handle if it's a temp file */ member in union:__anon15854
|
/external/opencv3/3rdparty/libjpeg/ |
jmemsys.h | 125 short file_handle; /* DOS file handle if it's a temp file */ member in union:__anon20959
|
/external/strace/ |
Android.mk | 75 file_handle.c \
|
Makefile.am | 96 file_handle.c \
|
/system/core/adb/ |
test_device.py | 613 file_handle = tempfile.NamedTemporaryFile(dir=in_dir, delete=False) 617 file_handle.write(rand_str) 618 file_handle.flush() 619 file_handle.close() 622 files.append(HostFile(file_handle, md5)) [all...] |
/external/webrtc/webrtc/test/ |
mock_voice_engine.h | 85 MOCK_METHOD1(StartDebugRecording, int(FILE* file_handle));
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
credentials_lib.py | 222 cached_creds_str = locked_file.file_handle().read() 255 locked_file.file_handle().write(
|
/external/webrtc/webrtc/voice_engine/ |
voe_audio_processing_impl.cc | 930 int VoEAudioProcessingImpl::StartDebugRecording(FILE* file_handle) { 938 return _shared->audio_processing()->StartDebugRecording(file_handle); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/ |
distribution.py | 669 with open(private_key_file, 'r') as file_handle: 670 private_key_string = file_handle.read()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | [all...] |