/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
ThreadInterruptTest.java | 44 HttpURLConnection connection = client.open(server.getUrl("/")); 71 HttpURLConnection connection = client.open(server.getUrl("/"));
|
/external/openssl/crypto/objects/ |
objxref.pl | 10 open(IN, $mac_file) || die "Can't open $mac_file"; 22 open(IN, $xref_file) || die "Can't open $xref_file";
|
/external/oprofile/ |
opev.py | 65 evf = open(fname, "r") 83 ovf = open(fname + ".h", "w")
|
/bionic/libc/tools/zoneinfo/ |
update-tzdata.py | 43 return open('%s/tzdata' % bionic_libc_zoneinfo_dir).read().split('\x00', 1)[0] 51 for line in open('extracted/%s' % region): 61 setup = open('setup', 'w') 76 ftp.retrbinary('RETR %s' % filename, open(filename, 'wb').write) 91 f = open(output_filename, 'wb') 173 tar = tarfile.open(data_filename, 'r')
|
/external/chromium_org/content/test/data/indexeddb/ |
version_change_crash.js | 26 var openreq = window.indexedDB.open('version-change-crash', 1); 43 var openreq = window.indexedDB.open('version-change-crash', 2); 66 var openreq = window.indexedDB.open('version-change-crash');
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-buildbot.py | 48 manifest_file = open(SDK_MANIFEST, 'r') 73 manifest_file = open(MONO_MANIFEST, 'r') 102 manifest_file = open(MONO_MANIFEST, 'w') 115 manifest_file = open(MONO_MANIFEST, 'r') 128 f = open(info['naclmono_name'] + '.bz2', 'rb') 154 manifest_file = open(MONO_MANIFEST, 'w')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/ |
httpd.pm | 177 open (PIDFILE, $httpdPidFile); 206 $httpdPid = <PIDFILE> if open(PIDFILE, $httpdPidFile); 280 opendir(TMPDIR, $tmpDir) or die "Could not open " . $tmpDir . "."; 308 my $currentLockPid = <SCHEDULER_LOCK> if (-f $currentLockFile && open(SCHEDULER_LOCK, "<$currentLockFile")); 313 $currentLockPid = <SCHEDULER_LOCK> if open(SCHEDULER_LOCK, "<$currentLockFile"); 330 while (!(open(SEQUENTIAL_GUARD_LOCK, ">$exclusiveLockFile") && flock(SEQUENTIAL_GUARD_LOCK, LOCK_EX|LOCK_NB))) {} 332 open(SCHEDULER_LOCK, ">$myLockFile");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 56 ifile = open( name+'.h', "w" ) 78 assert open(name+'.E').read().count('\n') > 10, "failed to run preprocessor" 82 assert open(name+'.dM').read().count('\n') > 10, "failed to run preprocessor with -dM" 89 f = open(name+'.dM') 103 f = open(name+'.E') 127 file = open( pxi, "w" ) 168 #f = open('syms.out','w')
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
sancov.py | 23 with open(path, mode="rb") as f: 53 with open(path, mode="rb") as f: 70 with open(extracted_file, 'ab') as f2: 82 with open(map_path, mode="rt") as f_map: 94 with open(path, mode="rb") as f: 124 with open(dst_path, 'ab') as f2:
|
/external/llvm/test/Bindings/Ocaml/ |
ipo_opts.ml | 13 open Llvm 14 open Llvm_ipo 15 open Llvm_target
|
scalar_opts.ml | 13 open Llvm 14 open Llvm_scalar_opts 15 open Llvm_target
|
/bootable/recovery/minadbd/ |
sysdeps.h | 2 * Copyright (C) 2007 The Android Open Source Project 150 return open(path, options); 159 return open(path, options, mode); 162 #define open ___xxx_unix_open macro 309 return open(path, options); 318 return open(path, options, mode); 324 return open( pathname, options, mode ); 329 int fd = open(path, O_CREAT|O_WRONLY|O_TRUNC|O_NOFOLLOW, mode); 342 int fd = open( pathname, options ); 348 #undef open macro 349 #define open macro [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 7 #open-folder, 49 .open-filename, 82 #open-folder svg, 116 .open-filename, 133 .open-filename {
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 344 ** for the channel and sends it an open event. 353 tMCA_OPEN open; local 358 open.peer_mtu = p_tbl->peer_mtu; 359 open.lcid = p_tbl->lcid; 362 open.param = MCA_INT; 365 open.param = MCA_ACP; 368 /* if control channel, notify ccb that channel open */ 373 mca_ccb_event(p_ccb, MCA_CCB_LL_OPEN_EVT, (tMCA_CCB_EVT *)&open); 375 /* must be data channel, notify dcb that channel open */ 384 mca_dcb_event(p_dcb, MCA_DCB_TC_OPEN_EVT, (tMCA_DCB_EVT *) &open); [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
sdktools_test.py | 61 manifest.LoadDataFromString(open(manifest_filename, 'r').read()) 66 with open(config_filename, 'w') as stream: 75 with open(manifest_filename, 'w') as stream: 82 with open(manifest_filename) as stream: 87 with open(os.path.join(self.basedir, MANIFEST_BASENAME), 'w') as stream: 113 with open(new_sdk_tools_tgz, 'rb') as sdk_tools_stream: 172 tar_stream = tarfile.open(sdktools_tgz_path, 'r:gz')
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 81 pairs = open(arch).read()[:-2].split('\0') 87 open(path, 'w').close() 186 with open(our_manifest, 'rb') as our_f: 187 with open(assert_manifest, 'rb') as assert_f: 194 with open(filename, 'rb') as f: 224 with open(resource_path, 'wb') as output: 299 args = open(rspfile).read()
|
/external/chromium_org/build/android/gyp/ |
lint.py | 37 with open(config_path, 'rb') as f: 41 with open(processed_config_path, 'wb') as f: 45 with open(result_path, 'rb') as f: 49 with open(result_path, 'wb') as f: 131 with open(result_path) as f:
|
/external/chromium_org/ppapi/generators/ |
idl_outfile.py | 34 self.open = True 87 # Append to the output if the file is still open 89 if not self.open: 96 self.open = False 102 oldtext = open(filename, 'rb').read() 124 outfile = open(filename, 'wb')
|
/external/chromium_org/sandbox/linux/services/ |
credentials_unittest.cc | 61 base::ScopedFD proc_fd(open("/proc", O_RDONLY | O_DIRECTORY)); 65 int fd = open("/dev/null", O_RDONLY); 74 // No open directory should exist at startup. 78 int dev_fd = open("/dev", O_RDONLY | O_DIRECTORY); 88 int proc_fd = open("/proc", O_RDONLY | O_DIRECTORY); 92 // Don't pass |proc_fd|, an open directory (proc_fd) should 95 // Pass |proc_fd| and no open directory should be detected. 100 int dev_fd = open("/dev", O_RDONLY | O_DIRECTORY); 106 // directory file descriptor open.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 187 """Create, open, and return a binary temp file. Returns a tuple of the file and the name.""" 193 return codecs.open(path, 'rb') 207 return codecs.open(path, 'r', 'utf8') 210 return codecs.open(path, 'w', 'utf8') 216 with codecs.open(path, 'r', 'utf8') as f: 223 with codecs.open(path, 'w', 'utf8') as f:
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
download_utils.py | 80 f = open(filename, 'wb') 87 dst = open(filename, 'wb') 106 f = open(stampfile, 'r') 120 f = open(stampfile, 'w') 225 fh = open(filename, 'rb')
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 133 output_file = open(output_file_name, "wb") 150 input_file = open(file_name, "rb") 227 barcodes_file = open(barcodes_file_name, 'rb') 228 base_file = open(base_file_name, 'rb') 229 output_file = open(output_file_name, 'wb')
|
/external/chromium_org/tools/find_runtime_symbols/ |
find_runtime_symbols.py | 85 with open(os.path.join(prepared_data_dir, _MAPS_FILENAME), mode='r') as f: 87 with open(os.path.join(prepared_data_dir, _FILES_FILENAME), mode='r') as f: 100 with open(os.path.join(prepared_data_dir, nm_entry['file']), 'r') as f: 105 with open(os.path.join(prepared_data_dir, readelf_entry['file']), 111 with open(os.path.join(prepared_data_dir,
|
/external/deqp/android/scripts/ |
debug.py | 95 gdbServerProcess = subprocess.Popen("%s shell run-as com.drawelements.deqp lib/gdbserver localhost:%i --attach %i" % (adbCmd, targetGDBPort, programPid), shell=True, stdin=subprocess.PIPE, stdout=open("gdbserver-stdout.txt", "wb"), stderr=open("gdbserver-stderr.txt", "wb")) 129 jdbProcess = subprocess.Popen("%s -connect com.sun.jdi.SocketAttach:hostname=localhost,port=%i -sourcepath ../package" % (jdbCmd, jdbPort), shell=True, stdin=subprocess.PIPE, stdout=open("jdb-stdout.txt", "wb"), stderr=open("jdb-stderr.txt", "wb")) 134 gdbSetup = open("gdb.setup", "wb")
|
/external/lldb/utils/test/ |
ras.py | 140 fp = open(path) 145 fp = open(path, 'rb') 149 fp = open(path, 'rb') 153 fp = open(path, 'rb') 166 fp = open(opts.output, 'w')
|