OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3751 - 3775
of
7589
) sorted by null
<<
151
152
153
154
155
156
157
158
159
160
>>
/packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java
215
cursor.
close
();
408
public void
close
() {
method in class:SuggestionsAdapter.CursorSource
410
mCursor.
close
();
436
mCursor.
close
();
522
mCursor.
close
();
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java
154
cursor.
close
();
163
cursor.
close
();
169
cursor.
close
();
182
currentCursor.
close
();
429
cursor.
close
();
/packages/apps/Email/src/com/android/email/service/
Pop3Service.java
268
localUidCursor.
close
();
310
updates.
close
();
396
remoteFolder.
close
(false);
450
c.
close
();
485
remoteFolder.
close
(false);
/packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java
297
resp.
close
();
352
resp.
close
();
608
c.
close
();
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
121
/** Message for {@code mHandler} (
close
) */
152
if (mConverterEN != null) mConverterEN.
close
();
153
if (mSymbolList != null) mSymbolList.
close
();
354
mTutorial.
close
();
1069
@Override protected void
close
() {
method in class:OpenWnnEN
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
159
def
close
(self):
member in class:IOBinding
253
f.
close
()
329
title="Save On
Close
",
389
f.
close
()
492
os.
close
(tfd)
511
status = pipe.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py
249
self.file.
close
()
289
self.file.
close
()
303
self.file.
close
()
308
f.
close
()
552
f.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py
335
self.addCleanup(p.stdout.
close
)
336
self.addCleanup(p.stderr.
close
)
361
self.addCleanup(p.stdout.
close
)
362
self.addCleanup(p.stderr.
close
)
469
p.stdout.
close
()
test_multiprocessing.py
370
self.parent_conn.
close
()
373
self.child_conn.
close
()
382
self.parent_conn.
close
()
383
self.child_conn.
close
()
[
all
...]
test_shutil.py
66
f.
close
()
90
f.
close
()
138
os.fdopen(handle).
close
()
146
f.
close
()
151
f.
close
()
192
f.
close
()
197
f.
close
()
277
f.
close
()
419
tar.
close
()
565
archive.
close
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py
159
def
close
(self):
member in class:IOBinding
253
f.
close
()
329
title="Save On
Close
",
389
f.
close
()
492
os.
close
(tfd)
511
status = pipe.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py
249
self.file.
close
()
289
self.file.
close
()
303
self.file.
close
()
308
f.
close
()
552
f.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py
335
self.addCleanup(p.stdout.
close
)
336
self.addCleanup(p.stderr.
close
)
361
self.addCleanup(p.stdout.
close
)
362
self.addCleanup(p.stderr.
close
)
469
p.stdout.
close
()
test_multiprocessing.py
370
self.parent_conn.
close
()
373
self.child_conn.
close
()
382
self.parent_conn.
close
()
383
self.child_conn.
close
()
[
all
...]
test_shutil.py
66
f.
close
()
90
f.
close
()
138
os.fdopen(handle).
close
()
146
f.
close
()
151
f.
close
()
192
f.
close
()
197
f.
close
()
277
f.
close
()
419
tar.
close
()
565
archive.
close
()
[
all
...]
/external/chromium_org/third_party/lcov/bin/
lcov
577
close
(HANDLE);
1114
close
(INFO_HANDLE);
[
all
...]
/frameworks/base/media/java/android/media/
MediaPlayer.java
2870
public void
close
() {
method in class:MediaPlayer.TimeProvider
[
all
...]
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
2469
if (pipes[0] != null) pipes[0].
close
();
method
2470
if (pipes[1] != null) pipes[1].
close
();
method
2931
pipes[1].
close
(); \/\/ the runner has dup'd it
method
2956
if (pipes[0] != null) pipes[0].
close
();
method
2957
if (pipes[1] != null) pipes[1].
close
();
method
3676
mPipes[0].
close
();
method
3678
mPipes[1].
close
();
method
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
66
close
(fb_fd);
88
close
(fb_fd);
102
close
(fb_fd);
209
close
(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd);
589
//
Close
the acquireFenceFds
590
//HWC_FRAMEBUFFER are -1 already by SF, rest we
close
.
592
close
(list->hwLayers[i].acquireFenceFd);
599
close
(list->outbufAcquireFenceFd);
646
close
(ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd);
655
close
(rotRetireFd)
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java
280
c.
close
();
356
c.
close
();
373
c.
close
();
402
c.
close
();
432
c.
close
();
487
smsRows.
close
();
520
mmsRows.
close
();
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java
235
f.
close
();
239
f.
close
();
273
f.
close
();
284
f.
close
();
320
f.
close
();
325
f.
close
();
337
f.
close
();
364
f.
close
();
368
f.
close
();
395
f.
close
();
[
all
...]
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/
geshi.php
192
still have to
close
open patterns. 12k should do just fine on a 16k limit.
2770
$
close
= $this->language_data['COMMENT_MULTI'][$open];
variable
3833
$
close
= 0;
variable
3875
$
close
= 0;
variable
3915
$
close
= 0;
variable
[
all
...]
Completed in 3338 milliseconds
<<
151
152
153
154
155
156
157
158
159
160
>>