HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 451 - 475 of 2756) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_module_scripts.py 34 with open(path.normpath(filename), 'rt') as file:
42 with open(filename, 'wt') as file:
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
run_tests.py 63 with open(golden_file, 'wt') as golden:
66 with open(golden_file, 'rt') as golden:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff 70 system "open", $prettydiffPath;
75 } elsif (isLinux() && `which xdg-open`) {
76 system "xdg-open", $prettydiffPath;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.cpp 23 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDONLY));
29 fd_ = TEMP_FAILURE_RETRY(::open(path, O_RDWR));
  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
generate_gles_conformance_tests.py 7 file = open(filename, "r")
55 output = open(argv[2], 'wb')
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.pl 10 open(IN, $mac_file) || die "Can't open $mac_file";
22 open(IN, $xref_file) || die "Can't open $xref_file";
  /external/chromium_org/third_party/codesighs/
nm_wrap_osx.pl 51 open(NM_OUTPUT, "nm -fnol $ARGV[0] | c++filt |") or die "nm failed to run on $ARGV[0]\n";
  /external/chromium_org/third_party/lcov/bin/
gendesc 156 open(INPUT_HANDLE, "<", $input_filename)
157 or die("ERROR: cannot open $input_filename!\n");
159 # Open output file for writing
162 open(OUTPUT_HANDLE, ">", $output_filename)
  /external/chromium_org/third_party/libevent/sample/
event-test.c 75 // Open a file.
76 socket = CreateFile("test.txt", // open File
77 GENERIC_READ, // open for reading
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0);
114 perror("open");
  /external/chromium_org/third_party/skia/gm/
gm_json.py 188 file_contents = open(file_path, 'r').read()
197 with io.open(file_path, mode='w', newline='', encoding='utf-8') as outfile:
  /external/chromium_org/third_party/skia/tools/
coverage.sh 31 xdg-open out/Coverage/report/index.html
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
yuv_cropper.py 67 yuv_file = open(yuv_file_name, 'rb')
68 output_file = open(output_file_name, 'wb')
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
run.bat 3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g)
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
services.py 29 json_str = blob_info.open().read()
53 json_str = blob_info.open().read()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_platform_backend_unittest.py 58 with open(path) as f:
67 with open(path) as f:
  /external/chromium_org/tools/usb_gadget/
package.py 85 with open(args.zip_file, 'w') as zip_file:
88 with open(args.hash_file, 'w') as hash_file:
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 45 with open(name) as f:
120 with open(destination, 'w') as f:
  /external/compiler-rt/test/BlocksRuntime/
makefile 4 # This file is distributed under the University of Illinois Open Source
22 open:
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
  /external/deqp/scripts/
check_resolution_list.py 13 f = open(filename, 'rb')
23 f = open(filename, 'rb')
  /external/jsoncpp/devtools/
licenseupdater.py 24 with open( path, 'rt' ) as fin:
35 with open( path, 'wb' ) as fout:
  /external/libmtp/examples/
thumb.c 88 if ( (fd = open(path, O_RDONLY|O_BINARY) == -1) ) {
90 if ( (fd = open(path, O_RDONLY)) == -1) {
92 printf("Couldn't open image file %s (%s)\n",path,strerror(errno));
  /external/lldb/tools/debugserver/scripts/
dbgnub-config.pl 22 # Open the config file
24 open(CONFIG, "> $config_file") || die "Couldn't open '$config_file' for writing: $!\n";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 5 open Llvm
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DisconnectTest.java 41 HttpURLConnection connection = client.open(server.getUrl("/"));
68 HttpURLConnection connection = client.open(server.getUrl("/"));
HttpOverHttp20Draft09Test.java 41 connection = client.open(server.getUrl("/foo"));
63 connection = client.open(server.getUrl("/foo"));

Completed in 499 milliseconds

<<11121314151617181920>>