OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closed
(Results
226 - 250
of
1153
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/freetype/include/freetype/
ftstroke.h
84
* is too
closed
(this is useful to avoid unpleasant spikes
301
* of a
closed
one.
307
* If `opened' is~0 (the default), the outline is treated as a
closed
501
* When an outline, or a sub-path, is `
closed
', the stroker generates
547
* When an outline, or a sub-path, is `
closed
', the stroker generates
/external/icu4c/i18n/unicode/
ucsdet.h
79
* @param ucsd The charset detector to be
closed
.
90
* detector is either
closed
or reset to refer to different input text.
136
* the detector is
closed
.
165
* They will remain valid until the detector is
closed
or modified
182
* the detector is
closed
or modified.
/external/webkit/WebCore/icu/unicode/
ucsdet.h
79
* @param ucsd The charset detector to be
closed
.
90
* detector is either
closed
or reset to refer to different input text.
136
* the detector is
closed
.
165
* They will remain valid until the detector is
closed
or modified
182
* the detector is
closed
or modified.
/frameworks/base/docs/html/sdk/
android-2.0.jd
75
if (toggleable.hasClass("
closed
")) {
77
toggleable.removeClass("
closed
");
83
toggleable.addClass("
closed
");
84
$(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-
closed
.png"));
100
.toggleable.
closed
.toggleme {
/frameworks/base/docs/html/sdk/ndk/
index.jd
26
if (toggleable.hasClass("
closed
")) {
28
toggleable.removeClass("
closed
");
34
toggleable.addClass("
closed
");
35
$(".toggle-img", toggleable).attr("title", "show").attr("src", "/assets/images/triangle-
closed
.png");
54
.toggleable.
closed
.toggleme {
115
<div class="toggleable
closed
">
136
<div class="toggleable
closed
">
138
<img src="{@docRoot}assets/images/triangle-
closed
.png" class="toggle-img" height="9px" width="9px" />
158
<div class="toggleable
closed
">
160
<img src="{@docRoot}assets/images/triangle-
closed
.png" class="toggle-img" height="9px" width="9px" /
[
all
...]
/system/core/adb/
sockets.c
233
D("LS(%d):
closed
\n", id);
331
/* error return means they
closed
us as a side-effect
421
** it needs to be
closed
when the transport is forcibly destroyed by the user
461
D("RS(%d):
closed
\n", s->id);
529
send the failure message if they are
closed
before
535
sendfailmsg(s->fd, "
closed
");
749
D("SS(%d):
closed
\n", s->id);
SERVICES.TXT
23
the connection is
closed
194
the framebuffer device, the connection is simply
closed
immediately.
215
the /tmp directory doesn't exist and the connection will be
closed
immediately.
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java
51
private boolean
closed
= false;
field in class:CipherInputStream1Test.TestInputStream
58
closed
= true;
62
return
closed
;
/dalvik/libcore/luni/src/main/java/java/io/
FileOutputStream.java
248
* if this stream is
closed
or an error occurs attempting to
271
* if this stream is
closed
or an error occurs attempting to
307
* if this stream is
closed
an error occurs attempting to write
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
ByteArrayOutputStreamTest.java
92
// The spec seems to say that a
closed
output stream can't be written
95
// should we decide to throw an exception if a
closed
stream is
104
* to
closed
stream"); } catch (Exception e) { }
PipedReaderTest.java
157
fail("IOException expected because the reader is
closed
.");
237
notes = "Checks that read() returns -1 if the PipedWriter connectedto this PipedReader is
closed
.",
335
notes = "Checks that read() returns -1 if the PipedWriter connectedto this PipedReader is
closed
.",
SequenceInputStreamTest.java
144
//will not throw IOException to close a stream which is
closed
already
225
assertTrue("Test 8: -1 expected when reading from a
closed
" +
289
//returns -1 if the stream is
closed
, do not throw IOException
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java
224
// in nonblocking mode, if selector
closed
261
// in blocking mode, if selector
closed
286
// if channel
closed
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java
179
* either open and re-usable, or
closed
. The pool will not make any
236
* in order to be
closed
now
267
* Deletes all entries for
closed
connections.
/external/apache-http/src/org/apache/http/params/
HttpConnectionParams.java
150
*
closed
gracefully. Value <tt>0</tt> implies that the option is
194
* connection that has been
closed
at the server side.
211
* connection that has been
closed
at the server side.
/external/bluetooth/glib/gio/
gfileoutputstream.c
131
* Can fail if the stream was already
closed
(with @error being set to
285
* and
closed
, as the etag can change while writing.
302
g_warning ("stream is not
closed
yet, can't get etag");
/frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java
181
* ParcelFileDescritor.close()} for you when the stream is
closed
.
281
* An input stream that reads from a MemoryFile and closes it when the stream is
closed
.
343
* ParcelFileDescritor.close()} for you when the stream is
closed
.
/frameworks/base/core/java/android/net/http/
HttpsConnection.java
355
throw new SSLConnectionClosedByUserException("connection
closed
by the user");
373
* have been
closed
(to the extent possible) anyway and the caller does not
422
* Simple exception we throw if the SSL connection is
closed
by the user.
/frameworks/base/obex/javax/obex/
ServerRequestHandler.java
214
* <code>op</code> will be
closed
by the implementation.
235
* <code>op</code> will be
closed
by the implementation.
271
* Called when session is
closed
.
/packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java
272
// May fail if the connection is already
closed
.
277
// May fail if the connection is already
closed
.
282
// May fail if the connection is already
closed
.
/packages/apps/Email/src/org/apache/commons/io/output/
ByteArrayOutputStream.java
35
* this class can be called after the stream has been
closed
without
218
* this class can be called after the stream has been
closed
without
243
* @throws IOException if an I/O error occurs, such as if the stream is
closed
/build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js
271
if (li.hasClass("
closed
")) {
277
li.removeClass("
closed
");
283
li.addClass("
closed
");
292
$(this).addClass("
closed
");
/cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java
52
"is not
closed
.")
/development/host/windows/usb/api/
adb_io_completion.h
33
like all other handles this handle must be
closed
after it's no longer
adb_legacy_io_completion.h
33
must be
closed
after it's no longer needed.
Completed in 262 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>