HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 901 - 925 of 5433) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 33 d.open(self.filename, db.DB_QUEUE, db.DB_CREATE)
58 d.open(self.filename)
61 print "after open" + '-' * 30
104 d.open(self.filename, db.DB_QUEUE, db.DB_CREATE)
129 d.open(self.filename)
133 print "after open" + '-' * 30
  /prebuilts/python/darwin-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/darwin-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/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 20 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Events
21 """open: Open the specified object(s)
22 Required argument: list of objects to open
43 'yes' : 'yes ', # Convert the project if necessary on open
44 'no' : 'no ', # Do not convert the project if needed on open
  /prebuilts/python/darwin-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/darwin-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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 33 d.open(self.filename, db.DB_QUEUE, db.DB_CREATE)
58 d.open(self.filename)
61 print "after open" + '-' * 30
104 d.open(self.filename, db.DB_QUEUE, db.DB_CREATE)
129 d.open(self.filename)
133 print "after open" + '-' * 30
  /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/fastbootd/commands/
flash.h 44 return open(path, O_RDWR);
  /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/
partition_utils.c 2 * Copyright 2011, The Android Open Source Project
45 if ((fd = open(source, O_RDONLY)) < 0) {
process_name.c 2 * Copyright (C) 2008 The Android Open Source Project
87 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
182 // try to open it
184 mFolder.open(OpenMode.READ_WRITE);
198 mStore.getConnection().open();
205 * Test simple TLS open
212 // try to open it, with STARTTLS
226 mFolder.open(OpenMode.READ_WRITE);
414 // try to open it
420 mFolder.open(OpenMode.READ_WRITE);
429 // try to open i
2173 folders[2].open(OpenMode.READ_WRITE); method
2185 folders[1].open(OpenMode.READ_WRITE); method
    [all...]
  /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);

Completed in 647 milliseconds

<<31323334353637383940>>