Searched defs:open (Results 26 - 50 of 228) sorted by relevance

12345678910

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_URLConnector.java37 * @see com.ibm.support.Support_HttpConnector#open(String)
39 public void open(String address) throws IOException { method in class:Support_URLConnector
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dinternal.h127 int (*open)(const struct evp_aead_ctx_st *ctx, uint8_t *out, member in struct:evp_aead_st
/external/guava/guava-tests/test/com/google/common/io/
H A DCheckCloseSupplier.java38 private final Set<Callback> open = Sets.newHashSet(); field in class:CheckCloseSupplier
68 open.remove(this);
74 open.add(callback);
82 * {@code Closeable} is not longer open.
91 return open.isEmpty();
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DCompositeResourceLoader.java53 public Reader open(String name) throws IOException { method in class:CompositeResourceLoader
55 Reader reader = loader.open(name);
65 Reader reader = open(name);
75 throw new IllegalArgumentException("I can't close a reader I didn't open.");
93 * search order as {@link #open(String)}.
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java72 * 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/apache-http/src/org/apache/http/impl/
H A DSocketHttpClientConnection.java65 private volatile boolean open; field in class:SocketHttpClientConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
116 this.open = true;
120 return this.open;
185 this.open = false;
193 if (!this.open) {
196 this.open
[all...]
H A DSocketHttpServerConnection.java65 private volatile boolean open; field in class:SocketHttpServerConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
114 this.open = true;
122 return this.open;
183 this.open = false;
191 if (!this.open) {
194 this.open
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPoolEntry.java135 * @param route the route along which to open the connection
141 public void open(HttpRoute route, method in class:AbstractPoolEntry
155 throw new IllegalStateException("Connection already open.");
189 } // open
213 throw new IllegalStateException("Connection not open.");
258 throw new IllegalStateException("Connection not open.");
287 throw new IllegalStateException("Connection not open.");
318 * If {@link #open(HttpRoute, HttpContext, HttpParams)} is in progress,
319 * this will cause that open to possibly throw an {@link IOException}.
H A DAbstractPooledConnAdapter.java119 public void open(HttpRoute route, method in class:AbstractPooledConnAdapter
124 poolEntry.open(route, context, params);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAndroidProtocolHandler.java41 public static InputStream open(Context context, String url) { method in class:AndroidProtocolHandler
115 Log.e(TAG, "Unable to open resource URL: " + uri, e);
118 Log.e(TAG, "Unable to open resource URL: " + uri, e);
121 Log.e(TAG, "Unable to open resource URL: " + uri, e);
133 return assets.open(path, AssetManager.ACCESS_STREAMING);
135 Log.e(TAG, "Unable to open asset URL: " + uri);
145 Log.e(TAG, "Unable to open content URL: " + uri);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dbg.js36 // The type parameter should be "open", "closed", or "throttled".
81 open: {color: [0,255,0,255], defaultText: "\u2022"},
87 var treeState = (/open/i).exec(status) ? "open" :
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h81 // Check if the stream is open.
82 bool open() { return opened_; } function in class:content::PluginStream
96 // Closes the temporary file if it is open.
102 // Sends the data to the file if it's open.
117 // Returns true if the temp file is valid and open for writing.
/external/chromium_org/net/http/
H A Dmock_gssapi_library_posix.h36 int open);
47 int open; member in class:net::test::GssContextMockImpl
183 int* open) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBFactory.cpp94 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, unsigned long long version, ExceptionState& exceptionState) function in class:blink::IDBFactory
96 IDB_TRACE("IDBFactory::open");
128 Platform::current()->idbFactory()->open(name, version, transactionId, WebIDBCallbacksImpl::create(request).leakPtr(), WebIDBDatabaseCallbacksImpl::create(databaseCallbacks).leakPtr(), createDatabaseIdentifierFromSecurityOrigin(scriptState->executionContext()->securityOrigin()));
132 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, ExceptionState& exceptionState) function in class:blink::IDBFactory
134 IDB_TRACE("IDBFactory::open");
H A DIDBKeyRange.cpp99 IDBKeyRange* IDBKeyRange::lowerBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) argument
107 return IDBKeyRange::create(bound, 0, open ? LowerBoundOpen : LowerBoundClosed, UpperBoundOpen);
110 IDBKeyRange* IDBKeyRange::upperBound(ExecutionContext* context, const ScriptValue& boundValue, bool open, ExceptionState& exceptionState) argument
118 return IDBKeyRange::create(0, bound, LowerBoundOpen, open ? UpperBoundOpen : UpperBoundClosed);
135 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py25 'open',
40 def open(filename, function
77 ValueError: invalid open mode or if content_type or options are specified
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_loop.py38 def open(self): member in class:LoopbackSerial
42 raise SerialException("Port is already open.")
51 # not that there is anything to open, but the function applies the
/external/clang/tools/scan-view/
H A Dstartfile.py6 __all__ = ['open']
18 '''Base class for open program controllers.'''
23 def open(self, filename): member in class:BaseController
28 '''Controller for a generic open program.'''
61 # It is assumed that this kind of tools (gnome-open, kfmclient,
62 # exo-open, xdg-open and open for OSX) immediately exit after lauching
69 def open(self, filename): member in class:Controller
87 def open(sel member in class:Controller.Start
200 def open(filename): function
[all...]
/external/e2fsprogs/include/nonunix/
H A Dunistd.h19 #define open _open macro
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java51 public Reader open(String name) throws IOException { method in class:ResourceLoaderAdaptor
68 Reader reader = open(name);
/external/openssl/crypto/rand/
H A Drandfile.c88 #define open _open macro
213 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
/external/srec/portable/include/
H A DPFile.h87 ESR_ReturnCode(*open)(struct PFile_t* self, const LCHAR* mode); member in struct:PFile_t
152 * Indicates if the PFile is open.
155 * @param isOpen [out] True if file is open
326 * Indicates if the PFile is open.
329 * @param isOpen [out] True if file is open
/external/srec/seti/sltsEngine/include/
H A DSWIslts.h62 SWIsltsResult (*open) (SWIsltsHand *phLts, member in struct:SWIsltsWrapper
/external/stlport/stlport/stl/
H A D_messages_facets.h63 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
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbgnubbydevice.js124 * @return {boolean} whether this device is open and ready to use.
448 * @param {number} which The index of the device to open.
449 * @param {!chrome.usb.Device} dev The device to open.
453 UsbGnubbyDevice.open = function(gnubbies, which, dev, cb) {
457 console.warn(UTIL_fmt('failed to open device. permissions issue?'));
546 open: UsbGnubbyDevice.open

Completed in 569 milliseconds

12345678910