OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
226 - 250
of
3754
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/remoting/webapp/background/
app_launcher.js
7
* AppLauncher is an interface that allows the client code to launch and
close
18
* To
close
an app:
19
* appLauncher.
close
(appId);
34
* or window). The caller can use the appId to
close
the app.
39
* @param {string} id The id of the app to
close
.
42
remoting.AppLauncher.prototype.
close
= function(id) {};
70
remoting.V1AppLauncher.prototype.
close
= function(id) {
125
remoting.V2AppLauncher.prototype.
close
= function(id) {
130
appWindow.
close
();
/external/chromium_org/third_party/sqlite/src/test/
async2.test
47
db
close
57
db
close
70
db
close
120
db
close
124
catch {db
close
}
/external/chromium_org/ui/webui/resources/css/
expandable_bubble.css
56
.expandable-bubble-
close
{
67
z-index: 3; /* One higher then the
close
button on an unexpanded bubble. */
70
.expandable-bubble[expanded] > .expandable-bubble-
close
{
74
.expandable-bubble-
close
{
80
.expandable-bubble-
close
:hover {
86
.expandable-bubble-
close
:active {
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
125
serversocket.
close
();
142
serversocket.
close
();
171
serversocket.
close
();
291
in.
close
();
292
socket.
close
();
309
os.
close
();
327
os.
close
();
356
os.
close
();
382
os.
close
();
407
os.
close
();
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java
48
c.
close
();
54
c.
close
();
72
c.
close
();
78
c.
close
();
99
c.
close
();
150
c.
close
();
160
c.
close
();
170
c.
close
();
185
c.
close
();
194
c.
close
();
[
all
...]
MediaStore_Audio_ArtistsTest.java
44
c.
close
();
48
c.
close
();
90
c.
close
();
118
c.
close
();
123
c.
close
();
130
c.
close
();
/external/fio/tools/plot/
fio2gnuplot
63
compare.
close
()
114
compare_raw.
close
()
115
compare_smooth.
close
()
116
compare_trend.
close
()
117
f.
close
()
124
f.
close
()
145
tempfile.
close
()
147
f.
close
()
222
file.
close
()
224
file.
close
()
[
all
...]
/bootable/recovery/minui/
events.c
76
close
(fd);
83
close
(fd);
90
close
(fd);
105
close
(epollfd);
143
close
(ev_fdinfo[--ev_count].fd);
147
close
(epollfd);
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
90
source.
close
();
93
target.
close
();
105
in.
close
();
106
out.
close
();
116
is.
close
();
127
is.
close
();
/cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java
67
close
(inp);
81
close
(inp);
135
close
(outp);
142
close
(outp);
148
private static void
close
(Closeable c) {
method in class:DasmBuildStep
152
c.
close
();
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm
23
close
$in or warn "Can't
close
$filename: $!";
33
close
$out or warn "Can't
close
$filename: $!";
116
close
STDOUT or die "Can't
close
stdout: $!";
120
close
STDERR or die "Can't
close
stderr: $!";
128
close
STDERR or die "Can't
close
stderr: $!"
[
all
...]
/external/chromium_org/third_party/lcov/bin/
updateversion.pl
78
close
(OUT);
79
close
(IN);
99
close
(OUT);
100
close
(IN);
120
close
(OUT);
121
close
(IN);
142
close
(OUT);
143
close
(IN);
/external/chromium_org/third_party/ots/test/
idempotent.cc
61
close
(fd);
64
close
(fd);
81
close
(fd1);
82
close
(fd2);
85
close
(fd1);
86
close
(fd2);
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc
163
close
(1);
165
close
(fd);
178
close
(2);
180
close
(fd);
186
close
(1);
201
close
(2);
/external/chromium_org/v8/tools/testrunner/local/
perfdata.py
58
self.
close
()
60
def
close
(self):
member in class:PerfDataStore
62
self.database.
close
()
102
self.
close
()
104
def
close
(self):
member in class:PerfDataManager
110
store.
close
()
/external/opencv/otherlibs/highgui/
cvcap_socket.cpp
84
close
();
88
virtual void
close
();
154
//
Close
cleans up all of our state and cached data.
155
void CVCapture_Socket::
close
()
function in class:CVCapture_Socket
224
::
close
(sockd);
234
::
close
(sockd);
271
//
Close
the socket and return the frame!
272
::
close
(sockd);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorPowerTestActivity.java
73
mHostLink.
close
();
75
mScreenManipulator.
close
();
109
mHostLink.
close
();
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java
63
inputStream.
close
();
93
inputStream.
close
();
120
qtaguidReader.
close
();
/cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java
43
// Here is no need to
close
AutoCloseOutputStream, as AssetFileDescriptor will do it for us.
45
mAssetFileDes.
close
();
66
mAssetFileDes.
close
();
79
mAssetFileDes.
close
();
/cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java
57
reader.
close
();
80
reader.
close
();
102
reader.
close
();
/external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css
40
.most-visited .
close
-button {
49
html[dir=rtl] .most-visited .
close
-button {
54
.most-visited:hover .
close
-button {
59
.most-visited .
close
-button:hover {
151
*
close
button. */
152
.most-visited:active .
close
-button:not(:active) + .thumbnail {
157
*
close
button. */
158
.most-visited:active .
close
-button:not(:active) + .thumbnail .thumbnail-shield {
/external/chromium_org/chrome/test/ispy/server/
gs_bucket.py
33
gs_file.
close
()
40
gs_file.
close
()
51
gs_file.
close
()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLInputStream.cpp
44
void BackgroundHTMLInputStream::
close
()
function in class:blink::BackgroundHTMLInputStream
46
m_current.
close
();
98
m_current.
close
();
/external/chromium_org/third_party/tlslite/tlslite/integration/
tlsasyncdispatchermixin.py
73
in asyncore.dispatcher, which will call
close
() on this class. The
75
exception, so the
close
operation will complete right away, causing
76
asyncore.dispatcher.
close
() to be called, which closes the socket
121
asyncore.dispatcher.
close
(self)
141
def
close
(self):
member in class:TLSAsyncDispatcherMixIn
145
asyncore.dispatcher.
close
(self)
/external/javassist/src/main/javassist/
URLClassPath.java
106
is.
close
();
117
public void
close
() {}
method in class:URLClassPath
155
s.
close
();
Completed in 336 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>