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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBFactory.h 51 virtual void open(const WebString& name, long long version, long long transactionId, WebIDBCallbacks* callbacks, WebIDBDatabaseCallbacks* databaseCallbacks, const WebString& databaseIdentifier) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBFactory
  /external/chromium_org/third_party/mesa/
generate_git_sha1.py 34 with open(output, "w") as f:
  /external/chromium_org/tools/gyp/test/mac/
gyptest-loadable-module.py 30 if struct.unpack('4I', open(binary, 'rb').read(16))[3] != MH_BUNDLE:
gyptest-xcode-gcc-clang.py 35 contents = open(test.built_file_path('obj/aliasing_default.ninja',
  /external/chromium_org/tools/gyp/test/standalone/
gyptest-standalone.py 27 contents = open(file).read()
  /external/chromium_org/tools/json_comment_eater/
json_comment_eater_test.py 16 with open(file_name, 'r') as f:
  /external/clang/utils/analyzer/
update_plist_test.pl 18 open (IN, $testFile) or die "cannot open $testFile\n";
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 5 * This file is dual licensed under the MIT and the University of Illinois Open
20 /* Determine the appropriate open function. */
43 #define O_RDONLY 0x0000 /* open for reading only */
44 #define O_WRONLY 0x0001 /* open for writing only */
45 #define O_RDWR 0x0002 /* open for reading and writing */
50 int open(const char *, int, ...) __asm(__OPEN_NAME);
  /external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java 33 tester.setDefault(BoundType.class, BoundType.OPEN);
40 tester.testAllPublicInstanceMethods(Ranges.open(1, 3));
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ResourceLoader.java 41 * Open a resource. If this resource is not found, null should be returned.
48 * @throws IOException if resource fails to open
50 Reader open(String name) throws IOException; method in interface:ResourceLoader
53 * Open a resource or throw an exception if no such resource is found.
61 * @throws IOException if resource fails to open
92 * if a call to {@link #open(String)} would also return null.
  /external/llvm/utils/
UpdateCMakeLists.pl 64 open(IN, $cmakeList);
65 open(OUT, ">", $cmakeListNew);
87 open(FILE, $cmakeList) or
88 die("Cannot open $cmakeList when computing digest\n");
93 open(FILE, $cmakeListNew) or
94 die("Cannot open $cmakeListNew when computing digest\n");
test_debuginfo.pl 38 open(INPUT, $testcase_file);
39 open(OUTPUT, ">$debugger_script_file");
DSAextract.py 37 #open the input file
38 input = open(sys.argv[1], 'r')
81 #open the output file
82 output = open(sys.argv[2], 'w')
84 input = open(sys.argv[1], 'r')
  /bionic/libc/bionic/
open.cpp 2 * Copyright (C) 2008 The Android Open Source Project
47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
51 int open(const char* pathname, int flags, ...) { function
63 __strong_alias(open64, open);
67 __fortify_chk_fail("open(O_CREAT): called without specifying a mode", 0);
  /build/tools/
diff_package_overlays.py 3 # Copyright (C) 2012 The Android Open Source Project
44 f = open(argv[1])
49 f = open(filename)
81 f = open(argv[2], "a")
  /development/scripts/
compare-installed-size.py 3 # Copyright (C) 2013 The Android Open Source Project
44 input_stream = open(install_file, 'r')
80 output = open("module_%d.csv" % idx, 'w')
98 output = open("comparison.csv", 'w')
  /external/chromium_org/chrome/common/extensions/docs/server2/
update_server.py 43 with open('github_file_system.py') as f:
52 with open('github_file_system.py', 'w+') as f:
58 with open('github_file_system.py', 'w+') as f:
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
inline-javascript-imports.py 52 inputFile = open(inputFileName, 'r')
63 importFile = open(fullPath, 'r')
70 outputFile = open(outputFileName, 'w')
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_css_files.py 47 with open(stylesheet_name, 'r') as input:
74 with open(full_path, 'r') as input_file:
80 with open(output_file_name, 'w') as output_file:
devtools_file_hashes.py 41 with open(hashes_file_path, "wt") as hashes_file:
50 with open(hashes_file_path, "r") as hashes_file:
58 with open(file_path) as file:
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
prebuilts_fetcher.py 46 with open(local_file_path, 'rb') as f:
55 with open(hash_path, 'rb') as f:
62 open(local_file_path, 'wb').close()
  /external/chromium_org/tools/site_compare/operators/
equals_with_mask.py 34 im1 = Image.open(file1)
35 im2 = Image.open(file2)
46 mask = Image.open(maskfile)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 87 open( CACHE, '>'.$cacheFile ) || die "can\'t write $cacheFile: $!\n";
88 open( HELP, "$antCmd -projecthelp -f '$buildFile'|" ) || return();
101 open( CACHE, $cacheFile ) || die "can\'t read $cacheFile: $!\n";
  /external/fonttools/MetaTools/
buildTableList.py 32 file = open(os.path.join(tablesDir, "__init__.py"), "w")
47 doc = open(docFile).read()
55 open(docFile, "w").write(doc)
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 27 f = open(input_path, "rb")
47 f = open(output_path, "rb")
60 f = open(output_path, "wb")

Completed in 853 milliseconds

1 2 3 4 5 67 8 91011>>