HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 176 - 200 of 1681) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 14 def open(self, text, searchphrase=None): member in class:SearchDialogBase
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 3 f = posixfile.open(filename, [mode, [bufsize]])
62 states = ['open', 'closed']
76 def open(self, name, mode='r', bufsize=-1): member in class:_posixfile_
78 return self.fileopen(__builtin__.open(name, mode, bufsize))
220 def open(name, mode='r', bufsize=-1): function
221 """Public routine to open a file as a posixfile object."""
222 return _posixfile_().open(name, mode, bufsize)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 16 # Write s + "\n" + s to file, then open it and ensure that successive
19 # Ensure we can open TESTFN for writing.
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
66 open = io.open variable in class:CBufferSizeTest
69 open = staticmethod(pyio.open) variable in class:PyBufferSizeTest
72 open = open variable in class:BuiltinBufferSizeTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 36 TextFile creates its own using the 'open()' builtin.
103 self.open (filename)
115 def open (self, filename): member in class:TextFile
116 """Open a new file named 'filename'. This overrides both the
120 self.file = open (self.filename, 'r')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None): member in class:GrepDialog
30 SearchDialogBase.open(self, text, searchphrase)
84 f = open(fn)
106 print "(Hint: right-click to open locations.)"
SearchDialogBase.py 14 def open(self, text, searchphrase=None): member in class:SearchDialogBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 3 f = posixfile.open(filename, [mode, [bufsize]])
62 states = ['open', 'closed']
76 def open(self, name, mode='r', bufsize=-1): member in class:_posixfile_
78 return self.fileopen(__builtin__.open(name, mode, bufsize))
220 def open(name, mode='r', bufsize=-1): function
221 """Public routine to open a file as a posixfile object."""
222 return _posixfile_().open(name, mode, bufsize)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 16 # Write s + "\n" + s to file, then open it and ensure that successive
19 # Ensure we can open TESTFN for writing.
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
66 open = io.open variable in class:CBufferSizeTest
69 open = staticmethod(pyio.open) variable in class:PyBufferSizeTest
72 open = open variable in class:BuiltinBufferSizeTest
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
StaticPortConfigHandler.java 2 * Copyright (C) 2012 The Android Open Source Project
30 dlg.open();
  /system/bt/hci/include/
hci_hal.h 45 // HAL will deny all requests to open the pod bay doors after this.
57 bool (*open)(void); member in struct:hci_hal_t
  /system/chre/pal/include/chre/pal/
wwan.h 2 * Copyright (C) 2016 The Android Open Source Project
87 bool (*open)(const struct chrePalSystemApi *systemApi, member in struct:chrePalWwanApi
  /system/extras/perfprofd/scripts/
perf_proto_json2sqlite.py 3 # Copyright (C) 2018 The Android Open Source Project
30 def open(self, out): member in class:SqliteWriter
152 sql_out.open(args.sqlite_out)
157 fp = open(f, 'r')
  /toolchain/binutils/binutils-2.27/gold/
descriptors.cc 72 // Open a file.
75 Descriptors::open(int descriptor, const char* name, int flags, int mode) function in class:gold::Descriptors
118 // Always open the file as a binary file.
121 int new_descriptor = ::open(name, flags, mode);
149 // detect that, as unknown flags passed to open are ignored.
269 // Close all the descriptors open for reading.
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
ZFileExtension.java 2 * Copyright (C) 2015 The Android Open Source Project
25 * An extension of a {@link ZFile}. Extensions are notified when files are open, updated, closed and
27 * has been updated in memory for open, when files are added or removed and when the zip has been
60 * The zip file has been open and the zip's contents have been read. The default implementation
67 public IOExceptionRunnable open() throws IOException { method in class:ZFileExtension
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
rpc_connection.py 3 # Copyright 2018 - The Android Open Source Project
69 def open(self): member in class:RpcConnection
86 self.log.error('Failed to open socket connection: %s', e)
  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2SurfaceViewCtsActivity.java 2 * Copyright 2014 The Android Open Source Project
146 surfaceStateDone.open();
156 surfaceChangedDone.open();
165 surfaceStateDone.open();
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java 119 public void open(HttpRoute route, method in class:AbstractPooledConnAdapter
124 poolEntry.open(route, context, params);
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 2 * Copyright (C) 2013 The Android Open Source Project
43 public InputStream open(String path) throws IOException { method in class:ArchivePathElement
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 2 * Copyright (C) 2011 The Android Open Source Project
38 public boolean open(String destination) { method in class:AdbSocket
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_register.py 60 def open(self, req): member in class:FakeOpener
122 f = open(self.rc)
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 72 * The return value is well-defined only while the connection is open.
73 * It may change even while the connection is open.
94 * If this connection is open, and the underlying socket is an
115 * @param route the route along which to open. It will be opened to
122 void open(HttpRoute route, HttpContext context, HttpParams params) method in interface:ManagedClientConnection
129 * The route is the one previously passed to {@link #open open}.
178 * The route is the one previously passed to {@link #open open}.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileToStreamDecoder.java 38 is = fileOpener.open(source);
59 public InputStream open(File file) throws FileNotFoundException { method in class:FileToStreamDecoder.FileOpener
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
RecordReader.java 14 boolean open(String title); method in interface:RecordReader
RecordWriter.java 14 boolean open(String title); method in interface:RecordWriter

Completed in 793 milliseconds

1 2 3 4 5 6 78 91011>>