HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 151 - 175 of 4741) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ceres-solver/scripts/
make_docs.py 75 fptr = open(name)
79 fptr = open(name, "w")
  /external/chromium/testing/gtest/xcode/Scripts/
versiongenerate.py 64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
  /external/chromium_org/chrome/tools/build/
appid.py 26 ofp = open(opts.output_file, 'r')
33 open(opts.output_file, 'w').write(contents)
  /external/chromium_org/content/test/data/indexeddb/
bug_84933.js 9 webkitIndexedDB.open("bug_84933_" + i.toString()).onsuccess = function() {
  /external/chromium_org/native_client_sdk/src/build_tools/
build_version.py 44 exec(open(VERSION_PATH).read())
54 exec(open(VERSION_PATH, 'r').read())
  /external/chromium_org/testing/gtest/xcode/Scripts/
versiongenerate.py 64 config_file = open("%s/configure.ac" % input_dir, 'r')
98 version_file = open("%s/Version.h" % output_dir, 'w')
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.h 56 PassRefPtr<IDBOpenDBRequest> open(ExecutionContext*, const String& name, ExceptionState&);
57 PassRefPtr<IDBOpenDBRequest> open(ExecutionContext*, const String& name, unsigned long long version, ExceptionState&);
IDBFactory.idl 30 [CallWith=ExecutionContext, RaisesException] IDBOpenDBRequest open(DOMString name, [EnforceRange] optional unsigned long long version);
  /external/chromium_org/third_party/sqlite/src/tool/
diffdb.c 24 db1 = open(argv[1], O_RDONLY);
26 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[1]);
29 db2 = open(argv[2], O_RDONLY);
31 fprintf(stderr,"%s: can't open %s\n", argv[0], argv[2]);
  /external/chromium_org/third_party/tlslite/scripts/
tlsdb.py 111 db.open()
120 db.open()
133 db.open()
136 db.open()
150 db.open()
153 db.open()
173 db.open()
176 db.open()
  /external/chromium_org/third_party/tlslite/test/
httpsserver.py 6 s = open("./serverX509Cert.pem").read()
11 s = open("./serverX509Key.pem").read()
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypd.py 26 run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip
85 output = open(output_file, 'w')
  /external/chromium_org/v8/tools/
process-heap-prof.py 55 logfile = open(filename, 'rb')
85 sys.exit('can\'t open %s' % filename)
  /external/e2fsprogs/lib/ext2fs/
getsectsize.c 51 fd = open(file, O_RDONLY);
77 fd = open(file, O_RDONLY);
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 11 open(OUT, "|setkey -c");
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
myocamlbuild.ml 0 open Ocamlbuild_plugin;;
toy.ml 5 open Llvm
6 open Llvm_executionengine
7 open Llvm_target
8 open Llvm_scalar_opts
  /external/llvm/utils/
findsym.pl 15 # Open the directory and read its contents, sorting by name and differentiating
25 open SYMS,
  /external/okhttp/android/main/java/com/squareup/okhttp/
HttpHandler.java 28 return newOkHttpClient(null /* proxy */).open(url);
35 return newOkHttpClient(proxy).open(url);

Completed in 2759 milliseconds

1 2 3 4 5 67 8 91011>>