/frameworks/base/cmds/screencap/ |
screencap.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 119 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); 153 int fb = open(fbpath, O_RDONLY);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
SurfaceTextureSource.java | 2 * Copyright (C) 2011 The Android Open Source Project 180 public void open(FilterContext context) { method in class:SurfaceTextureSource 262 mNewFrameAvailable.open();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
CameraTestHelper.java | 2 * Copyright (C) 2013 The Android Open Source Project 105 mCamera = Camera.open(CAMERA_ID); 112 mCamera = Camera.open(CAMERA_ID);
|
/hardware/libhardware/include/hardware/ |
sensors.h | 2 * Copyright (C) 2012 The Android Open Source Project 43 * Name of the sensors device to open [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Device.cpp | 84 bool Device::open(const char *deviceName) function in class:Device 86 return pMcKMod->open(deviceName);
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 105 printf("Cannot open '%s' !\n", pFileName); 195 fd = open(SMC_DRIVER_NAME, O_RDWR, 0); 201 printf("Boot time driver open failed [%d] !\n", nStatus); 203 printf("SMC driver open failed [%d] !\n", nStatus); 254 fd = open(SMC_DRIVER_NAME, O_RDWR, 0); 259 printf("SMC driver open failed [%d] !\n", nStatus);
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 2 * Copyright (C) 2007 The Android Open Source Project 33 * Note we don't directly open and read the DEX file here. They're memory-mapped 46 * /data/dalvik-cache and open it, possibly creating or updating 67 * /data/dalvik-cache and open it, possibly creating or updating 82 guard.open("close"); 113 guard.open("close"); 118 * Open a DEX file, specifying the file in which the optimized DEX 139 * If unable to open the source or output file. 148 * decided to open it multiple times. In practice this may not 291 * Open a DEX file. The value returned is a magic VM cookie. O [all...] |
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 2 * Copyright (C) 2010 The Android Open Source Project 156 * remove read permission from more directories. Everyone else should just open(2) and then 162 // Use open(2) rather than stat(2) so we require fewer permissions. http://b/6485312. 163 FileDescriptor fd = Libcore.os.open(path, O_RDONLY, 0); 200 // We use IoBridge.open because callers might differentiate 205 // at the cost of copying some code from IoBridge.open. 207 fd = IoBridge.open(absolutePath, O_RDONLY);
|
/ndk/docs/tools/ |
ndk-markdown-substitutions.py | 214 in_file = open(args.input_file, "rt") 223 out_file = open(args.output, "wt") 225 sys.stderr.write("Error: Can't open output file: %s: %s\n" % args.output, repr(e))
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 110 open(MAKEFILE, "> $makefile") || die "Failed to open $makefile: $!\n"; 331 open(VALGRIND, "> valgrind.out") 332 || die "Cannot open valgrind.out: $!\n";
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.c | 66 # define small_open open 67 # define large_open open 193 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
|
/packages/apps/Calendar/src/com/android/calendar/ |
ExtensionsFactory.java | 2 * Copyright (C) 2012 The Android Open Source Project 53 InputStream fileStream = assetManager.open(EXTENSIONS_PROPERTIES); 119 public boolean open(Context context) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/ |
SharedImageProvider.java | 2 * Copyright (C) 2012 The Android Open Source Project 69 mImageReadyCond.open(); 135 return ParcelFileDescriptor.open(path, imode);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_messages_facets.h | 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages 96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 258 f = open(join(self.tmp_dir, 'MANIFEST')) 347 archive = tarfile.open(archive_name) 365 archive = tarfile.open(archive_name) 414 f = open(cmd.manifest) 433 f = open(cmd.manifest) 451 f = open(cmd.manifest) 490 f = open(cmd.manifest) 500 archive = tarfile.open(archive_name)
|
test_sysconfig.py | 58 fd = open(self.makefile, 'w') 70 fd = open(self.makefile, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 2 # - IOBinding.open() replaces the current window with the opened file, 150 self.__id_open = self.text.bind("<<open-window-from-file>>", self.open) 161 self.text.unbind("<<open-window-from-file>>", self.__id_open) 199 def open(self, event=None, editFile=None): member in class:IOBinding 208 # If editFile is valid and already open, flist.open will 212 # pass self.loadfile to flist.open so it will load the file 213 # in the current window (if the file is not already open) 219 flist.open(filename, self.loadfile 583 def open(self, event): member in class:test.MyEditWin [all...] |
OutputWindow.py | 102 edit = self.flist.open(filename) 111 f = open(filename, "r")
|
textView.py | 69 textFile = codecs.open(filename, 'r') 71 textFile = open(filename, 'r')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
py_compile.py | 106 with open(file, 'U') as f: 123 with open(cfile, 'wb') as fc:
|