OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closing
(Results
476 - 500
of
2993
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js
107
if (this.readyState == WebSocket.CLOSED || this.readyState == WebSocket.
CLOSING
) {
110
this.readyState = WebSocket.
CLOSING
;
221
WebSocket.
CLOSING
= 2;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java
58
* <p>Exchanges that do not have a request body may skip creating and
closing
61
*
closing
that source.
394
* to cancel the transfer,
closing
the connection is the only solution.
/external/pcre/dist/
pcreposix.c
119
REG_BADPAT, /*
closing
) for (?C expected */
167
REG_BADPAT, /* non-hex character in \\x{} (
closing
brace missing?) */
169
REG_BADPAT, /* non-octal character in \o{} (
closing
brace missing?) */
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
advanced-nfc.jd
184
Log.e(TAG, "IOException while
closing
MifareUltralight...", e);
189
Log.e(TAG, "IOException while
closing
MifareUltralight...", e);
209
Log.e(TAG, "Error
closing
tag...", e);
/hardware/qcom/display/msm8909/liboverlay/
overlayMdssRot.cpp
250
ALOGE("%s error in
closing
prev rot mem", __FUNCTION__);
277
ALOGE("Mdss Rot error
closing
fd");
281
ALOGE("Mdss Rot error
closing
mem");
/hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp
250
ALOGE("%s error in
closing
prev rot mem", __FUNCTION__);
277
ALOGE("Mdss Rot error
closing
fd");
281
ALOGE("Mdss Rot error
closing
mem");
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java
424
private ImapList parseList(char opening, char
closing
)
428
parseElements(list,
closing
);
429
expect(
closing
);
/prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go
295
t.Fatal("
closing
:", err)
351
t.Fatalf("error
closing
zip writer: %v", err)
372
t.Fatalf("error
closing
zip writer: %v", err)
/prebuilts/go/linux-x86/src/archive/zip/
zip_test.go
295
t.Fatal("
closing
:", err)
351
t.Fatalf("error
closing
zip writer: %v", err)
372
t.Fatalf("error
closing
zip writer: %v", err)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fstream
544
// 409.
Closing
an fstream should clear error state
564
// 409.
Closing
an fstream should clear error state
720
// 409.
Closing
an fstream should clear error state
741
// 409.
Closing
an fstream should clear error state
893
// 409.
Closing
an fstream should clear error state
914
// 409.
Closing
an fstream should clear error state
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fstream
544
// 409.
Closing
an fstream should clear error state
564
// 409.
Closing
an fstream should clear error state
720
// 409.
Closing
an fstream should clear error state
741
// 409.
Closing
an fstream should clear error state
893
// 409.
Closing
an fstream should clear error state
914
// 409.
Closing
an fstream should clear error state
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fstream
544
// 409.
Closing
an fstream should clear error state
564
// 409.
Closing
an fstream should clear error state
720
// 409.
Closing
an fstream should clear error state
741
// 409.
Closing
an fstream should clear error state
893
// 409.
Closing
an fstream should clear error state
914
// 409.
Closing
an fstream should clear error state
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
fstream
547
// 409.
Closing
an fstream should clear error state
567
// 409.
Closing
an fstream should clear error state
723
// 409.
Closing
an fstream should clear error state
744
// 409.
Closing
an fstream should clear error state
896
// 409.
Closing
an fstream should clear error state
917
// 409.
Closing
an fstream should clear error state
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java
217
// does not add in full completion (with
closing
tags)
311
// If you are at the end of a
closing
quote (but with no space), completion should
612
// have children (to test the
closing
tag insertion code)
640
// does not add in full completion (with
closing
tags)
778
// If you are at the end of a
closing
quote (but with no space), completion should
784
// If you are at the end of a
closing
quote (but with no space), completion should
[
all
...]
/cts/tools/dasm/src/dasm/
Scanner.java
341
readNextChar(); // skip
closing
quote
435
readNextChar(); // skip
closing
quote
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java
68
* allow for
closing
connections that are not really needed.
172
log.debug("I/O error
closing
connection", ex);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java
266
*
closing
the opening tag of an element, or
closing
an open CDATA section.
/external/guava/guava-tests/test/com/google/common/io/
CloserTest.java
313
assertEquals("Suppressing exception thrown when
closing
" + c2, record.getMessage());
316
assertEquals("Suppressing exception thrown when
closing
" + c1, record.getMessage());
/external/libchrome/base/files/
file_path_watcher_kqueue.cc
148
// happens as a side effect of
closing
the file descriptor.
167
// happens as a side effect of
closing
the file descriptor.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java
45
* connection alive in the pool before
closing
it. Default is 5 minutes.
312
// Actually do the eviction. Note that we avoid synchronized() when
closing
sockets.
/external/opencv3/modules/viz/src/vtk/
vtkCocoaInteractorFix.mm
101
// We don't want to be informed of every window
closing
, so check for nil.
153
// The NSWindow is
closing
, so prevent anyone from accidently using it
/external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java
187
* Add a required element to the current tag. An opening and
closing
tag
197
* Add a required element to the current tag. An opening and
closing
tag
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CpuMonitor.java
108
Log.e(TAG, "Error
closing
file");
260
Log.e(TAG, "Error
closing
file");
/external/wpa_supplicant_8/src/wps/
upnp_xml.c
39
* with an opening tag <label> and ending with a
closing
tag </label> with
40
* matching label. (There is also a self-
closing
tag <label/> which is supposed
/hardware/libhardware/include/hardware/
radio.h
67
*
closing
and reopening of the tuner interface.
282
/** convenience API for opening and
closing
a supported device */
Completed in 2145 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>