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

<<51525354555657585960>>

  /system/vold/
NetlinkManager.cpp 91 close(mSock);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.c 323 param.content.rxDataPortStatus = CLOSE;
327 param.content.txDataPortStatus = CLOSE;
398 param.content.rxDataPortStatus = CLOSE;
402 param.content.txDataPortStatus = CLOSE;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
connIbss.c 422 param.content.rxDataPortStatus = CLOSE;
425 /* Update TxMgmtQueue SM to close Tx path. */
456 param.content.rxDataPortStatus = CLOSE;
459 /* Update TxMgmtQueue SM to close Tx path. */
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.h 49 #define DEF_RX_PORT_STATUS CLOSE
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 628 close(IpBuf_Pipe[0]);
629 close(IpBuf_Pipe[1]);
630 close(OpBuf_Pipe[0]);
631 close(OpBuf_Pipe[1]);
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 342 localFolderCursor.close();
494 localUidCursor.close();
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
IOUtils.java 45 * <li>closeQuietly - these methods close a stream ignoring nulls and exceptions
64 * Wherever possible, the methods in this class do <em>not</em> flush or close
132 * Unconditionally close an <code>Reader</code>.
134 * Equivalent to {@link Reader#close()}, except any exceptions will be ignored.
137 * @param input the Reader to close, may be null or already closed
142 input.close();
150 * Unconditionally close a <code>Writer</code>.
152 * Equivalent to {@link Writer#close()}, except any exceptions will be ignored.
155 * @param output the Writer to close, may be null or already closed
160 output.close();
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.cpp 273 // Close the output file handles
274 iMetadataFile.Close();
275 iFrameFile.Close();
276 iFS.Close();
714 // Close the output file handles
715 iMetadataFile.Close();
716 iFrameFile.Close();
717 iFS.Close();
    [all...]
  /external/skia/src/core/
SkPath.cpp 87 - we only record "Close" if it was immediately preceeded by Line | Quad | Cubic
91 1. if we encounter Close, return a cons'd up Line() first (if the curr-pt != start-pt)
92 2. if we encounter Move without a preceeding Close, and forceClose is true, goto #1
93 3. if we encounter Line | Quad | Cubic after Close, cons up a Move
327 void SkPath::close() { function in class:SkPath
339 // don't add a close if the prev wasn't a primitive
367 this->close();
454 this->close();
503 this->close();
547 this->incReserve(17); // 8 quads + close
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 223 cursorImages.close();
228 cursorVideos.close();
363 dis.close();
493 cursorImages.close();
687 cacheOutput.close();
    [all...]
  /development/simulator/app/
MainFrame.cpp 483 * File->Quit or click on close box.
499 * Generally speaking, Close() is not guaranteed to close the window.
501 * guaranteed to close, and (b) it provides our windows an opportunity
505 mpPhoneWindow->Close(true);
521 mpLogWindow->Close(true);
549 Close(FALSE); // false means "allow veto"
783 mpPhoneWindow->Close();
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 86 close($outFH);
152 close($inFH);
222 close($outFH);
231 close($outFH);
240 close($outFH);
249 close($outFH);
261 close($outFH);
279 close($outFH);
298 close($outFH);
355 close($outFH)
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 265 close(s);
268 close(s);
349 close(s);
356 close(s);
360 close(s);
720 close(sendsock);
730 close(sendsock);
735 close(sendsock);
742 close(sendsock);
754 close(sendsock)
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 172 /* close on exec */
174 close(fd);
192 /* close on exec */
194 close(retfd);
285 close(fd);
322 close(fd);
460 close(state->d_fd);
469 * session, and close the session.
497 close(state->d_fd);
1070 close(fd)
    [all...]
  /external/qemu/block/
raw-posix.c 165 close(fd);
724 close(s->fd);
855 close(fd);
995 close(fd);
1029 close(s->fd);
1150 close(fd);
1196 /* close fd so that we can reopen it as needed */
1197 close(s->fd);
1241 close(s->fd);
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 189 LOGW("Attempt to close invalid output stream");
230 LOGW("Attempt to close invalid input stream");
392 close(fd);
395 close(fd);
468 close(fd);
472 close(fd);
700 if (mFd >= 0) close(mFd);
774 ::close(mFd);
787 ::close(mFd);
995 ::close(mFd)
    [all...]
  /bootable/recovery/tools/ota/
check-lost+found.c 67 if (fd >= 0 && close(fd) == 0) {
81 close(fd);
  /build/libs/host/
CopyFile.c 239 (void) close(srcFd);
256 (void) close(srcFd);
268 (void) close(srcFd);
274 (void) close(srcFd);
275 (void) close(dstFd);
302 (void) close(srcFd);
303 (void) close(dstFd);
547 (void) close(tmpFd);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 67 in.close();
71 fOut.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 123 c.close();
149 c.close();
MediaStore_Audio_PlaylistsTest.java 97 c.close();
113 c.close();
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 205 source.close();
208 target.close();
  /dalvik/libcore/archive/src/main/java/java/util/zip/
GZIPInputStream.java 130 public void close() throws IOException { method in class:GZIPInputStream
132 super.close();
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherInputStream.java 201 public void close() throws IOException { method in class:CipherInputStream
202 in.close();
  /dalvik/libcore/luni/src/main/java/java/io/
FilterInputStream.java 61 public void close() throws IOException { method in class:FilterInputStream
62 in.close();

Completed in 355 milliseconds

<<51525354555657585960>>