/external/chromium/net/http/ |
mock_gssapi_library_posix.cc | 144 open(0) { 154 open(other.open) { 170 open(open_in) { 188 open = other.open; 395 context.open = security_query.context_info.open; 453 int* open) { 473 if (open) [all...] |
mock_gssapi_library_posix.h | 30 int open); 41 int open; member in class:net::test::GssContextMockImpl 177 int* open);
|
/external/chromium_org/chrome/test/pyautolib/ |
mock_pref_pane.py | 50 stdin=open(self._config_file)) 69 stdin=open(self._config_file)) 88 stdin=open(self._config_file))
|
/external/chromium_org/net/http/ |
mock_gssapi_library_posix.cc | 143 open(0) { 153 open(other.open) { 169 open(open_in) { 187 open = other.open; 394 context.open = security_query.context_info.open; 452 int* open) { 472 if (open) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
concatenate_css_files.py | 86 with open(input_order_file_name, 'r') as order_html: 101 input_file = open(full_path, 'r') 108 output_file = open(output_file_name, 'w')
|
concatenate_js_files.py | 86 with open(input_order_file_name, 'r') as order_html: 99 input_file = open(full_path, 'r') 106 output_file = open(output_file_name, 'w')
|
/external/chromium_org/third_party/tlslite/tlslite/ |
BaseDB.py | 22 self.db = anydbm.open(self.filename, "n") #raises anydbm.error 28 def open(self): member in class:BaseDB 29 """Open a pre-existing on-disk database. 35 raise ValueError("Can only open on-disk databases") 36 self.db = anydbm.open(self.filename, "w") #raises anydbm.error 45 raise AssertionError("DB not open") 57 raise AssertionError("DB not open") 71 raise AssertionError("DB not open") 93 raise AssertionError("DB not open") 112 raise AssertionError("DB not open") [all...] |
/external/chromium_org/tools/git/ |
mffr.py | 64 with open(referee) as f: 70 with open(referee, 'wb') as f: 153 f = open(opts.input_filename)
|
/external/chromium_org/tools/metrics/histograms/ |
update_extension_functions.py | 53 with open(filename) as f: 130 with open(HISTOGRAMS_PATH, 'rb') as f: 141 with open(HISTOGRAMS_PATH, 'wb') as f:
|
update_policies.py | 112 with open(POLICY_TEMPLATES_PATH, 'rb') as f: 114 with open(HISTOGRAMS_PATH, 'rb') as f: 123 with open(HISTOGRAMS_PATH, 'wb') as f:
|
/external/chromium_org/tools/win/sizeviewer/ |
sizeviewer.py | 16 with open(os.devnull, 'w') as null: 60 with open(json_name, 'r') as jsonf: 84 with open(html_path, 'w') as f: 85 with open(os.path.join(BASE_DIR, 'template.html'), 'r') as templatef:
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 7 # This file is distributed under the University of Illinois Open Source 40 with open(filename, 'r') as f: 64 with open(filename, 'r') as f: 79 with open(filename, 'w') as f:
|
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.cpp | 2 * Copyright (C) 2008 The Android Open Source Project 55 dev_fd = open(dev_name, O_RDONLY); 56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno)); 74 fd = open(path, O_WRONLY); 76 ALOGE("SensorBase: write_attr failed to open %s (%s)", 134 fd = open(devname, O_RDONLY);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectorTest.java | 115 ServerSocketChannel ssc = ServerSocketChannel.open(); 131 ServerSocketChannel ssc = ServerSocketChannel.open(); 144 acceptSelector = Selector.open();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fcntl.h | 33 numbers and flag bits for `open', `fcntl', et al. */ 78 /* Open FILE and return a new file descriptor for it, or -1 on error. 85 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1)); 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 91 # define open open64 macro 99 /* Similar to `open' but a relative path name is interpreted relative to 124 /* Create and open FILE, with mode MODE. This takes an `int' MODE
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fcntl.h | 33 numbers and flag bits for `open', `fcntl', et al. */ 78 /* Open FILE and return a new file descriptor for it, or -1 on error. 85 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1)); 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 91 # define open open64 macro 99 /* Similar to `open' but a relative path name is interpreted relative to 124 /* Create and open FILE, with mode MODE. This takes an `int' MODE
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fcntl.h | 33 numbers and flag bits for `open', `fcntl', et al. */ 78 /* Open FILE and return a new file descriptor for it, or -1 on error. 85 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1)); 88 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 91 # define open open64 macro 99 /* Similar to `open' but a relative path name is interpreted relative to 124 /* Create and open FILE, with mode MODE. This takes an `int' MODE
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_join.py | 39 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL | db.DB_INIT_LOCK ) 53 priDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE) 59 secDB.open(self.filename, "secondary", db.DB_BTREE, db.DB_CREATE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ioctl.py | 10 tty = open("/dev/tty", "r") 12 raise unittest.SkipTest("Unable to open /dev/tty") 33 tty = open("/dev/tty", "r") 50 with open("/dev/tty", "r") as tty:
|
test_macostools.py | 18 fp = open(test_support.TESTFN, 'w') 30 fp = open(test_support.TESTFN, 'r') 33 fp = open(TESTFN2, 'r')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 96 fp = open(inFileName) 116 fp = open(outFileName) 133 fp = open(outFileName, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_join.py | 39 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL | db.DB_INIT_LOCK ) 53 priDB.open(self.filename, "primary", db.DB_BTREE, db.DB_CREATE) 59 secDB.open(self.filename, "secondary", db.DB_BTREE, db.DB_CREATE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ioctl.py | 10 tty = open("/dev/tty", "r") 12 raise unittest.SkipTest("Unable to open /dev/tty") 33 tty = open("/dev/tty", "r") 50 with open("/dev/tty", "r") as tty:
|
test_macostools.py | 18 fp = open(test_support.TESTFN, 'w') 30 fp = open(test_support.TESTFN, 'r') 33 fp = open(TESTFN2, 'r')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 96 fp = open(inFileName) 116 fp = open(outFileName) 133 fp = open(outFileName, 'w')
|