/external/chromium_org/tools/gyp/test/actions/src/subdir1/ |
make-prog2.py | 18 open(sys.argv[1], 'w').write(contents)
|
/external/chromium_org/tools/gyp/test/custom-generator/ |
mygenerator.py | 12 f = open("MyBuildFile", "wb")
|
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/ |
make-prog1.py | 18 open(sys.argv[1], 'w').write(contents)
|
make-prog2.py | 18 open(sys.argv[1], 'w').write(contents)
|
/external/chromium_org/tools/gyp/test/msvs/external_builder/ |
msbuild_rule.py | 9 with open('msbuild_rule.out', 'w') as f:
|
/external/chromium_org/tools/gyp/test/restat/src/ |
create_intermediate.py | 17 open(outfile, "wb").close()
|
touch.py | 16 open(fname, 'w').close()
|
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
test_exists.py | 10 open(sys.argv[2], 'w').close()
|
/external/chromium_org/build/android/pylib/device/ |
device_list.py | 21 with open(file_name) as f: 29 with open(file_name, 'w') as f:
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDialogElement.idl | 27 [Reflect] attribute boolean open;
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
generate_devtools_extension_api.py | 39 input = open(input_name, 'r') 56 output = open(output_name, 'w')
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared-obj-install-path.py | 31 with open(makefile_path) as makefile: 37 with open(makefile_path, 'w') as makefile:
|
/external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/ |
close.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 25 fs.open("test.dat"); 33 fs.open("test.dat");
|
/external/llvm/utils/ |
DSAclean.py | 17 input = open(sys.argv[1], 'r') 18 output = open(sys.argv[2], 'w')
|
/external/chromium_org/third_party/cython/src/pyximport/test/ |
test_pyximport.py | 28 open(filename, "w").write("print 'Hello world from the Pyrex install hook'") 33 depend_file = open(depend_filename, "w") 38 build_file = open(build_filename, "w") 46 open(os.path.join(tempdir, "foo.bar"), "w").write(" ") 47 open(os.path.join(tempdir, "1.txt"), "w").write(" ") 48 open(os.path.join(tempdir, "abc.txt"), "w").write(" ") 54 open(os.path.join(tempdir, "abc.txt"), "w").write(" ")
|
test_reload.py | 19 open(hello_file, "w").write("x = 1; print x; before = 'before'\n") 26 open(hello_file, "w").write("x = 2; print x; after = 'after'\n")
|
/external/chromium_org/third_party/simplejson/ |
tool.py | 21 infile = open(sys.argv[1], 'rb') 24 infile = open(sys.argv[1], 'rb') 25 outfile = open(sys.argv[2], 'wb')
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
linux_based_platform_backend_unittest.py | 35 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f: 37 with open(os.path.join(util.GetUnittestDataDir(), 'status')) as f: 39 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f: 54 with open(os.path.join(util.GetUnittestDataDir(), 'stat')) as f: 56 with open(os.path.join(util.GetUnittestDataDir(), 'status_nohwm')) as f: 58 with open(os.path.join(util.GetUnittestDataDir(), 'smaps')) as f:
|
/external/apache-http/src/org/apache/http/impl/ |
SocketHttpClientConnection.java | 65 private volatile boolean open; field in class:SocketHttpClientConnection 73 if (this.open) { 74 throw new IllegalStateException("Connection is already open"); 79 if (!this.open) { 80 throw new IllegalStateException("Connection is not open"); 116 this.open = true; 120 return this.open; 185 this.open = false; 193 if (!this.open) { 196 this.open = false [all...] |
SocketHttpServerConnection.java | 65 private volatile boolean open; field in class:SocketHttpServerConnection 73 if (this.open) { 74 throw new IllegalStateException("Connection is already open"); 79 if (!this.open) { 80 throw new IllegalStateException("Connection is not open"); 114 this.open = true; 122 return this.open; 183 this.open = false; 191 if (!this.open) { 194 this.open = false [all...] |
/external/chromium_org/build/toolchain/mac/ |
setup_toolchain.py | 12 with open(source_path) as source_file: 18 with open(out_path, 'w') as tool_file:
|
/external/chromium_org/build/win/ |
install-build-deps.py | 28 source = open(source_path).read() 37 open(source_path, "w").write(result)
|
/external/chromium_org/components/crash/tools/ |
dmp2minidump.py | 24 dump = open(dump_file, 'rb') 35 f = open(minidump_file, 'w')
|
/external/chromium_org/content/test/data/indexeddb/ |
migration_test.js | 6 request = indexedDB.open('open-close-version-test1'); 18 request = indexedDB.open('open-close-version-test2');
|
/external/chromium_org/tools/gyp/test/intermediate_dir/src/ |
script.py | 20 with open(sys.argv[2], 'w') as f: 23 with open(sys.argv[3], 'w') as f:
|