OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closed
(Results
126 - 150
of
1153
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/simulator/app/assets/motorola-q/
layout.xml
13
<!-- hiptop when
closed
-->
/external/qemu/distrib/sdl-1.2.12/include/
SDL_quit.h
35
is allowed to close. When the window is
closed
, screen updates will
/external/skia/tests/
ParsePathTest.cpp
14
#if 0 //
closed
paths are not equal, the iter explicitly gives the closing
/external/webkit/WebCore/page/
EventSource.idl
46
const unsigned short
CLOSED
= 2;
/external/webkit/WebCore/platform/network/
SocketStreamHandleBase.h
46
enum SocketStreamState { Connecting, Open,
Closed
};
/external/webkit/WebCore/websockets/
WebSocket.idl
44
const unsigned short
CLOSED
= 2;
/frameworks/base/core/java/android/database/sqlite/
SQLiteCursorDriver.java
49
* Called by a SQLiteCursor when it it
closed
to destroy this object as well.
/frameworks/base/core/java/android/os/
LocalPowerManager.java
40
// notify power manager when keyboard is opened/
closed
/frameworks/base/include/utils/
Flattenable.h
50
// explicitly
closed
.
/packages/apps/Music/res/values-keyshidden/
strings.xml
21
<!-- Prompt in dialog when creating a playlist and the keyboard is
closed
. -->
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_quit.h
35
is allowed to close. When the window is
closed
, screen updates will
/prebuilt/linux-x86/sdl/include/SDL/
SDL_quit.h
35
is allowed to close. When the window is
closed
, screen updates will
/prebuilt/windows/sdl/host/include/SDL/
SDL_quit.h
37
is allowed to close. When the window is
closed
, screen updates will
/prebuilt/windows/sdl/include/SDL/
SDL_quit.h
35
is allowed to close. When the window is
closed
, screen updates will
/dalvik/libcore/luni/src/main/java/java/io/
PipedOutputStream.java
68
* input stream is
closed
and the pipe is disconnected.
152
*
closed
or if the thread reading from the target stream is no
177
*
closed
or if the thread reading from the target stream is no
/dalvik/libcore/nio/src/main/java/java/nio/channels/
ServerSocketChannel.java
98
* if this channel is
closed
by another thread while this method
103
* thread is set and the channel is
closed
.
105
* if this channel is
closed
.
/external/apache-http/src/org/apache/http/
HttpConnection.java
58
* @return true if it is open, false if it is
closed
.
64
* Network connections may get
closed
during some time of inactivity
75
* to fail and this connection should be
closed
/external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java
85
* Removes the given connection from the list of connections to be
closed
when idle.
112
* @param idleTime the minimum idle time, in milliseconds, for connections to be
closed
117
// the latest time for which connections will be
closed
/external/srec/portable/include/
ESR_ReturnCode.h
74
* Error typing to close a entity or the operation failed because the entity was not
closed
.
79
* Error trying to close a entity that was already
closed
.
163
* A connection was forcibly
closed
by a peer. This normally results from
/external/webkit/WebCore/css/
mediaControls.css
128
audio::-webkit-media-controls-toggle-
closed
-captions-button, video::-webkit-media-controls-toggle-
closed
-captions-button {
129
-webkit-appearance: media-toggle-
closed
-captions-button;
/external/webkit/WebKit/android/wds/client/
AdbConnection.cpp
81
LOGE("Connection is
closed
");
148
LOG_ASSERT(m_fd != -1, "Connection has been
closed
!");
181
LOGE("Connection is
closed
");
/frameworks/base/core/java/android/net/
LocalSocket.java
135
* @throws IOException if socket has been
closed
or cannot be created.
146
* @throws IOException if socket has been
closed
or cannot be created.
281
* Returns file descriptor or null if not yet open/already
closed
/frameworks/base/docs/html/sdk/
eclipse-adt.jd
59
if (toggleable.hasClass("
closed
")) {
61
toggleable.removeClass("
closed
");
67
toggleable.addClass("
closed
");
68
$(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-
closed
.png"));
87
.toggleable.
closed
.toggleme {
97
<img src="{@docRoot}assets/images/triangle-
closed
.png" class="toggle-img" height="9px" width="9px" />
120
<div class="toggleable
closed
">
122
<img src="{@docRoot}assets/images/triangle-
closed
.png" class="toggle-img" height="9px" width="9px" />
188
<div class="toggleable
closed
">
190
<img src="{@docRoot}assets/images/triangle-
closed
.png" class="toggle-img" height="9px" width="9px" /
[
all
...]
/frameworks/base/graphics/java/android/graphics/
PathMeasure.java
45
* @param forceClosed If true, then the path will be considered as "
closed
"
46
* even if its contour was not explicitly
closed
.
122
* Return true if the current contour is
closed
()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java
102
throw new IllegalStateException("registerDataSetObserver() when
closed
");
169
Log.e(TAG, "LEAK! Finalized without being
closed
: Suggestions[" + mQuery + "]");
228
throw new IllegalStateException("Called getSourceCount() when
closed
.");
Completed in 70 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>