Searched
full:pending (Results
326 -
350 of
4441) sorted by null
<<11121314151617181920>>
/external/chromium_org/ppapi/cpp/ |
tcp_socket.h | 108 /// still pending, you should call <code>Close()</code> to ensure that the 138 /// Cancels all pending reads and writes and disconnects the socket. Any 139 /// pending callbacks will still run, reporting <code>PP_ERROR_ABORTED</code> 140 /// if pending IO was interrupted. After a call to this method, no output
|
udp_socket.h | 99 /// is still pending, you should call <code>Close()</code> to ensure that the 133 /// Cancels all pending reads and writes, and closes the socket. Any pending 135 /// pending IO was interrupted. After a call to this method, no output
|
/external/chromium_org/ppapi/proxy/ |
host_resolver_resource_base.h | 62 // Set to false if there is a pending resolve request or the previous request
|
/external/chromium_org/remoting/base/ |
socket_reader.h | 21 // pending read request for the socket, so the calling code should never try
|
/external/chromium_org/remoting/host/ |
ipc_audio_capturer.h | 40 // Used to cancel tasks pending on the capturer when it is stopped.
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBRequestTest.cpp | 67 EXPECT_EQ(request->readyState(), "pending"); 86 EXPECT_EQ(request->readyState(), "pending"); 150 EXPECT_EQ(request->readyState(), "pending"); 159 EXPECT_EQ(request->readyState(), "pending");
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechSynthesis.idl | 30 readonly attribute boolean pending;
|
/external/chromium_org/third_party/mongoose/ |
README.chromium | 22 pending upstreaming by danielwh):
|
/external/chromium_org/third_party/sqlite/ |
sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch | 4 Fts3SegReader **ppReader /* OUT: SegReader for pending-terms */
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_executable_handler.h | 35 // Deletion of the handler cancels all pending callbacks.
|
/external/chromium_org/webkit/tools/layout_tests/ |
test_expectations.txt | 19 # pending breakages.
|
/external/kernel-headers/original/asm-arm/arch/ |
mtd-xip.h | 55 * to save power and to be woken up only when some interrupts are pending.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PumpEvents.3 | 13 \fBSDL_PumpEvents\fP gathers all the pending input information from devices and places it on the event queue\&. Without calls to \fBSDL_PumpEvents\fP no events would ever be placed on the queue\&. Often calls the need for \fBSDL_PumpEvents\fP is hidden from the user since \fI\fBSDL_PollEvent\fP\fR and \fI\fBSDL_WaitEvent\fP\fR implicitly call \fBSDL_PumpEvents\fP\&. However, if you are not polling or waiting for events (e\&.g\&. your filtering them), then you must call \fBSDL_PumpEvents\fP to force an event queue update\&.
|
SDL_QuitEvent.3 | 25 The macro \fBSDL_QuitRequested\fP will return non-zero if a quit event is pending
|
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.cpp | 159 // After new pending states appear, or timeout, check if we're idle. Even 167 // Collect all pending state updates and see if the device 176 // For each pending component state update, check if we've transitioned 198 // Store final state after all pending state changes are done with
|
/frameworks/base/core/java/android/webkit/ |
SslErrorHandler.java | 41 * Cancel this request and all pending requests for the WebView that had
|
/frameworks/base/test-runner/src/android/test/ |
TimedTest.java | 31 * {@hide} Pending approval for public API.
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
global_struct.c | 4 // DEBUGGER: set breakpoint pending on
|
globals.c | 3 // DEBUGGER: set breakpoint pending on
|
locals.cpp | 3 // DEBUGGER: set breakpoint pending on
|
parameters.cpp | 3 // DEBUGGER: set breakpoint pending on
|
pass-struct.c | 7 // DEBUGGER: set breakpoint pending on
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
locals.rs | 5 // DEBUGGER: set breakpoint pending on
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
JFmRxStatus.java | 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
|
JFmTxStatus.java | 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
|
Completed in 2301 milliseconds
<<11121314151617181920>>