HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 326 - 350 of 4741) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mozilla/
testcfg.py 108 with open(filename) as f:
127 with open(versionfile) as f:
139 with tarfile.open(archive_file, "r:gz") as tar:
141 with open(versionfile, "w") as f:
155 with tarfile.open(archive_file, "w:gz") as tar:
157 with open(versionfile, "w") as f:
  /external/harfbuzz/src/
Makefile.am 13 harfbuzz-open.c \
35 harfbuzz-open.h \
49 harfbuzz-open-private.h \
  /external/harfbuzz_ng/src/hb-old/
Makefile.am 12 harfbuzz-open.c \
29 harfbuzz-open.h \
42 harfbuzz-open-private.h \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
test_dbm.py 9 self.d = dbm.open(self.filename, 'c')
17 self.d = dbm.open(self.filename, 'c')
33 self.d = dbm.open(self.filename, mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
50 with open(test_support.TESTFN, self.READMODE) as fp:
56 with open(test_support.TESTFN, self.READMODE) as fp:
62 with open(test_support.TESTFN, self.READMODE) as fp:
72 with open(test_support.TESTFN, self.READMODE) as fp:
109 with open(test_support.TESTFN, self.READMODE) as fp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uu.py 45 # If in_file is a pathname open it and change defaults
59 in_file = open(in_file, 'rb')
62 # Open out_file if it is a pathname
67 out_file = open(out_file, 'wb')
93 # Open the input file, if needed.
99 in_file = open(in_file)
125 # Open the output file
130 fp = open(out_file, 'wb')
181 output = open(output, 'w')
189 input = open(input, 'r'
    [all...]
  /build/tools/
check_radio_versions.py 3 # Copyright (C) 2012 The Android Open Source Project
29 f = open(sys.argv[1])
47 f = open(fn, "rb")
53 f = open(fn + ".sha1")
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 2 * Copyright (C) 2008 The Android Open Source Project
42 // test open then block(long)
43 mConditionVariable.open();
54 // test block then open
64 mConditionVariable.open();
83 mConditionVariable.open();
  /external/bison/lib/
open.c 0 /* Open a descriptor to a file.
25 /* Get the original definition of open. It might be defined as a macro. */
33 return open (filename, flags, mode);
53 open (const char *filename, int flags, ...) function
74 file types that require non-blocking handling in open().
97 - if O_CREAT is specified, open() must fail because of the semantics
99 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
100 <http://www.opengroup.org/susv3/functions/open.html> says that it
103 - if O_CREAT is specified, open() must fail since open() cannot creat
    [all...]
  /external/blktrace/btt/
bno_plot.py 99 fo = open(t, 'w')
100 for line in open(f, 'r'):
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
  /external/chromium_org/build/android/gyp/util/
md5_check.py 30 with open(path, 'rb') as infile:
68 with open(self.record_path, 'r') as old_record:
75 with open(self.record_path, 'w') as new_record:
  /external/chromium_org/build/linux/
install-chromeos-fonts.py 44 with open(stamp) as s:
62 with open(readme, 'w') as s:
67 with open(stamp, 'w') as s:
  /external/chromium_org/chrome/test/functional/ispy/server/
gs_bucket.py 30 gs_file = cloudstorage.open(
38 gs_file = cloudstorage.open(self._full_path(path), 'r')
49 gs_file = cloudstorage.open(self._full_path(path), 'w')
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxfdwalk_unittest.cc 51 // Checks that the set of open fds is exactly the given list.
66 // I have observed that the open set when starting a test is [0, 6]. Leaked
69 str << "File descriptors open in test executable:";
74 // Open some files.
75 int fd1 = open("/dev/null", O_RDONLY);
77 int fd2 = open("/dev/null", O_WRONLY);
79 int fd3 = open("/dev/null", O_RDWR);
  /external/chromium_org/third_party/tlslite/test/
twistedserver.py 11 s = open("./serverX509Cert.pem").read()
16 s = open("./serverX509Key.pem").read()
20 verifierDB.open()
  /external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc 75 BOOL open; local
80 &open,
83 EXPECT_EQ(test_case.expected_open, open);
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
CompositeResourceLoader.java 53 public Reader open(String name) throws IOException { method in class:CompositeResourceLoader
55 Reader reader = loader.open(name);
65 Reader reader = open(name);
75 throw new IllegalArgumentException("I can't close a reader I didn't open.");
93 * search order as {@link #open(String)}.
  /external/srec/tools/cmd/
pht_to_short.pl 13 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n";
34 open(HH, "<$oklongfile") || die "error opening okfile $oklongfile\n";
35 open(OO, ">$okfile") || die "error opening output dict $okfile\n";
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 5 // This file is distributed under the University of Illinois Open Source
48 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
66 int fd = ::open(path.native().c_str(), O_RDONLY);
89 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
  /hardware/libhardware/include/hardware/
nfc.h 2 * Copyright (C) 2011, 2012 The Android Open Source Project
43 * 1) Core NCI stack calls open()
113 * (*open)() Opens the NFC controller device and performs initialization.
116 * If open completes successfully, the controller should be ready to perform
120 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
123 * If open() returns any other value, the NCI stack will stop.
126 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member in struct:nfc_nci_device
183 * Convenience methods that the NFC stack can use to open
188 return module->methods->open(module, NFC_NCI_CONTROLLER,
263 return module->methods->open(module, NFC_PN544_CONTROLLER
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 2 * Copyright (C) 2010 The Android Open Source Project
46 SocketChannel sc = SocketChannel.open(ss.getLocalSocketAddress());
67 SocketChannel sc = SocketChannel.open();
70 Selector selector = Selector.open();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 16 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL)
18 self.primary_db.open(self.db_name, 'primary', db.DB_BTREE, db.DB_CREATE)
21 self.secondary_db.open(self.db_name, 'secondary', db.DB_BTREE, db.DB_CREATE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 16 self.env.open(self.homeDir, db.DB_CREATE | db.DB_INIT_MPOOL)
18 self.primary_db.open(self.db_name, 'primary', db.DB_BTREE, db.DB_CREATE)
21 self.secondary_db.open(self.db_name, 'secondary', db.DB_BTREE, db.DB_CREATE)

Completed in 311 milliseconds

<<11121314151617181920>>