HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 751 - 775 of 4686) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
74 open(os.path.join(sources, "__init__.py"), "w").close()
78 open(os.path.join(testdir, "testfile"), "w").close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 19 # Verify we can open a file known to be a hash v2 file
29 # Verify that anydbm.open does *not* create a bsddb185 file
33 anydbm.open(dbfile, "c").close()
test_compileall.py 18 with open(self.source_path, 'w') as file:
28 with open(self.bc_path, 'rb') as file:
41 with open(self.bc_path, 'rb') as file:
43 with open(self.bc_path, 'wb') as file:
test_cprofile.py 18 sys.stderr = open(TESTFN, 'w')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 43 f = open(pythonrc)
webbrowser.py 12 __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]
55 # It is recommended one does "import webbrowser" and uses webbrowser.open(url)
58 def open(url, new=0, autoraise=True): function
61 if browser.open(url, new, autoraise):
66 return open(url, 1)
69 return open(url, 2)
147 def open(self, url, new=0, autoraise=True): member in class:BaseBrowser
151 return self.open(url, 1)
154 return self.open(url, 2)
171 def open(self, url, new=0, autoraise=True) member in class:GenericBrowser
188 def open(self, url, new=0, autoraise=True): member in class:BackgroundBrowser
259 def open(self, url, new=0, autoraise=True): member in class:UnixBrowser
351 def open(self, url, new=0, autoraise=True): member in class:Konqueror
439 def open(self, url, new=0, autoraise=True): member in class:Grail
541 def open(self, url, new=0, autoraise=True): member in class:register_X_browsers.WindowsDefault
584 def open(self, url, new=0, autoraise=True): member in class:.MacOSX
621 def open(self, url, new=0, autoraise=True): member in class:.MacOSXOSAScript
    [all...]
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.cpp 2 * Copyright (C) 2011 The Android Open Source Project
25 dynLibrary *dynLibrary::open(const char *p_libName) function in class:osUtils::dynLibrary
  /system/core/init/
watchdogd.c 2 * Copyright (C) 2012 The Android Open Source Project
50 fd = open(DEV_NAME, O_RDWR);
52 ERROR("watchdogd: Failed to open %s: %s\n", DEV_NAME, strerror(errno));
  /system/core/libcutils/
klog.c 2 * Copyright (C) 2008 The Android Open Source Project
42 klog_fd = open(name, O_WRONLY);
partition_utils.c 2 * Copyright 2011, The Android Open Source Project
44 if ((fd = open(source, O_RDONLY)) < 0) {
process_name.c 2 * Copyright (C) 2008 The Android Open Source Project
85 int fd = open(PROCESS_NAME_DEVICE, O_RDWR);
  /system/core/toolbox/
smd.c 21 fd = open(devname, O_WRONLY);
23 fprintf(stderr,"failed to open smd0 - %s\n",
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 2 * Copyright (C) 2008 The Android Open Source Project
180 // try to open it
182 mFolder.open(OpenMode.READ_WRITE);
196 mStore.getConnection().open();
203 * Test simple TLS open
210 // try to open it, with STARTTLS
224 mFolder.open(OpenMode.READ_WRITE);
412 // try to open it
418 mFolder.open(OpenMode.READ_WRITE);
427 // try to open i
2171 folders[2].open(OpenMode.READ_WRITE); method
2183 folders[1].open(OpenMode.READ_WRITE); method
    [all...]
  /bionic/tests/
statvfs_test.cpp 2 * Copyright (C) 2013 The Android Open Source Project
51 int fd = open("/", O_RDONLY);
62 fd = open("/data/local/tmp", O_RDONLY);
  /build/tools/
post_process_props.py 3 # Copyright (C) 2009 The Android Open Source Project
67 f = open(filename)
80 f = open(filename, 'w+')
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 2 * Copyright (C) 2009 The Android Open Source Project
57 ParcelFileDescriptor fd = ParcelFileDescriptor.open(file,
69 fd = ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_WRITE);
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 2 * Copyright (C) 2012 The Android Open Source Project
36 int fd = open("/dev/exynos-mem", O_RDWR);
74 int fd = open("/dev/exynos-mem", O_RDONLY);
  /device/asus/flo/charger_touch/
charger_touch.c 2 * Copyright (C) 2012 The Android Open Source Project
37 int fd = open(path, O_RDONLY, 0);
41 ALOGE("Could not open %s", path);
51 int fd = open(TOUCH_PATH, O_RDWR, 0);
55 ALOGE("Could not open %s", TOUCH_PATH);
  /device/lge/mako/charger_touch/
charger_touch.c 2 * Copyright (C) 2012 The Android Open Source Project
37 int fd = open(path, O_RDONLY, 0);
41 ALOGE("Could not open %s", path);
51 int fd = open(TOUCH_PATH, O_RDWR, 0);
55 ALOGE("Could not open %s", TOUCH_PATH);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java 114 public void open(HttpRoute route, method in class:AbstractPooledConnAdapter
119 poolEntry.open(route, context, params);
  /external/bison/darwin-lib/
fcntl.h 70 /* Native Windows platforms declare open(), creat() in <io.h>. */
152 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
213 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
423 # undef open macro
424 # define open rpl_open macro
426 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
430 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...))
435 _GL_CXXALIASWARN (open); variable
438 # undef open macro
    [all...]
  /external/bison/linux-lib/
fcntl.h 70 /* Native Windows platforms declare open(), creat() in <io.h>. */
152 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
213 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
423 # undef open
424 # define open rpl_open
426 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
430 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...))
435 _GL_CXXALIASWARN (open); variable
438 # undef open macro
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_dact.c 66 if (p_data->open.param == MCA_INT)
69 evt_data.open_cfm.mtu = p_data->open.peer_mtu;
  /external/chromium/base/
dir_reader_posix_unittest.cc 31 const int prev_wd = open(".", O_RDONLY | O_DIRECTORY);
39 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);

Completed in 370 milliseconds

<<31323334353637383940>>