/external/chromium_org/chrome/test/chromedriver/ |
cpp_source.py | 48 with open(os.path.join(output_dir, base_name + '.h'), 'w') as f: 73 with open(os.path.join(output_dir, base_name + '.cc'), 'w') as f:
|
/external/chromium_org/chrome/tools/test/ |
generate_mime_tests.pl | 216 open OUT, "> $infile" or die "Failed to open file $infile"; 269 open OUT, "> $infile" or die "Failed to open file $infile";
|
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/ |
DataPipe.java | 22 mDC0.open(); 23 mDC1.open();
|
/external/chromium_org/gpu/gles2_conform_support/ |
generate_gles2_conform_tests.py | 14 file = open(filename, "r") 55 file = open(os.path.join(dir, 'gles2_conform_test_autogen.cc'), 'wb')
|
/external/chromium_org/native_client_sdk/src/tools/lib/ |
elf.py | 31 with open(path, 'rb') as f: 74 with open(path, 'rb') as f:
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
utilities.py | 45 with open(filename) as f: 51 with open(filename) as f: 72 with open(filename) as input_file: 85 with open(pickle_filename) as pickle_file: 91 with open(destination_filename) as destination_file: 97 with open(destination_filename, 'w') as destination_file: 103 with open(pickle_filename) as pickle_file: 110 with open(pickle_filename, 'w') as pickle_file:
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
QuotesData.cpp | 27 PassRefPtr<QuotesData> QuotesData::create(String open, String close) 30 data->addPair(std::make_pair(open, close));
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
concatenate_module_descriptors.py | 22 with open(filename, 'rt') as file: 53 with open(output_filename, 'w') as output_file:
|
generate_devtools_html.py | 69 with open(app_input_html_name, 'r') as app_input_html: 70 with open(app_output_html_name, 'w') as app_output_html:
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyRange.h | 70 static IDBKeyRange* lowerBound(ExecutionContext*, const ScriptValue& bound, bool open, ExceptionState&); 71 static IDBKeyRange* upperBound(ExecutionContext*, const ScriptValue& bound, bool open, ExceptionState&);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-weak-vtables-and-externals | 29 # "check-for-weak-vtables-and-externals" script for WebKit Open Source Project 60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") { 61 print "ERROR: Could not open $executablePath\n"; 118 open(TOUCH, ">", $path) or die "$!";
|
do-file-rename | 101 open FILE, $file or die; 112 open FILE, ">", $file or die;
|
export-w3c-performance-wg-tests | 74 with open(os.path.join(source_directory, root, filename), 'r') as in_file: 75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
|
import-w3c-performance-wg-tests | 80 with open(os.path.join(source_directory, root, filename), 'r') as in_file: 81 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
|
split-file-by-class | 44 open(OLDFILE, "<", $filename) or die "File does not exist: $filename\n"; 94 open(NEWHEADER, ">", "$classname.h") or die "File does not exist: $filename\n"; 109 open(OLDCPP, "<", "$classname.cpp.original") or die "Failed to copy file for reading: $filename\n"; 110 open(NEWCPP, ">", "$classname.cpp") or die "File does not exist: $filename\n"; 158 system("open " . join(".* ", keys(%classDefs)) . ".*");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
prettify.rb | 26 File.open(ARGV[0]) { |file| patch_data = file.read }
|
/external/chromium_org/third_party/angle/tests/deqp_tests/ |
generate_deqp_tests.py | 7 file = open(filename, "r") 38 output = open(argv[1], 'wb')
|
/external/chromium_org/third_party/ashmem/ |
ashmem-dev.c | 2 * Copyright (C) 2008 The Android Open Source Project 46 fd = open(ASHMEM_DEVICE, O_RDWR); 94 const int fd = open(ASHMEM_DEVICE, O_RDWR);
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
posterize.pl | 71 open POSTER, ">$filename";
|
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
intersect-diffs.py | 53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))] 54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/ |
compare_ir | 40 with open(sys.argv[1]) as f: 42 with open(sys.argv[2]) as f:
|
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/ |
generate_user_config.py | 65 with open(dst_filename, 'w') as dst: 72 with open(original_sk_user_config, 'r') as original:
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
writeYUV420file.m | 6 error(['Cannot open file ' filename]);
|
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/ |
video_quality_analysis_unittest.cc | 71 stats_file.open(stats_filename.c_str()); 79 stats_file.open(stats_filename.c_str());
|
/external/chromium_org/tools/android/ |
remove_strings.py | 20 with open(grd_path, 'r') as f: 25 with open(grd_path, 'w') as f:
|