/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
termios.h | 83 /* Wait for pending output to be written on FD. 89 /* Flush pending data on FD.
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
TwoColumnOutput.java | 37 /** {@code non-null;} pending left column output */ 40 /** {@code non-null;} pending right column output */ 150 * Flushes the output. If there are more lines of pending output in one 167 * there are in the pending output, removing those lines from
|
/dalvik/dx/src/com/android/dx/util/ |
TwoColumnOutput.java | 37 /** {@code non-null;} pending left column output */ 40 /** {@code non-null;} pending right column output */ 150 * Flushes the output. If there are more lines of pending output in one 167 * there are in the pending output, removing those lines from
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 30 cmp r0, #0 @ exception pending?
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 35 cmpl $$0, %eax # exception pending?
|
/development/ndk/platforms/android-3/include/linux/ |
rtc.h | 29 unsigned char pending; member in struct:rtc_wkalrm
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
MediaQueueItem.java | 94 "PENDING",
|
/external/bison/lib/ |
sigprocmask.c | 187 /* Set of currently blocked and pending signals. */ 207 sigset_t pending = 0; local 212 pending |= 1U << sig; 213 *set = pending;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view.h | 40 // Paint any pending updates.
|
/external/chromium/chrome/browser/instant/ |
instant_loader_manager_unittest.cc | 147 // Make the pending loader current. 231 // There should be no current, pending and 0 instant loaders. 237 // Tests DestroyLoader when the loader is pending. 282 // to update and the pending loader is ready.
|
/external/chromium/chrome/browser/net/ |
resolve_proxy_msg_helper_unittest.cc | 150 // requests will be pending. 196 // Delete the helper while a request is in progress, and others are pending. 208 // requests will be pending. 227 // The pending requests sent to the proxy resolver should have been cancelled.
|
/external/chromium/chrome/browser/policy/ |
device_management_backend_impl.h | 53 // Add a job to the pending job set and register it with the service (if
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.cc | 58 // Clear pending indicates that the server has received our clear message
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.h | 46 // If |base_task| is non-NULL, sends any existing pending outbound
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_test_helper.cc | 32 // Make sure any pending tasks run before we destroy other threads.
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.h | 21 // user must call Request::CompleteNow() on a pending request to signal it.
|
/external/chromium/net/url_request/ |
url_request_file_dir_job.h | 46 // When we have data and a read has been pending, this function
|
url_request_status.h | 22 // An IO request is pending, and the caller will be informed when it is
|
/external/chromium/net/websockets/ |
websocket_frame_handler.h | 74 // Deque of IOBuffers in pending.
|
/external/chromium/webkit/glue/media/ |
web_data_source.h | 52 // support in Demuxers cancel pending reads, Proxy shouldn't have to keep
|
/external/chromium-trace/trace-viewer/src/base/ |
unittest.css | 84 .pending {
|
/external/chromium_org/cc/scheduler/ |
delay_based_time_source.h | 69 // Maintaining a pending set of parameters allows NextTickTime() to always
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_service.h | 128 // and stops any pending operations. 209 // Runs the next pending operation. 213 // Starts the next pending operation if available. 233 // The queue of pending operations. The first operation on the queue is
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_registry.h | 36 // List all pending, active and stopped capture requests.
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_reporting_scheduler.h | 39 // Schedules a future call to TriggerUpload if one isn't already pending.
|