HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 776 - 800 of 4686) sorted by null

<<31323334353637383940>>

  /external/chromium/testing/gmock/test/
gmock_output_test.py 159 golden_file = open(GOLDEN_PATH, 'rb')
176 golden_file = open(GOLDEN_PATH, 'wb')
  /external/chromium/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/base/files/
dir_reader_posix_unittest.cc 32 const int prev_wd = open(".", O_RDONLY | O_DIRECTORY);
40 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/
main_status.js 13 window.open(configUrl, 'network-config-frame');
  /external/chromium_org/content/browser/gpu/
generate_webgl_conformance_test_list.py 54 output = open(OUTPUT_FILE, "w")
65 input = open(os.path.join(INPUT_DIR, filename))
  /external/chromium_org/ppapi/cpp/documentation/
removefilesCPP.sh 20 rm open.png
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
rule_bison.py 92 outputHFile = open(outputHTmp)
100 outputHFile = open(outputH, 'w')
  /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/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 153 open(INPUT_HANDLE, $input_filename)
154 or die("ERROR: cannot open $input_filename!\n");
156 # Open output file for writing
159 open(OUTPUT_HANDLE, ">$output_filename")
  /external/chromium_org/third_party/lcov-1.9/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/openssl/openssl/crypto/objects/
objxref.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/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/compiler-rt/BlocksRuntime/tests/
makefile 4 # This file is distributed under the University of Illinois Open Source
22 open:
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
  /external/elfutils/tests/
arextract.c 18 Red Hat elfutils is an included package of the Open Invention Network.
19 An included package of the Open Invention Network is a package for which
20 Open Invention Network licensees cross-license their patents. No patent
22 included package. Should you wish to participate in the Open Invention
52 /* Open the archive. */
53 fd = open (argv[1], O_RDONLY);
56 printf ("Cannot open input file: %m");
105 /* Open the output file. */
106 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
109 printf ("cannot open output file: %m")
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
AndroidLocator.java 37 return androidManager.open(assetPath);
39 throw new AssetLoadException("Failed to open asset " + assetPath, ex);
47 InputStream in = androidManager.open(assetPath);
84 throw new AssetLoadException("Failed to open asset " + assetPath, ex);
  /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/llvm/
copy-diff.py 17 fa = open(a, 'rb')
18 fb = open(b, 'rb')
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 5 open Llvm
  /external/openssl/crypto/objects/
objxref.pl 10 open(IN, $mac_file) || die "Can't open $mac_file";
22 open(IN, $xref_file) || die "Can't open $xref_file";
  /external/oprofile/
opev.py 65 evf = open(fname, "r")
83 ovf = open(fname + ".h", "w")
  /external/smali/
build.gradle 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
  /external/valgrind/main/memcheck/tests/
writev1.c 35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) {
36 fprintf(stderr, "open(2) failed: fname = %s, errno = %d\n",
49 if ((fd = open(f_name, O_RDWR, 0666)) < 0) {
50 fprintf(stderr, "open failed: fname = %s, errno = %d\n",
  /external/zlib/src/contrib/iostream/
zfstream.h 15 gzfilebuf *open( const char *name, int io_mode );
55 void open( const char *name, int io_mode );

Completed in 695 milliseconds

<<31323334353637383940>>