OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
1401 - 1425
of
3754
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css
73
#notification .
close
-button {
78
.
close
-button {
93
.
close
-button:hover,
94
.
close
-button:focus {
100
.
close
-button:active {
/external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py
207
file_trigger.
close
()
265
hostapd_config.
close
()
276
udhcpd_config.
close
()
280
wpa_config.
close
()
359
statefile.
close
()
368
statefile.
close
()
423
config_f.
close
()
428
config_f.
close
()
510
f.
close
()
796
file_trigger.
close
()
[
all
...]
/external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js
98
MPLT.streamInput.
close
();
99
MPLT.streamOutput.
close
();
199
*
Close
the socket(s)
202
if (MPLT.streamInput) MPLT.streamInput.
close
();
203
if (MPLT.streamOutput) MPLT.streamOutput.
close
();
204
if (MPLT.serverSocket) MPLT.serverSocket.
close
();
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
common.css
102
.bubble .
close
-x {
114
.bubble .
close
-x:hover {
490
.cr-dialog-
close
{
501
.cr-dialog-
close
:hover {
505
.cr-dialog-
close
:active {
/external/clang/www/demo/
index.cgi
63
close
FILE;
74
close
LOG;
84
close
FILE;
113
$fh->
close
();
332
close
$fh;
/external/clang/tools/scan-build/
scan-build
256
close
(FILE);
302
close
(ROUT);
303
close
(RIN);
412
close
(IN);
568
close
IN;
815
close
ATTR;
822
close
(INFO);
849
close
(INFO);
864
close
(OUT);
967
close
(DETECT_XCODE)
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java
488
srcStream.
close
();
489
dstFile.
close
();
535
ivf.
close
();
676
ivf.
close
();
678
yuv.
close
();
749
mYuvStream.
close
();
1644
yuvStream[i].
close
();
method
1721
ivf[i].
close
();
method
1722
yuvStream[i].
close
();
method
1724
yuvScaled[i].
close
();
method
[
all
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
75
cursor.
close
();
214
c.
close
();
383
c.
close
();
503
c.
close
();
610
c.
close
();
636
c.
close
();
[
all
...]
/device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c
128
close
(stdev->vad_fd);
137
close
(stdev->send_sock);
141
close
(stdev->term_sock);
152
close
(stdev->vad_fd);
334
close
(fds[0].fd);
651
stdev->device.common.
close
= stdev_close;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java
142
if ( ps!=null ) ps.
close
();
143
if ( ps2!=null ) ps2.
close
();
290
if ( ps!=null ) ps.
close
();
291
if ( ps2!=null ) ps2.
close
();
455
if ( ps!=null ) ps.
close
();
456
if ( ps2!=null ) ps2.
close
();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java
210
in.
close
(); in = null;
211
out.
close
(); out = null;
212
channel.
close
(); channel=null;
220
try {in.
close
();} catch (IOException ioe) {
225
out.
close
();
228
try {channel.
close
();} catch (IOException ioe) {
/external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c
223
/*
close
servers */
409
tBTA_AG_CLOSE
close
;
local
443
close
.hdr.handle = bta_ag_scb_to_idx(p_scb);
444
close
.hdr.app_id = p_scb->app_id;
445
bdcpy(
close
.bd_addr, p_scb->peer_addr);
449
/* call
close
call-out */
450
bta_ag_co_data_close(
close
.hdr.handle);
452
/* call
close
cback */
453
(*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &
close
);
488
/* else
close
port and deallocate scb *
[
all
...]
/external/chromium_org/remoting/webapp/background/
message_window.js
42
// Make sure that the reply we're ignoring is from the window
close
.
136
// Add a
close
handler in case the window is closed without clicking one
139
// being called multiple times (once for the button, once for
close
).
/external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc
334
ASSERT_EQ(
close
(tempfile2), 0);
385
ASSERT_EQ(0,
close
(fd));
394
ASSERT_EQ(0,
close
(fd));
401
ASSERT_EQ(0,
close
(fd));
429
// Save one FD to send to the broker later, and
close
the others.
432
SANDBOX_ASSERT(0 == IGNORE_EINTR(
close
(available_fds[i])));
474
SANDBOX_ASSERT(0 == IGNORE_EINTR(
close
(fd)));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py
110
self._proc.stdin.
close
()
113
self._proc.stdout.
close
()
116
self._proc.stderr.
close
()
374
self._proc.stdin.
close
()
410
self._proc.stdout.
close
()
413
self._proc.stderr.
close
()
/external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc
80
virtual ~PosixRandomAccessFile() {
close
(fd_); }
202
virtual Status
Close
() {
239
close
(fd);
332
close
(fd);
425
close
(fd);
429
close
(fd);
447
close
(my_lock->fd_);
/external/chromium_org/ui/gl/
generate_bindings.py
[
all
...]
/external/openssl/
e_os.h
169
#define closesocket(s)
close
(s)
176
#define closesocket(s)
close
(s)
190
#define closesocket(s)
close
(s)
209
#define closesocket(s)
close
(s)
503
# define SHUTDOWN(fd)
close
(fd)
504
# define SHUTDOWN2(fd)
close
(fd)
/bootable/recovery/uncrypt/
uncrypt.c
318
close
(fd);
321
close
(wfd);
350
close
(fd);
/build/tools/
java-layers.py
122
f.
close
()
177
f.
close
()
193
f.
close
()
/build/tools/releasetools/
common.py
82
""" Gmake in MAC OS has file descriptor (PIPE) leak. We
close
those fds
92
os.
close
(d)
358
ramdisk_img.
close
()
359
img.
close
()
468
devnull.
close
()
519
temp.
close
()
672
os.
close
(fd)
757
f.
close
()
777
f.
close
()
888
f.
close
()
[
all
...]
/development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java
503
orig.
close
();
591
mCursor.
close
();
610
mCursor.
close
();
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java
243
serverSocket.
close
();
286
out.
close
();
287
inputStream.
close
();
/device/generic/goldfish/camera/
EmulatedCamera2.cpp
47
common.
close
= EmulatedCamera2::
close
;
368
int EmulatedCamera2::
close
(struct hw_device_t* device) {
function in class:android::EmulatedCamera2
/device/generic/goldfish/qemud/
qemud.c
69
* chooses to
close
the connection.
283
* this does *not*
close
the file descriptor.
311
* HOOK_CLOSING is used to delay-
close
monitored
361
close
(l->epoll_fd);
703
CloseFunc
close
;
member in struct:__anon3059
726
if (r->
close
) {
727
r->
close
( r->user );
728
r->
close
= NULL;
810
/*
close
a FDHandler (and free it). Note that this will not
841
close
(f->fd)
[
all
...]
Completed in 1334 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>