OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closed
(Results
176 - 200
of
1153
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionEvent.java
37
* PooledConnection} reporting that the application has
closed
the
ConnectionEventListener.java
31
* The connection pool manager can return
closed
connections to the pool for
/external/apache-http/src/org/apache/http/
ConnectionClosedException.java
37
* Indicates that a connection has been
closed
.
/external/icu4c/common/
ucln.h
43
* API. So the default converter should be
closed
before the converter API
udatamem.h
33
/* heap and thus needs to be deleted when
closed
. */
/external/icu4c/io/
ufile.h
70
UBool fOwnFile; /* TRUE if fFile should be
closed
*/
/external/icu4c/test/intltest/
dtfmtrtts.h
65
* Return a random value from -range..+range (
closed
).
/external/webkit/WebCore/loader/
FrameLoaderTypes.h
73
DatabasePolicyStop, // The database thread should be stopped and database connections
closed
.
/external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
407
return String::fromUTF8(_("show
closed
captions"));
409
return String::fromUTF8(_("hide
closed
captions"));
450
return String::fromUTF8(_("start displaying
closed
captions"));
452
return String::fromUTF8(_("stop displaying
closed
captions"));
/external/webkit/WebKit/chromium/public/
WebSocketStreamHandleClient.h
55
// Called when Socket Stream is
closed
.
/external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.h
72
// Netscape plug-in packages must be explicitly opened and
closed
by each plug-in instance.
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
openbugs.py
58
# This won't open bugs until stdin is
closed
but could be made to easily. That would just make unit testing slightly harder.
/frameworks/base/core/java/android/net/
LocalServerSocket.java
100
* Returns file descriptor or null if not yet open/already
closed
/frameworks/base/core/java/android/net/http/
HttpConnection.java
68
* connection will have been
closed
(to the extent possible)
/frameworks/base/core/java/android/os/
MemoryFile.java
83
* {@link #getFileDescriptor()}. This file descriptor will be
closed
144
* Checks whether the memory file has been
closed
.
271
* @throws IOException If the memory file has been
closed
.
288
* @throws IOException If the memory file has been
closed
.
/frameworks/base/graphics/java/android/graphics/
Path.java
329
* Specifies how
closed
shapes (e.g. rects, ovals) are oriented when they
345
* Add a
closed
rectangle contour to the path
347
* @param rect The rectangle to add as a
closed
contour to the path
358
* Add a
closed
rectangle contour to the path
372
* Add a
closed
oval contour to the path
374
* @param oval The bounds of the oval to add as a
closed
contour to the path
385
* Add a
closed
circle contour to the path
411
* Add a
closed
round-rectangle contour to the path
426
* Add a
closed
round-rectangle contour to the path. Each corner receives
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java
378
* Specifies how
closed
shapes (e.g. rects, ovals) are oriented when they
394
* Add a
closed
rectangle contour to the path
396
* @param rect The rectangle to add as a
closed
contour to the path
408
* Add a
closed
rectangle contour to the path
437
* Add a
closed
oval contour to the path
439
* @param oval The bounds of the oval to add as a
closed
contour to the path
454
* Add a
closed
circle contour to the path
482
* Add a
closed
round-rectangle contour to the path
498
* Add a
closed
round-rectangle contour to the path. Each corner receives
/frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java
123
* This indicates the supplicant connection for the monitor is
closed
125
private static final String monitorSocketClosed = "connection
closed
";
237
* If monitor socket is
closed
, we have already
242
Log.d(TAG, "Monitor socket is
closed
, exiting thread");
/hardware/ti/wlan/wl1271/stad/src/Data_link/
txMgmtQueue_Api.h
53
TX_CONN_STATE_CLOSE, /* Tx
closed
for all packets. */
/packages/apps/Email/src/com/android/exchange/provider/
GalEmailAddressAdapter.java
141
// 1. matrixCursor is
closed
- this means the UI no longer cares about us
148
Log.d(Email.LOG_TAG, "Drop result (cursor
closed
, bg thread)");
159
Log.d(Email.LOG_TAG, "Drop result (cursor
closed
, ui thread)");
331
* can safely check if it has been
closed
, in the threading jumble of our adapter.
/packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java
131
* Tell the Mock Transport that we expect it to be
closed
. This will preserve
158
* This simulates a condition where the server has
closed
its side, causing
246
throw new IOException("Reading from MockTransport with
closed
input");
351
throw new IOException("Reading from MockTransport with
closed
input");
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java
77
Log.e(TAG, "Got click on position " + position + " but the cursor is
closed
");
/system/core/include/cutils/
mq.h
48
* @param destination that
closed
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
txMgmtQueue_Api.h
53
TX_CONN_STATE_CLOSE, /* Tx
closed
for all packets. */
/cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java
67
// the input and output stream will be auto
closed
when the AssetFileDescriptor
closed
.
Completed in 78 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>