OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3176 - 3200
of
8652
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
638
data.
close
();
658
dataInput.
close
();
671
dataOutput.
close
();
697
cursor.
close
();
707
cursor.
close
();
717
cursor.
close
();
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp
108
close
(fd);
114
close
(fd);
126
close
(fd);
134
close
(fd);
141
close
(fd);
156
close
(fd);
164
close
(fd);
173
close
(fd);
188
close
(fd);
200
close
(fd)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py
54
self.dbClient.
close
()
56
self.dbMaster.
close
()
66
self.dbenvClient.
close
()
67
self.dbenvMaster.
close
()
223
self.dbClient.
close
()
335
self.dbClient.
close
()
337
self.dbMaster.
close
()
353
self.dbenvClient.
close
()
354
self.dbenvMaster.
close
()
405
self.dbClient.
close
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py
54
self.dbClient.
close
()
56
self.dbMaster.
close
()
66
self.dbenvClient.
close
()
67
self.dbenvMaster.
close
()
223
self.dbClient.
close
()
335
self.dbClient.
close
()
337
self.dbMaster.
close
()
353
self.dbenvClient.
close
()
354
self.dbenvMaster.
close
()
405
self.dbClient.
close
()
[
all
...]
/build/tools/releasetools/
sign_target_files_apks
140
unsigned.
close
()
141
signed.
close
()
260
f.
close
()
263
f.
close
()
386
certs_zip.
close
()
483
input_zip.
close
()
484
output_zip.
close
()
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py
112
self.
Close
()
140
self._lockfile.
close
()
154
self._lockfile.
close
()
159
self.
Close
()
161
def
Close
(self):
166
self._logfile.
close
()
171
self.ser.
close
()
174
self._lockfile.
close
()
186
self.ser.
close
()
215
lockfile.
close
()#will be re-locked once monsoon instance create
[
all
...]
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
181
cameraDevice.
close
();
188
cameraDevice.
close
();
511
mCaptureSession.
close
();
515
mCameraDevice.
close
();
519
mImageReader.
close
();
802
mImage.
close
();
805
output.
close
();
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java
181
cameraDevice.
close
();
188
cameraDevice.
close
();
511
mCaptureSession.
close
();
515
mCameraDevice.
close
();
519
mImageReader.
close
();
802
mImage.
close
();
805
output.
close
();
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java
180
cameraDevice.
close
();
187
cameraDevice.
close
();
484
mCaptureSession.
close
();
488
mCameraDevice.
close
();
492
mImageReader.
close
();
778
mImage.
close
();
781
output.
close
();
/external/chromium_org/sync/tools/testserver/
xmppserver.py
423
def
close
(self):
member in class:XmppConnection
426
asynchat.async_chat.
close
(self)
450
self.
close
()
535
def
close
(self):
member in class:XmppServer
536
# A copy is necessary since calling
close
on each connection
539
connection.
close
()
540
asyncore.dispatcher.
close
(self)
578
# We check authentication only when establishing new connections. We
close
584
connection.
close
()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp
65
// a simple symmetry between open and
close
operations, and a direct
243
// hence we should also
close
it on that same thread. This means that the
274
void Database::
close
()
function in class:blink::Database
374
m_sqliteDatabase.
close
();
475
m_sqliteDatabase.
close
();
487
m_sqliteDatabase.
close
();
494
m_sqliteDatabase.
close
();
506
m_sqliteDatabase.
close
();
529
m_sqliteDatabase.
close
();
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py
428
self.
close
()
430
def
close
(self):
member in class:WritableBinaryFileObject
455
self.
close
()
457
def
close
(self):
member in class:ReadableBinaryFileObject
472
def
close
(self):
member in class:ReadableTextFileObject
473
self.data.
close
()
474
super(ReadableTextFileObject, self).
close
()
/external/chromium_org/v8/src/
d8-posix.cc
158
~OpenFDCloser() {
close
(fd_); }
257
close
(exec_error_fds[kReadFD]); // Don't need this in the child.
258
close
(stdout_fds[kReadFD]); // Don't need this in the child.
259
close
(1); //
Close
stdout.
261
close
(stdout_fds[kWriteFD]); // Don't need the original fd now.
496
close
(exec_error_fds[kWriteFD]);
497
close
(stdout_fds[kWriteFD]);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java
427
@Override public void
close
() throws IOException {
method in class:SpdyConnection
428
close
(ErrorCode.NO_ERROR, ErrorCode.CANCEL);
method
431
private void
close
(ErrorCode connectionCode, ErrorCode streamCode) throws IOException {
method in class:SpdyConnection
457
stream.
close
(streamCode);
471
frameReader.
close
();
476
frameWriter.
close
();
562
close
(connectionErrorCode, streamErrorCode);
method
/external/smack/src/org/jivesoftware/smack/
XMPPConnection.java
431
// It is *important* that this is done before socket.
close
()!
434
socket.
close
();
438
// In most cases the
close
() should be successful, so set
442
//
Close
down the readers and writers.
446
// socket.
close
(). But just in case do it explicitly.
447
reader.
close
();
455
// socket.
close
(). But just in case do it explicitly.
456
writer.
close
();
465
socket.
close
();
673
// readers and writers and
close
the socket
[
all
...]
/external/stlport/stlport/stl/
_fstream.h
197
_Self*
close
();
510
void
close
() {
function in class:basic_ifstream
511
if (!this->rdbuf()->
close
())
589
void
close
() {
function in class:basic_ofstream
590
if (!this->rdbuf()->
close
())
672
void
close
() {
function in class:basic_fstream
673
if (!this->rdbuf()->
close
())
/external/stressapptest/src/
os.cc
201
close
(dcfile);
312
close
(hpfile);
581
close
(shmid_);
752
close
(fd);
771
close
(fd);
787
close
(fd);
876
close
(fd);
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py
195
client.
close
()
199
client.
close
()
206
client.
close
()
213
client.
close
()
217
client.
close
()
244
client.
close
()
649
clf.
close
()
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp
264
close
(mRelFd[0]);
291
close
(list->hwLayers[i].acquireFenceFd);
483
close
(acquireFd);
529
close
(releaseFd);
595
close
(mRelFd[0]);
629
close
(mRelFd[0]);
631
close
(mRelFd[1]);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
197
_Self*
close
();
510
void
close
() {
function in class:basic_ifstream
511
if (!this->rdbuf()->
close
())
589
void
close
() {
function in class:basic_ofstream
590
if (!this->rdbuf()->
close
())
672
void
close
() {
function in class:basic_fstream
673
if (!this->rdbuf()->
close
())
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java
130
cursor.
close
();
136
cursor.
close
();
225
pbr.cursor.
close
();
290
pbr.cursor.
close
();
417
pbr.cursor.
close
();
529
c.
close
();
585
pbr.cursor.
close
();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java
217
if (D) Log.d(TAG, "OBEX session
close
mCs");
218
mCs.
close
();
222
Log.w(TAG, "OBEX session
close
error" + e);
226
mTransport1.
close
();
228
Log.e(TAG, "mTransport.
close
error");
425
outputStream.
close
();
487
outputStream.
close
();
505
//
Close
InputStream and remove SendFileInfo from map
531
inputStream.
close
();
534
putOperation.
close
();
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
197
_Self*
close
();
510
void
close
() {
function in class:basic_ifstream
511
if (!this->rdbuf()->
close
())
589
void
close
() {
function in class:basic_ofstream
590
if (!this->rdbuf()->
close
())
672
void
close
() {
function in class:basic_fstream
673
if (!this->rdbuf()->
close
())
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
197
_Self*
close
();
510
void
close
() {
function in class:basic_ifstream
511
if (!this->rdbuf()->
close
())
589
void
close
() {
function in class:basic_ofstream
590
if (!this->rdbuf()->
close
())
672
void
close
() {
function in class:basic_fstream
673
if (!this->rdbuf()->
close
())
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
197
_Self*
close
();
510
void
close
() {
function in class:basic_ifstream
511
if (!this->rdbuf()->
close
())
589
void
close
() {
function in class:basic_ofstream
590
if (!this->rdbuf()->
close
())
672
void
close
() {
function in class:basic_fstream
673
if (!this->rdbuf()->
close
())
Completed in 911 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>