/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/llvm/test/Bindings/Ocaml/ |
ipo_opts.ml | 10 open Llvm 11 open Llvm_ipo 12 open Llvm_target
|
scalar_opts.ml | 10 open Llvm 11 open Llvm_scalar_opts 12 open Llvm_target
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 328 dispatcher.enqueue(open(request.url()), request, responseReceiver); method 339 public HttpURLConnection open(URL url) { method in class:OkHttpClient 340 return open(url, proxy); 343 HttpURLConnection open(URL url, Proxy proxy) { method in class:OkHttpClient 395 return open(url); 399 return open(url, proxy);
|
/external/openssh/ |
sshpty.c | 58 * nonzero if a pty was successfully allocated. On success, open file 115 fd = open(tty, O_RDWR|O_NOCTTY); 128 fd = open("/dev/tty", O_RDWR); 137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); 150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); 170 fd = open(tty, O_RDWR); 182 fd = open(_PATH_TTY, O_WRONLY); 184 error("open /dev/tty failed - could not set controlling tty: %.100s",
|
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 153 open(INFILE, "$TMPFILE"); 180 open(INFILE, "$TMPFILE"); 191 open(INFILE, "$TMPFILE"); 259 open(OUTFILE, ">.filtered_output.$n"); 265 open(REFERENCE, "$ref_output") || die "Error: Couldn't open $ref_output\n"; 329 open(fileOUT, ">.retrieved_output.$N") or die("Can't open file for writing: $!");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 112 SocketChannel sc = SocketChannel.open(); 126 SocketChannel channel = SocketChannel.open(); 128 Selector selector = Selector.open(); 211 SocketChannel sc = SocketChannel.open(); 235 SocketChannel sc = SocketChannel.open(); 257 SocketChannel sc = SocketChannel.open();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_misc.py | 21 dbs = dbshelve.open(self.filename) 27 # check for crash fixed when db_home is used before open() 29 env.open(self.homeDir, db.DB_CREATE) 63 db1.open(self.filename, None, db.DB_BTREE, 76 db1.open(self.filename, None, db.DB_HASH, db.DB_CREATE) 96 db1.open(self.filename, db.DB_HASH, db.DB_CREATE) 105 # the flags on open. 106 db1.open(self.filename, db.DB_HASH)
|
test_db.py | 21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 25 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE | 30 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH, 62 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 93 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL | 114 self.db.open("XXX", dbtype=db.DB_HASH,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_filecmp.py | 13 output = open(name, 'w') 17 output = open(self.name_diff, 'a+') 58 output = open(os.path.join(dir, fn), 'w') 62 output = open(os.path.join(self.dir_diff, 'file2'), 'w') 89 output = open(os.path.join(self.dir, 'file2'), 'w') 122 output = open(os.path.join(self.dir, 'file2'), 'w')
|
test_zipfile.py | 47 with open(TESTFN, "wb") as fp: 125 with zipfp.open(TESTFN) as zipopen1: 133 with zipfp.open("another.name") as zipopen2: 157 with zipfp.open(info) as f: 171 with zipfp.open(TESTFN) as zipopen1: 193 with zipfp.open(TESTFN, 'rU') as zipopen: 204 with zipfp.open(TESTFN) as zipopen: 224 with zipfp.open(TESTFN) as zipopen: 234 with zipfp.open(TESTFN) as zo: 244 for line, zipline in zip(self.line_gen, zipfp.open(TESTFN)) [all...] |
test_genericpath.py | 76 f = open(test_support.TESTFN, "wb") 87 f = open(test_support.TESTFN, "wb") 91 f = open(test_support.TESTFN, "ab") 94 f = open(test_support.TESTFN, "rb") 110 f = open(test_support.TESTFN, "wb") 125 f = open(test_support.TESTFN, "wb") 142 f = open(test_support.TESTFN, "wb")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_misc.py | 21 dbs = dbshelve.open(self.filename) 27 # check for crash fixed when db_home is used before open() 29 env.open(self.homeDir, db.DB_CREATE) 63 db1.open(self.filename, None, db.DB_BTREE, 76 db1.open(self.filename, None, db.DB_HASH, db.DB_CREATE) 96 db1.open(self.filename, db.DB_HASH, db.DB_CREATE) 105 # the flags on open. 106 db1.open(self.filename, db.DB_HASH)
|
test_db.py | 21 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 25 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE | 30 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH, 62 self.db.open(self.path, dbtype=db.DB_HASH, flags = db.DB_CREATE) 93 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL | 114 self.db.open("XXX", dbtype=db.DB_HASH,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_filecmp.py | 13 output = open(name, 'w') 17 output = open(self.name_diff, 'a+') 58 output = open(os.path.join(dir, fn), 'w') 62 output = open(os.path.join(self.dir_diff, 'file2'), 'w') 89 output = open(os.path.join(self.dir, 'file2'), 'w') 122 output = open(os.path.join(self.dir, 'file2'), 'w')
|
test_zipfile.py | 47 with open(TESTFN, "wb") as fp: 125 with zipfp.open(TESTFN) as zipopen1: 133 with zipfp.open("another.name") as zipopen2: 157 with zipfp.open(info) as f: 171 with zipfp.open(TESTFN) as zipopen1: 193 with zipfp.open(TESTFN, 'rU') as zipopen: 204 with zipfp.open(TESTFN) as zipopen: 224 with zipfp.open(TESTFN) as zipopen: 234 with zipfp.open(TESTFN) as zo: 244 for line, zipline in zip(self.line_gen, zipfp.open(TESTFN)) [all...] |
/system/vold/ |
Loop.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 50 if ((fd = open(filename, O_RDWR)) < 0) { 52 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); 94 if ((fd = open(filename, O_RDWR)) < 0) { 96 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); 151 if ((fd = open(filename, O_RDWR)) < 0) { 152 SLOGE("Unable to open %s (%s)", filename, strerror(errno)); 179 if ((file_fd = open(loopFile, O_RDWR)) < 0) { 180 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno)); 214 device_fd = open(loopDevice, O_RDONLY) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectorTest.java | 54 ssc = ServerSocketChannel.open(); 59 selector = Selector.open(); 77 * @tests java.nio.channels.Selector#open() 116 SocketChannel sc = SocketChannel.open(); 151 SocketChannel sc = SocketChannel.open(); 254 selector = Selector.open(); 346 SocketChannel sc = SocketChannel.open(); 370 final Pipe pipe = Pipe.open(); 403 SocketChannel sc = SocketChannel.open(); 451 channel = SocketChannel.open(); [all...] |
/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, 48 .open-filename, 81 #open-folder svg, 115 .open-filename, 132 .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/zlib/src/contrib/iostream3/ |
zfstream.cc | 33 // (i.e. attached streams should be left open at this stage) 49 // Open gzipped file 51 gzfilebuf::open(const char *name, function in class:gzfilebuf 54 // Fail if file already open 66 // Attempt to open file 82 // Fail if file already open 109 // Fail immediately if no file is open 129 // Convert int open mode to mode string 378 // Initialize stream buffer and open file 384 this->open(name, mode) 398 gzifstream::open(const char* name, function in class:gzifstream 453 gzofstream::open(const char* name, function in class:gzofstream [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 323 self._file = open(self._backupfilename, self._mode) 327 self._output = open(self._filename, "w") 329 fd = os.open(self._filename, 345 self._file = open(self._filename, self._mode) 382 return gzip.open(filename, mode) 387 return open(filename, mode) 393 return codecs.open(filename, mode, encoding)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 323 self._file = open(self._backupfilename, self._mode) 327 self._output = open(self._filename, "w") 329 fd = os.open(self._filename, 345 self._file = open(self._filename, self._mode) 382 return gzip.open(filename, mode) 387 return open(filename, mode) 393 return codecs.open(filename, mode, encoding)
|