/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/build/scripts/ |
make_private_script_source.py | 29 with open(idl_filename) as f: 50 with open(input_filename) as input_file: 81 with open(output_filename, 'w') as output_file:
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/ |
get_files.py | 34 with open(filename, 'rb') as file: 47 fp = open(path, "wb") 88 file_list_csv = open(file_list_path, "rb")
|
/external/chromium_org/third_party/tlslite/tlslite/ |
basedb.py | 32 self.db = anydbm.open(self.filename, "n") #raises anydbm.error 38 def open(self): member in class:BaseDB 39 """Open a pre-existing on-disk database. 45 raise ValueError("Can only open on-disk databases") 46 self.db = anydbm.open(self.filename, "w") #raises anydbm.error 55 raise AssertionError("DB not open") 67 raise AssertionError("DB not open") 81 raise AssertionError("DB not open") 103 raise AssertionError("DB not open") 122 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_editor_commands.py | 51 with open(filename) as f: 126 with open(HISTOGRAMS_PATH, 'rb') as f: 137 with open(HISTOGRAMS_PATH, 'wb') as f:
|
update_policies.py | 117 with open(POLICY_TEMPLATES_PATH, 'rb') as f: 119 with open(HISTOGRAMS_PATH, 'rb') as f: 127 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/chromium_org/ui/ozone/ |
generate_ozone_platform_list.py | 156 out_cc = open(options.output_cc, 'wb') 158 out_h = open(options.output_h, 'wb') 160 out_txt = open(options.output_txt, 'wb')
|
/external/deqp/scripts/ |
check_include_guards.py | 16 f = open(headerFile, 'rb') 41 f = open(headerFile, 'rb') 57 f = open(headerFile, 'wb')
|
/external/libvpx/libvpx/test/android/ |
get_files.py | 34 with open(filename, 'rb') as file: 47 fp = open(path, "wb") 88 file_list_csv = open(file_list_path, "rb")
|
/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);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
get_files.py | 34 with open(filename, 'rb') as file: 47 fp = open(path, "wb") 88 file_list_csv = open(file_list_path, "rb")
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
fcntl.h | 33 numbers and flag bits for `open', `fcntl', et al. */ 66 /* Open FILE and return a new file descriptor for it, or -1 on error. 73 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1)); 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 79 # define open open64 macro 87 /* Similar to `open' but a relative path name is interpreted relative to 112 /* Create and open FILE, with mode MODE. This takes an `int' MODE
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
fcntl.h | 33 numbers and flag bits for `open', `fcntl', et al. */ 66 /* Open FILE and return a new file descriptor for it, or -1 on error. 73 extern int open (__const char *__file, int __oflag, ...) __nonnull ((1)); 76 extern int __REDIRECT (open, (__const char *__file, int __oflag, ...), open64) 79 # define open open64 macro 87 /* Similar to `open' but a relative path name is interpreted relative to 112 /* 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')
|
/system/core/libcutils/ |
qtaguid.c | 2 ** Copyright 2011, The Android Open Source Project 39 * Once the device is open, this process will have its socket tags tracked. 41 * A process can only open /dev/xt_qtaguid once. 43 * Failure to open it will be visible when socket tagging will be attempted. 50 resTrackFd = TEMP_FAILURE_RETRY(open("/dev/xt_qtaguid", O_RDONLY)); 66 fd = TEMP_FAILURE_RETRY(open(CTRL_PROCPATH, O_WRONLY)); 88 param_fd = TEMP_FAILURE_RETRY(open(param_path, O_WRONLY));
|