/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec_secure.c | 64 pComponentPrivate->secure_misc_drv_fd = open("/dev/rproc_user", O_SYNC | O_RDWR); 67 DOMX_ERROR("Can't open rproc_user device 0x%x\n", errno);
|
/hardware/ti/omap4xxx/ion/ |
ion.c | 36 int fd = open("/dev/ion", O_RDWR); 38 ALOGE("open /dev/ion failed!\n");
|
/libcore/luni/src/main/java/java/util/zip/ |
Inflater.java | 82 guard.open("end");
|
/libcore/luni/src/main/java/libcore/reflect/ |
AnnotationAccess.java | 2 * Copyright (C) 2011 The Android Open Source Project 198 Dex.Section setIn = dex.open(annotationSetOffset); // annotation_set_item 201 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item 221 Dex.Section directoryIn = dexClass.getDex().open(directoryOffset); 302 Dex.Section directoryIn = dex.open(directoryOffset); 325 Dex.Section refList = dex.open(annotationSetRefListOffset); 563 Dex.Section setIn = dex.open(annotationSetOffset); // annotation_set_item 569 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item 648 Dex.Section setIn = dex.open(offset); // annotation_set_item 654 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_ite [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CameraManager.java | 2 * Copyright (C) 2012 The Android Open Source Project 161 return; // no need to call mSig.open() 169 return; // no need to call mSig.open() 173 return; // no need to call mSig.open() 235 return; // no need to call mSig.open() 264 mSig.open(); 274 // Open camera synchronously. This method is invoked in the context of a 277 // Cannot open camera in mCameraHandler, otherwise all camera events 283 mCamera = android.hardware.Camera.open(cameraId); 392 mSig.open(); [all...] |
/packages/apps/Email/src/com/android/email/mail/ |
Sender.java | 2 * Copyright (C) 2008 The Android Open Source Project 129 public abstract void open() throws MessagingException; method in class:Sender
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 2 * Copyright (C) 2011 The Android Open Source Project 97 void open() throws IOException, MessagingException { method in class:ImapConnection 108 mTransport.open(); 241 open(); method 260 open(); method
|
/packages/experimental/procstatlog/ |
procstatlog.c | 2 * Copyright (C) 2010 The Android Open Source Project 75 int fd = open(filename, O_RDONLY); 107 int fd = open(filename, O_RDONLY); 162 int fd = open("/proc/yaffs", O_RDONLY); 244 int fd = open(filename, O_RDONLY);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DumpFileProvider.java | 2 * Copyright (C) 2012 The Android Open Source Project 83 return ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_ONLY);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
snd_wavefront.h | 32 spinlock_t open; member in struct:_snd_wavefront_midi
|
timer.h | 63 int (*open) (struct snd_timer * timer); member in struct:snd_timer_hardware
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
snd_wavefront.h | 32 spinlock_t open; member in struct:_snd_wavefront_midi
|
timer.h | 63 int (*open) (struct snd_timer * timer); member in struct:snd_timer_hardware
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 118 f = open(filename, "w")
|
imputil.py | 425 codestring = open(pathname, 'rU').read() 432 f = open(pathname + _suffix_char, 'wb') 589 f = open(file, 'rb') 606 fp = open(filename, self.desc[1])
|
linecache.py | 127 with open(fullname, 'rU') as fp:
|
shlex.py | 255 return (newfile, open(newfile, "r")) 286 lexer = shlex(open(file), file)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 364 d.open(file, db.DB_HASH, flags, mode) 381 d.open(file, db.DB_BTREE, flags, mode) 401 d.open(file, db.DB_RECNO, flags, mode) 414 e.open('.', db.DB_PRIVATE | db.DB_CREATE | db.DB_THREAD | db.DB_INIT_LOCK | db.DB_INIT_MPOOL)
|
dbshelve.py | 81 def open(filename, flags=db.DB_CREATE, mode=0660, filetype=db.DB_HASH, function 89 db = dbshelve.open(filename) 111 d.open(filename, dbname, filetype, flags, mode) 182 def open(self, *args, **kwargs): member in class:DBShelf 183 self.db.open(*args, **kwargs) 281 # key_range, open, remove, rename, stat, sync,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
config.py | 45 f = os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0600), 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_scripts.py | 74 f = open(os.path.join(dir, name), "w")
|
test_config.py | 112 f = open(rc)
|
test_config_cmd.py | 31 f = open(this_file)
|
test_core.py | 55 f = open(path, "w")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit 12 def open(self, _object, _attributes={}, **_arguments): member in class:builtin_Suite_Events 13 """open: Open the specified object(s) 14 Required argument: list of objects to open 33 """run: Run an application. Most applications will open an empty, untitled window. 52 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open. 96 Keyword argument saving: specifies whether to save currently open documents
|