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

<<31323334353637383940>>

  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils_test.py 28 fp = open(path, 'w')
35 return open(path).read() == 'magic'
75 open(myfile, 'w').close()
  /external/chromium_org/components/policy/resources/
PRESUBMIT.py 17 with open(template_path) as f:
54 test_names = input_api.json.load(open(policy_test_cases_file)).keys()
79 with open(histograms) as f:
  /external/chromium_org/net/http/
mock_gssapi_library_posix.h 36 int open);
47 int open; member in class:net::test::GssContextMockImpl
183 int* open) OVERRIDE;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 70 open FILE, "<", $filename or die;
110 open FILE, ">", $path or die;
118 open FILE, "<", $path or die;
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_derivedsourcesallinone.py 98 with open(idl_file_path) as idl_file:
165 with open(output_file_name, 'w') as f:
191 with open(input_file_name) as input_file:
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 96 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, unsigned long long version, ExceptionState& exceptionState) function in class:WebCore::IDBFactory
98 IDB_TRACE("IDBFactory::open");
130 blink::Platform::current()->idbFactory()->open(name, version, transactionId, WebIDBCallbacksImpl::create(request).leakPtr(), WebIDBDatabaseCallbacksImpl::create(databaseCallbacks.release()).leakPtr(), createDatabaseIdentifierFromSecurityOrigin(context->securityOrigin()));
134 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ExecutionContext* context, const String& name, ExceptionState& exceptionState) function in class:WebCore::IDBFactory
136 IDB_TRACE("IDBFactory::open");
  /external/chromium_org/third_party/libxml/src/
check-xinclude-test-suite.py 16 log = open(LOG, "w")
101 f = open(output)
118 open("xinclude.res", "w").write(result)
  /external/chromium_org/third_party/ots/test/
idempotent.cc 50 const int fd = open(file_name, O_RDONLY | ADDITIONAL_OPEN_FLAGS);
70 int fd1 = open("out1.ttf",
72 int fd2 = open("out2.ttf",
  /external/chromium_org/tools/clang/scripts/
test_tool.py 66 with open(compile_database, 'w') as f:
85 with open(expected, 'r') as f:
87 with open(actual, 'r') as f:
  /external/chromium_org/tools/crx_id/
crx_id.py 108 with open(os.path.join(filename, 'manifest.json'), 'rb') as f:
121 f = open(os.path.join(filename, 'manifest.json'), 'rb')
126 f = open(filename, 'rb')
  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 45 with open(os.path.join(v8_directory, 'src', 'version.cc')) as version_file:
114 archive = MyTarFile.open(output_fullname, 'w:bz2')
124 archive = MyTarFile.open(output_fullname, 'w:bz2')
  /external/chromium_org/tools/flakiness/
find_flakiness.py 41 data_file = open(data_path, 'r')
80 data_file = open(data_path, 'w')
154 data_file = open(output_path, 'w')
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 99 with open(os.path.join(basepath, h_filename), 'w') as f:
151 with open(os.path.join(basepath, fileroot + '.cc'), 'w') as f:
172 with open(filename, 'r') as handle:
  /external/chromium_org/tools/perf/measurements/
blink_perf.py 20 if '../' in open(path, 'r').read():
43 for line in open(skipped_file, 'r').readlines():
57 with open(os.path.join(os.path.dirname(__file__),
  /external/chromium_org/tools/telemetry/telemetry/page/
html_page_measurement_results.py 57 return open(_TEMPLATE_HTML_PATH, 'r').read()
62 plugins += open(os.path.join(util.GetChromiumSrcDir(), *p), 'r').read()
66 return open(os.path.join(util.GetChromiumSrcDir(), *_UNIT_JSON), 'r').read()
  /external/chromium_org/v8/test/test262/
testcfg.py 80 with open(filename) as f:
105 with open(archive_name, "rb") as f:
111 archive = tarfile.open(archive_name, "r:bz2")
  /external/clang/test/Analysis/
unix-fns.c 46 int open(const char *, int, ...);
51 fd = open(path, O_RDONLY); // no-warning
55 fd = open(path, O_CREAT); // expected-warning{{Call to 'open' requires a third argument when the 'O_CREAT' flag is set}}
401 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
403 // CHECK-NEXT: <string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
406 // CHECK-NEXT: <key>description</key><string>Call to &apos;open&apos; requires a third argument when the &apos;O_CREAT&apos; flag is set</string>
408 // CHECK-NEXT: <key>type</key><string>Improper use of &apos;open&apos;</string>
    [all...]
  /external/marisa-trie/lib/marisa/
intvector.cc 47 temp_mapper.open(filename, offset, whence);
69 reader.open(filename, offset, whence);
100 writer.open(filename, trunc_flag, offset, whence);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 47 temp_mapper.open(filename, offset, whence);
69 reader.open(filename, offset, whence);
100 writer.open(filename, trunc_flag, offset, whence);
  /external/nist-pkits/
extract-pkits-tests.pl 3 # Copyright (C) 2012 The Android Open Source Project
43 open(DESC_FILE, "<", $ARGV[0]);
44 open(OUTPUT_FILE, ">", $ARGV[1]);
45 open(USED_FILES, ">", $ARGV[2]);
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 11 // For Open Source Computer Vision Library
87 virtual bool open(const char* _address, const char* _port, int _width, int _height);
104 // The open method simply initializes some variables we will need later.
105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) function in class:CVCapture_Socket
297 if ( capture-> open(address, port, width, height) )
  /external/v8/test/message/
testcfg.py 82 source = open(self.file).read()
90 return (open(self.file).read()
92 + open(self.expected).read())
  /external/v8/test/test262/
testcfg.py 72 return open(self.filename).read()
114 with open(archive_name,'rb') as f:
119 archive = tarfile.open(archive_name, 'r:bz2')
  /external/zlib/src/contrib/iostream3/
zfstream.h 53 * @brief Check if file is open.
54 * @return True if file is open.
60 * @brief Open gzipped file.
62 * @param mode Open mode flags.
66 open(const char* name,
70 * @brief Attach to already open gzipped file.
72 * @param mode Open mode flags.
88 * @brief Convert ios open mode int to mode string used by zlib.
243 * @param mode Open mode flags (forced to contain ios::in).
250 * @brief Construct stream on already open gzipped file
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 2 * Copyright (C) 2010 The Android Open Source Project
79 int fileDesc = open(strKeyFilename, O_RDONLY);
88 fileDesc = open(strKeyFilename, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR);
130 int fileDesc = open("/dev/urandom", O_RDONLY);

Completed in 800 milliseconds

<<31323334353637383940>>