Searched
refs:open (Results
701 -
725 of
5433) sorted by null
<<21222324252627282930>>
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-large-pdb.py | 32 pdb_file = open(pdb_path, 'rb')
|
/external/chromium_org/tools/idl_parser/ |
idl_ppapi_lexer.py | 69 lexer.Tokenize(open('test_parser/inline_ppapi.idl').read())
|
/external/chromium_org/tools/metrics/common/ |
diff_util.py | 41 webbrowser.open('file://' + temp.name)
|
/external/chromium_org/tools/metrics/histograms/ |
update_net_error_codes.py | 26 with open(filename) as f:
|
/external/chromium_org/tools/profile_chrome/ |
chrome_controller_unittest.py | 43 with open(result) as f:
|
perf_controller_unittest.py | 39 with open(result) as f:
|
systrace_controller_unittest.py | 33 with open(result) as f:
|
trace_packager_unittest.py | 32 with open(output.name) as output:
|
/external/chromium_org/tools/protoc_wrapper/ |
protoc_wrapper.py | 31 with open(header_file) as f: 41 with open(header_file, 'wb') as f: 72 with open(os.path.join(path, filename), 'r') as src_file: 73 with open(os.path.join(wrapper_dir, filename), 'w') as dst_file:
|
/external/chromium_org/tools/site_compare/commands/ |
scrape.py | 53 if command["--logfile"]: log_file = open(command["--logfile"], "w")
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
android_systrace_profiler_unittest.py | 29 self.assertIn('sched_wakeup', z.open('systrace').read())
|
/external/chromium_org/tools/valgrind/ |
browser_wrapper_win.py | 45 f = open(old_logdir + "\\testcase.%s.name" % wrapper_pid, "w")
|
/external/chromium_org/v8/tools/ |
external-reference-check.py | 27 with open(filename, "r") as f:
|
/external/clang/utils/CIndex/ |
completion_logger_server.py | 23 # Open the logging file. 24 f = open(sys.argv[3], "a")
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
litlint.py | 48 with open(p, 'r') as f:
|
/external/compiler-rt/test/tsan/ |
race_on_read.cc | 21 fd = open("/dev/random", O_RDONLY); 23 fprintf(stderr, "failed to open /dev/random (%d)\n", errno);
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 19 #define open _open macro
|
/external/e2fsprogs/lib/e2p/ |
fgetversion.c | 45 fd = open (name, OPEN_FLAGS);
|
fsetversion.c | 45 fd = open (name, OPEN_FLAGS);
|
/external/gtest/test/ |
gtest_output_test.py | 281 golden_file = open(GOLDEN_PATH, 'rb') 306 open(os.path.join( 310 open(os.path.join( 322 golden_file = open(GOLDEN_PATH, 'wb')
|
/external/libcxx/src/ |
random.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 50 : __f_(open(__token.c_str(), O_RDONLY)) 53 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
|
/external/libcxx/test/ |
makemake.py | 1 # Copyright (C) 2014 The Android Open Source Project 27 with open(os.path.join(root, 'Android.mk'), 'w') as makefile: 31 # Copyright (C) 2014 The Android Open Source Project
|
/external/libselinux/src/ |
get_initial_context.c | 28 fd = open(path, O_RDONLY);
|
load_policy.c | 30 fd = open(path, O_RDWR);
|
policyvers.c | 26 fd = open(path, O_RDONLY);
|
Completed in 617 milliseconds
<<21222324252627282930>>