/external/wpa_supplicant_8/src/crypto/ |
random.c | 233 fd = open("/dev/random", O_RDONLY | O_NONBLOCK); 237 perror("open(/dev/random)"); 238 wpa_printf(MSG_ERROR, "random: Cannot open /dev/random: %s", 383 wpa_printf(MSG_ERROR, "random: Could not open entropy file %s " 418 random_fd = open("/dev/random", O_RDONLY | O_NONBLOCK); 422 perror("open(/dev/random)"); 423 wpa_printf(MSG_ERROR, "random: Cannot open /dev/random: %s",
|
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 2 * Copyright (C) 2006 The Android Open Source Project 107 mCloseGuard.open("close"); 137 mCloseGuard.open("close"); 769 return "# Open Cursors=" + total + s;
|
/frameworks/base/core/jni/ |
com_android_internal_content_NativeLibraryHelper.cpp | 2 * Copyright (C) 2011 The Android Open Source Project 122 int fd = TEMP_FAILURE_RETRY(open(filePath, O_RDONLY)); 124 ALOGV("Couldn't open file %s: %s", filePath, strerror(errno)); 225 ALOGI("Couldn't open temporary file name: %s: %s\n", localTmpFileName, strerror(errno)); 278 if (zipFile.open(filePath.c_str()) != NO_ERROR) { 279 ALOGI("Couldn't open APK %s\n", filePath.c_str());
|
/frameworks/base/tests/touchlag/ |
touchlag.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 170 fd = open("/dev/input/event1", O_RDONLY); 224 int fd = open("/dev/graphics/fb0", O_RDWR);
|
/libcore/luni/src/main/java/java/io/ |
RandomAccessFile.java | 90 * the file to open. 118 this.fd = IoBridge.open(file.getAbsolutePath(), flags); 128 guard.open("close"); 138 * the name of the file to open.
|
/libcore/luni/src/test/java/libcore/java/net/ |
SocketTest.java | 2 * Copyright (C) 2009 The Android Open Source Project 89 // Open a local server port. 90 ServerSocketChannel ssc = ServerSocketChannel.open(); 95 // Open a socket to the local port. 96 SocketChannel out = SocketChannel.open();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 66 fp = open("/tmp/_osx_support.%s"%( 96 f = open('/System/Library/CoreServices/SystemVersion.plist')
|
audiodev.py | 182 self.port = sunaudiodev.open('w') 245 af = aifc.open(fn, 'r')
|
filecmp.py | 66 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
|
mimetypes.py | 202 with open(filename) as fp: 370 f = open(file)
|
runpy.py | 215 with open(fname, "rb") as f: 219 with open(fname, "rU") as f:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 190 f = open(cmd.record) 220 f = open(cmd.record)
|
test_register.py | 62 def open(self, req): member in class:FakeOpener 124 f = open(self.rc)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 36 TextFile creates its own using the 'open()' builtin. 103 self.open (filename) 115 def open (self, filename): member in class:TextFile 116 """Open a new file named 'filename'. This overrides both the 120 self.file = open (self.filename, 'r')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 62 f = open(filename) 64 print "Can't open %s: %s" % (filename, err) 113 f = open(filename) 115 print "Can't open %s: %s" % (filename, err)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 307 def open(self, _object, _attributes={}, **_arguments): member in class:_miniFinder 308 """open: Open the specified object(s) 309 Required argument: list of objects to open 331 """Open a file thru the finder. Specify file by name or fsspec""" 332 _finder.open(_application_file(('ID ', appfile)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 256 with open(tfn, "w") as f: 262 with open(tfn, "r") as f:
|
test_sysconfig.py | 289 with open('/dev/null', 'w') as devnull_fp: 315 stderr=open('/dev/null'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 66 fp = open("/tmp/_osx_support.%s"%( 96 f = open('/System/Library/CoreServices/SystemVersion.plist')
|
audiodev.py | 182 self.port = sunaudiodev.open('w') 245 af = aifc.open(fn, 'r')
|
filecmp.py | 66 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 190 f = open(cmd.record) 220 f = open(cmd.record)
|
test_register.py | 62 def open(self, req): member in class:FakeOpener 124 f = open(self.rc)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
text_file.py | 36 TextFile creates its own using the 'open()' builtin. 103 self.open (filename) 115 def open (self, filename): member in class:TextFile 116 """Open a new file named 'filename'. This overrides both the 120 self.file = open (self.filename, 'r')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 62 f = open(filename) 64 print "Can't open %s: %s" % (filename, err) 113 f = open(filename) 115 print "Can't open %s: %s" % (filename, err)
|