/external/open-vcdiff/testdata/ |
configure.ac.v0.2 | 7 AC_INIT(open-vcdiff, 0.2, opensource@google.com)
|
/external/qemu/ |
osdep.c | 103 ret = open(name, flags | O_CLOEXEC, mode); 105 ret = open(name, flags, mode);
|
/external/regex-re2/benchlog/ |
mktable | 40 open(JGR, ">$base.jgr") || die "open >$base.jgr: $!"; 124 open(F, "benchlog.$sys") || die "open benchlog.$sys: $!";
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AssetManagerTest.java | 78 inputStream = assetManager.open(testPath); 83 inputStream = assetManager.open(testPath);
|
/external/zlib/src/contrib/minizip/ |
make_vms.com | 2 $ open/write zdef vmsdefs.h
|
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/ |
BasicNfcEeTest.java | 2 * Copyright (C) 2011 The Android Open Source Project 57 mEe.open(); 76 mEe.open();
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileSystem.h | 5 // This file is distributed under the University of Illinois Open Source 101 int open(const Path& pPath, int pOFlag); 102 int open(const Path& pPath, int pOFlag, int pPermission);
|
/frameworks/compile/mclinker/lib/Support/ |
MemoryAreaFactory.cpp | 5 // This file is distributed under the University of Illinois Open Source 42 if (!handler->open(pPath, pMode)) { 66 if (!handler->open(pPath, pMode, pPerm)) {
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.cpp | 55 dev_fd = open(dev_name, O_RDONLY);
56 LOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
116 fd = open(devname, O_RDONLY);
117 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
118 LOGI("path open %s", devname);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayMem.h | 56 bool open(uint32_t numbufs, 116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMem.h | 56 bool open(uint32_t numbufs, 116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayMem.h | 56 bool open(uint32_t numbufs, 116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
seekoff.pass.cpp | 5 // This file is dual licensed under the MIT and the University of Illinois Open 46 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out 67 assert(f.open("seekoff.dat", std::ios_base::in | std::ios_base::out
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl2.h | 24 /* Check that calls to open and openat with O_CREAT set have an 29 open) __nonnull ((1)); 37 "open can be called either with 2 or 3 arguments, not more"); 39 "open with O_CREAT in second argument needs 3 arguments"); 42 open (__const char *__path, int __oflag, ...) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl2.h | 24 /* Check that calls to open and openat with O_CREAT set have an 29 open) __nonnull ((1)); 37 "open can be called either with 2 or 3 arguments, not more"); 39 "open with O_CREAT in second argument needs 3 arguments"); 42 open (__const char *__path, int __oflag, ...) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl2.h | 24 /* Check that calls to open and openat with O_CREAT set have an 29 open) __nonnull ((1)); 37 "open can be called either with 2 or 3 arguments, not more"); 39 "open with O_CREAT in second argument needs 3 arguments"); 42 open (__const char *__path, int __oflag, ...) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_get_none.py | 26 d.open(self.filename, db.DB_BTREE, db.DB_CREATE) 54 d.open(self.filename, db.DB_BTREE, db.DB_CREATE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_errno.py | 19 libc_open = libc.open 37 libc_open = libc.open
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 34 f = open(self.source, 'w') 66 content = [line.strip() for line in open(foo).readlines()]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialog.py | 15 return _setup(text).open(text,pat) 37 self.open(text)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 70 with open(source, "w") as f: 120 f = open(fname, 'w').close() 149 with open(fname, 'w') as f: 159 with open(fname, 'w') as f: 199 with open(filename, 'w+') as f: 206 with open(filename, 'r') as f: 223 with open(source, "w") as f: 241 with open(source, "w") as f: 259 with open(source, "w") as f: 343 with open(source, 'w') as f [all...] |
test_profile.py | 69 with open(filename, 'r') as f: 75 with open(filename, 'w') as f:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_get_none.py | 26 d.open(self.filename, db.DB_BTREE, db.DB_CREATE) 54 d.open(self.filename, db.DB_BTREE, db.DB_CREATE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_errno.py | 19 libc_open = libc.open 37 libc_open = libc.open
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 34 f = open(self.source, 'w') 66 content = [line.strip() for line in open(foo).readlines()]
|