HomeSort by relevance Sort by last modified time
    Searched full:close (Results 1101 - 1125 of 5187) sorted by null

<<41424344454647484950>>

  /external/opencore/baselibs/thread_messaging/src/
pv_interface_proxy.cpp 161 iCounterCrit.Close();
162 iHandlerQueueCrit.Close();
163 iNotifierQueueCrit.Close();
164 iProxyListCrit.Close();
165 iInitSem.Close();
166 iExitedSem.Close();
  /external/ppp/pppd/plugins/radius/
sendserver.c 252 close (sockfd);
309 close (sockfd);
323 close (sockfd);
337 close (sockfd);
348 close (sockfd);
507 close(fd);
  /external/ppp/pppd/plugins/
winbind.c 308 close(child_out[0]);
309 close(child_in[1]);
320 close(child_out[1]);
321 close(child_in[0]);
440 if (close(child_out[0]) == -1) {
446 if (close(child_in[1]) == -1) {
  /external/webkit/WebKitTools/Scripts/
svn-create-patch 143 close INFO;
153 close PROPGET;
189 close INFO;
210 close DIFF;
252 close STAT;
319 close BINARY;
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 64 eh->close();
70 scanres->close();
76 udr->close();
500 scanres->close();
516 eh->close();
629 udr->close();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 64 eh->close();
70 scanres->close();
76 udr->close();
498 scanres->close();
514 eh->close();
627 udr->close();
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 49 public void close() { method in class:XmlBlock
259 // Automatically close the parse when we reach the end of
263 close(); method
443 public void close() { method in class:XmlBlock.Parser
454 close(); method
470 close(); method
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardwareBase.cpp 91 close(fd);
97 mBarrier.close();
106 close(fd);
204 close(fd);
267 close(fd);
271 close(fd);
  /frameworks/base/media/libmedia/
mediarecorder.cpp 523 ret = close();
534 status_t MediaRecorder::close() function in class:android::MediaRecorder
536 LOGV("close");
538 LOGE("close called in an invalid state: %d", mCurrentState);
541 status_t ret = mMediaRecorder->close();
543 LOGE("close failed: %d", ret);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 172 dataInput.close();
185 dataOutput.close();
213 sortedCursor.close();
225 sortedCursor.close();
410 bw.close();
411 br.close();
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 178 close(fd);
254 LOGW("Attempt to close invalid output stream");
295 LOGW("Attempt to close invalid input stream");
349 close(fd);
352 close(fd);
474 close(fd_a1026);
607 close(fd);
734 close(fd_fm_device);
749 close(fd);
756 close(fd)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java 306 cursor.close();
328 cursor.close();
340 * because we open and close each database a few times as we proceed.
342 public void close() { method in class:LocalStore
344 mDb.close();
358 mDb.close();
428 cursor.close();
488 cursor.close();
570 cursor.close();
637 cursor.close();
681 public void close(boolean expunge) throws MessagingException { method in class:LocalStore.LocalFolder
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 168 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
199 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
229 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
259 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
296 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
409 // Since SmtpSender.sendMessage() does a close then open, we need to preset for the open
  /system/core/init/
devices.c 70 close(s);
538 close(fw_fd);
540 close(data_fd);
542 close(loading_fd);
612 close(fd);
628 close(fd);
  /bootable/recovery/
install.c 56 close(fd);
110 close(pipefd[0]);
115 close(pipefd[1]);
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 152 out.close();
153 socket.close();
170 server.close();
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 119 c.close();
137 c.close();
185 c.close();
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 84 br.close();
110 bos.close();
211 rOs.close();
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
RuleBasedNumberFormat.java 64 close(); method
130 * close a RuleBasedNumberFormat
132 public void close() { method in class:RuleBasedNumberFormat
  /dalvik/libcore/logging/src/main/java/java/util/logging/
SocketHandler.java 152 public void close() { method in class:SocketHandler
154 super.close();
156 this.socket.close();
  /dalvik/libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 75 * if an error occurs while attempting to close this stream.
78 public void close() throws IOException { method in class:ByteArrayOutputStream
84 super.close();
SequenceInputStream.java 99 public void close() throws IOException { method in class:SequenceInputStream
113 in.close();
165 * will close that substream and start with the next one. If there are no
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamPutFieldTest.java 154 if (oos != null) oos.close();
185 if (oos != null) oos.close();
205 if (refStream != null) refStream.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ExcludedProxyTest.java 99 out2.close();
122 out.close();
215 out.close();
ResponseCacheTest.java 177 is.close();
225 is.close();
228 s.close();

Completed in 361 milliseconds

<<41424344454647484950>>