OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
601 - 625
of
7589
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StringWriterTest.java
36
* @tests java.io.StringWriter#
close
()
39
// Test for method void java.io.StringWriter.
close
()
41
sw.
close
();
169
stringWriter.
close
();
181
stringWriter.
close
();
192
stringWriter.
close
();
206
* Tears down the fixture, for example,
close
a network connection. This
SyncFailedExceptionTest.java
37
fos.
close
();
55
* Tears down the fixture, for example,
close
a network connection. This
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessTest.java
45
os.
close
();
55
is.
close
();
92
os.
close
();
102
is.
close
();
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_PooledConnection.java
30
public void
close
() throws SQLException {
method in class:Impl_PooledConnection
/external/apache-harmony/support/src/test/java/tests/support/
Support_GetLocal.java
51
in.
close
();
52
out.
close
();
71
in.
close
();
72
out.
close
();
/external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java
70
public void
close
() throws IOException {
method in class:IdentityInputStream
/external/bison/lib/
fopen-safer.c
55
close
(f);
/external/chromium/base/
rand_util_posix.cc
30
close
(fd_);
/external/chromium_org/base/
rand_util_posix.cc
29
close
(fd_);
/external/chromium_org/content/renderer/
external_popup_menu.h
42
virtual void
close
();
/external/chromium_org/content/test/data/indexeddb/
migration_test.js
6
request = webkitIndexedDB.open('open-
close
-version-test1');
18
request = webkitIndexedDB.open('open-
close
-version-test2');
/external/chromium_org/content/test/data/workers/
worker_common.js
24
else if (evt.data == "
close
")
25
close
();
/external/chromium_org/ppapi/cpp/private/
pass_file_handle.cc
28
Close
();
37
void PassFileHandle::
Close
() {
42
close
(handle_);
/external/chromium_org/sandbox/linux/suid/
linux_util.c
95
close
(proc_pid_fd);
102
close
(proc_pid_fd);
118
close
(proc_pid_fd);
130
close
(proc_pid_fd);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentEventQueue.h
57
virtual void
close
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/history/
BackForwardController.h
65
void
close
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.h
41
void
close
(const String& returnValue, ExceptionState&);
HTMLMediaSource.h
55
// Reattachment allowed by first calling
close
() (even if already in 'closed').
60
virtual void
close
() = 0;
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCDataChannelHandler.h
61
void
close
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
QuotesData.h
35
static PassRefPtr<QuotesData> create(const String open, const String
close
);
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.h
52
virtual void
close
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h
77
// To distinguish
close
method call with the code parameter from one
82
void
close
(unsigned short code, const String& reason, ExceptionState&);
83
void
close
(ExceptionState&);
84
void
close
(unsigned short code, ExceptionState&);
99
DEFINE_ATTRIBUTE_EVENT_LISTENER(
close
);
127
// Handle the JavaScript
close
method call.
close
() methods on this class
/external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-global-initializers
67
close
LIST;
94
close
NM;
152
close
(TOUCH);
163
close
FILT;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm
76
close
FILE;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link.py
61
parser.
close
()
Completed in 2733 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>