/external/chromium_org/chrome/test/chromedriver/ |
embed_mobile_devices_in_cpp.py | 30 with open(file_name, 'r') as f:
|
embed_version_in_cpp.py | 27 version = open(options.version_file, 'r').read().strip()
|
/external/chromium_org/components/storage_monitor/ |
image_capture_device.h | 73 - (void)open;
|
/external/chromium_org/content/child/indexed_db/ |
webidbfactory_impl.cc | 32 void WebIDBFactoryImpl::open(const WebString& name, function in class:content::WebIDBFactoryImpl
|
/external/chromium_org/content/test/data/indexeddb/ |
version_change_blocked.js | 28 request = indexedDB.open('version-change-blocked'); 43 // Open the database and try a setVersion 44 var openreq = window.indexedDB.open('version-change-blocked', version);
|
/external/chromium_org/media/tools/layout_tests/ |
trend_graph_unittest.py | 29 f = open(test_graph_file_path)
|
/external/chromium_org/mojo/public/tools/bindings/generators/ |
run_cpp_generator.py | 17 with open(file, 'r') as f:
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
run_parser.py | 24 with open(filename) as f:
|
run_translate.py | 25 with open(filename) as f:
|
/external/chromium_org/mojo/spy/ui/ |
spy_shell_to_html.py | 17 ofile = open(options.output_file, 'w')
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_index.py | 18 with open(template_path) as template_file:
|
/external/chromium_org/remoting/tools/ |
jscompile.py | 43 with open(options.success_stamp, 'w'):
|
runclient.py | 31 auth = open(auth_filepath)
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
check_injected_script_source.py | 36 f = open(fileName, "r")
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyRange.cpp | 99 IDBKeyRange* IDBKeyRange::lowerBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) 107 return IDBKeyRange::create(bound, 0, open ? LowerBoundOpen : LowerBoundClosed, UpperBoundOpen); 110 IDBKeyRange* IDBKeyRange::upperBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) 118 return IDBKeyRange::create(0, bound, LowerBoundOpen, open ? UpperBoundOpen : UpperBoundClosed); 135 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
web_mock.py | 48 def open(self, url): member in class:MockBrowser
|
/external/chromium_org/third_party/angle/src/ |
commit_id.py | 32 hfile = open(output_file, 'w')
|
/external/chromium_org/third_party/closure_compiler/tools/ |
compile_coverage.py | 51 _GIT_IGNORE = open(_FROM_SRC('.gitignore')).read().splitlines() 75 line_cache[f] = len(open(f, 'r').read().splitlines()) 83 root_contents = open(root_gyp, 'r').read() 88 targets = literal_eval(open(gyp_file, 'r').read())['targets']
|
/external/chromium_org/third_party/libvpx/ |
obj_int_extract.py | 27 with open(options.output, 'w') as fh:
|
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
wrap-commit-msg.py | 68 main(open(sys.argv[1], "r+"))
|
/external/chromium_org/third_party/ots/test/ |
ot-sanitise.cc | 43 const int fd = ::open(argv[1], O_RDONLY | ADDITIONAL_OPEN_FLAGS); 45 ::perror("open");
|
/external/chromium_org/third_party/tlslite/scripts/ |
tlsdb.py | 95 db.open() 107 db.open() 119 db.open() 137 db.open()
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
subcommand.py | 53 with open(prefix + '.cache.function', 'a+') as cache_f: 57 with open(prefix + '.cache.typeinfo', 'a+') as cache_f: 61 with open(prefix + '.cache.sourcefile', 'a+') as cache_f: 93 with open(prefix + '.maps') as maps_f:
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
flock_tool.py | 42 fd = os.open(lockfile, os.O_WRONLY|os.O_NOCTTY|os.O_CREAT, 0666)
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-sdkroot.py | 22 DEVNULL = open(os.devnull, 'wb')
|