/external/chromium_org/content/renderer/media/ |
buffered_resource_loader.cc | 642 // If the request has completed, then just returns with what we have now. 663 // The resource request has completed, there's no way we can fulfill the
|
/external/chromium_org/net/spdy/ |
spdy_stream.h | 345 // OnRequestHeadersSent() when the request headers have completed 438 // be called after the stream has completed.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Tests.js | 147 * Async tests use this one to report that they are completed. 529 // Make sure navigation completed and possible console messages were pushed.
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 445 // If we've completed image output... 739 // loading. The completed image will be marked fully opaque in jpegComplete().
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializerImpl.cpp | 50 // of page when loading page. So when saving page as completed-HTML, we assume 52 // completed-HTML page, then the JavaScript will insert a base tag
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_timer_query.txt | 54 been completed, but will idle the graphics pipeline and adversely affect 542 completed and may depend on how early or late in the scene it is placed.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 238 // Clients should not send more data until the handshake is completed. 244 // Handshake completed for us, redirect input to our parent.
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
poll_windows.c | 576 poll_dbg(" completed"); 599 poll_dbg(" completed after wait");
|
wince_usb.c | 715 * token. The WinCE USB layer carries on with the transaction until it is completed 852 usbi_err(ctx, "matching transfer for fd %x has not completed", fds[i]); [all...] |
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 100 // Detach comment handler once last active source file completed. 105 // Check diagnostics once last file completed.
|
/external/kernel-headers/original/linux/ |
netdevice.h | 454 NETREG_REGISTERED, /* completed register_netdevice */ 456 NETREG_UNREGISTERED, /* completed unregister todo */
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_api.c | 90 ** procedure is completed, an NFA_DM_ENABLE_EVT is returned to the 133 ** shutdown procedure is completed, an NFA_DM_DISABLE_EVT is [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_main.c | 663 ** When the NFC startup procedure is completed, an 696 ** When the NFC shutdown procedure is completed, an [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc_ADD.c | 75 /*If previous Configuration request has not completed,do not allow new 221 /*If previous Configuration request has not completed ,do not allow [all...] |
phHal4Nfc_P2P.c | 58 * completed.*/ 180 * completed.*/
|
/external/qemu/block/ |
qcow.c | 572 /* request completed */ 666 /* request completed */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.c | 594 /* Make sure any pending DMA has completed */ 630 /* Make sure any pending DMA has completed */
|
/external/wpa_supplicant_8/hostapd/ |
README | 162 with the Authentication Server. After this is completed successfully, 251 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_sd.c | 559 p2p_dbg(p2p, "Remove completed SD query %p", 813 p2p_dbg(p2p, "Remove completed SD query %p",
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 503 * completed. 809 wpa_printf(MSG_DEBUG, "FT: Completed successfully");
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client.c | 270 * This function is used after TLS handshake has been completed successfully to 303 * This function is used after TLS handshake has been completed successfully to
|
tlsv1_client_write.c | 796 wpa_printf(MSG_DEBUG, "TLSv1: Session resumption completed " 813 wpa_printf(MSG_DEBUG, "TLSv1: Handshake completed "
|
tlsv1_server_write.c | 739 wpa_printf(MSG_DEBUG, "TLSv1: Handshake completed successfully"); 755 /* Abbreviated handshake was already completed. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ibss_rsn.c | 908 /* authentication has been completed */ 910 wpa_printf(MSG_DEBUG, "RSN: IBSS Auth completed with " MACSTR,
|
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 282 * completed and the client can compute its interior insets. 289 * Callback method to be invoked when layout has completed and the [all...] |