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

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 24 fp = open(fn, "rb")
30 fp = open(fn, "wb")
test_pkgimport.py 25 open(os.path.join(
43 f = open(self.module_path, 'w')
  /prebuilts/python/linux-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/linux-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/linux-x86/2.7.5/lib/python2.7/
py_compile.py 106 with open(file, 'U') as f:
123 with open(cfile, 'wb') as fc:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 24 fp = open(fn, "rb")
30 fp = open(fn, "wb")
test_pkgimport.py 25 open(os.path.join(
43 f = open(self.module_path, 'w')
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 2 * Copyright (C) 2011 The Android Open Source Project
31 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so");
34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32");
  /system/core/init/
builtins.c 2 * Copyright (C) 2008 The Android Open Source Project
60 fd = open(path, O_WRONLY|O_CREAT|O_NOFOLLOW, 0600);
83 fd = open(path, O_RDONLY | O_NOFOLLOW);
85 fd = open(path, O_WRONLY | O_NOFOLLOW);
157 fd = open("/dev/tty0", O_RDWR | O_SYNC);
412 fd = open(source + 5, mode);
419 loop = open(tmp, mode);
716 if ((fd1 = open(args[1], O_RDONLY)) < 0)
719 if ((fd2 = open(args[2], O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0)
  /system/core/libcutils/
fs.c 2 * Copyright (C) 2012 The Android Open Source Project
85 int fd = TEMP_FAILURE_RETRY(open(path, O_RDONLY));
118 ALOGE("Failed to open %s: %s", temp, strerror(errno));
165 if ((fd = open("/", 0)) == -1) {
166 ALOGE("Failed to open(/): %s", strerror(errno));
  /system/core/libsuspend/
autosuspend_wakeup_count.c 2 * Copyright (C) 2012 The Android Open Source Project
144 state_fd = open(SYS_POWER_STATE, O_RDWR);
151 wakeup_count_fd = open(SYS_POWER_WAKEUP_COUNT, O_RDWR);
  /system/core/libutils/
Tokenizer.cpp 2 * Copyright (C) 2010 The Android Open Source Project
54 status_t Tokenizer::open(const String8& filename, Tokenizer** outTokenizer) { function in class:android::Tokenizer
58 int fd = ::open(filename.string(), O_RDONLY);
  /system/core/sh/
main.c 286 if ((fd = open(name, O_RDONLY)) >= 0)
320 if ((fd = open(name, O_RDONLY)) >= 0)
323 error("Can't open %s", name);
  /system/core/toolbox/
cat.c 199 fd = open(*argv, O_RDONLY|O_NONBLOCK, 0);
213 else if ((fd = open(*argv, O_RDONLY, 0)) < 0) {
  /build/tools/droiddoc/templates-pdk/assets/
jquery-history.js 19 d.open();
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 6 # android. While open gl allows the use of an index buffer for vertices, the same cannot be done
42 f = open(self.filepath, 'wb')
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 2 * Copyright (C) 2010 The Android Open Source Project
48 InputStream is = mAssets.open(name);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 2 * Copyright (C) 2007 The Android Open Source Project
64 mCondition.open();
  /development/testrunner/
android_manifest.py 4 # Copyright 2009, The Android Open Source Project
109 self._dom.writexml(open(self._manifest_path, mode='w'), encoding='utf-8')
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 47 mDbHelper.open();
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.c 58 p_buffer->ion_fd = open("/dev/ion", O_RDONLY);
60 CDBG_ERROR("%s :Ion open failed", __func__);
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 2 * Copyright 2013 The Android Open Source Project
67 ALOGI_IF(DEBUG, "enable.open(%s), en(%d)", sysfs, en);
69 int fd = open(sysfs, O_RDWR);
71 ALOGE("couldn't open '%s' input device", sysfs);

Completed in 2141 milliseconds

<<51525354555657585960>>