HomeSort by relevance Sort by last modified time
    Searched refs:pending (Results 226 - 250 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 114 struct rpc_wait_queue pending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
xprt.h 114 struct rpc_wait_queue pending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
xprt.h 114 struct rpc_wait_queue pending; member in struct:rpc_xprt
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
xprt.h 114 struct rpc_wait_queue pending; member in struct:rpc_xprt
  /external/chromium_org/chrome/browser/resources/chromeos/diagnostics/
main.css 103 .test-pending {
  /external/chromium_org/chrome/renderer/resources/extensions/
webstore_custom_bindings.js 15 throw 'A Chrome Web Store installation is already pending.';
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 125 RenderViewHost* pending,
127 RenderViewDevToolsAgentHost* agent_host = FindAgentHost(pending);
  /external/chromium_org/third_party/zlib/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
280 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /external/zlib/src/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 357 final LinkedList<File> pending = new LinkedList<File>(); local
358 pending.add(parent);
359 while (!pending.isEmpty() && result.getCount() < 24) {
360 final File file = pending.removeFirst();
363 pending.add(child);
  /external/qemu/
qemu-timer.c 215 char pending; member in struct:qemu_alarm_timer
227 return alarm_timer->pending;
514 * sleep in icount mode if there is a pending vm_clock timer; rather
591 if (!alarm_timer->pending) {
769 alarm_timer->pending = 0;
840 t->pending = 1;
1129 t->pending = 1;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 22 * A list of currently pending requests, implemented as a hash of each
142 * Creates an empty entry in the pending array if one doesn't already exist,
207 * pending request with a source frame/tab, and notes that it was opened in a
243 * Handler for the 'onCommitted' event. Updates the pending request with
269 * Handler for the 'onReferenceFragmentUpdated' event. Updates the pending
304 * Handler for the 'onHistoryStateUpdated' event. Updates the pending
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 635 ** Description discard all of UCD packets in security pending queue
642 /* clean up any security pending UCD */
656 ** Return TRUE if any pending UCD info request
663 BOOLEAN pending = FALSE; local
695 pending = TRUE;
715 pending = TRUE;
724 return (pending);
731 ** Description enqueue outgoing UCD packet into security pending queue
777 ** Description dequeue UCD packet from security pending queue and
800 ** Description dequeue UCD packet from security pending queue an
    [all...]
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 463 PendingMessages pending; local
464 pending.swap(pending_messages_);
465 for (PendingMessages::iterator it = pending.begin();
466 it != pending.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 81 bool SpeechSynthesis::pending() const function in class:WebCore::SpeechSynthesis
156 // Start the next job if there is one pending.
  /external/kernel-headers/original/linux/
rtc.h 38 unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ member in struct:rtc_wkalrm
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 9 (* precedence - Get the precedence of the pending binary operator token. *)
107 * rhs, let the pending operator take rhs as its lhs. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 9 (* precedence - Get the precedence of the pending binary operator token. *)
118 * rhs, let the pending operator take rhs as its lhs. *)
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 376 LoaderInfo pending = mPendingLoader; local
377 if (pending != null) {
378 // There is a new request pending and we were just
381 if (DEBUG) Log.v(TAG, " Switching to pending loader: " + pending);
385 installLoader(pending);
470 writer.print(prefix); writer.println("Pending Loader ");
627 if (DEBUG) Log.v(TAG, " Removing pending loader: " + info.mPendingLoader);
631 if (DEBUG) Log.v(TAG, " Enqueuing as new pending loader");
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 22 * A list of currently pending requests, implemented as a hash of each
135 * Creates an empty entry in the pending array, and prepopulates the
155 * Handler for the 'onBeforeRetarget' event. Updates the pending request
188 * Handler for the 'onCommitted' event. Updates the pending request with
  /external/chromium_org/v8/test/mjsunit/regress/
regress-97116.js 31 // have a pending lazy deoptimization on the stack.
regress-97116b.js 31 // have a pending lazy deoptimization on the stack.
  /external/v8/test/mjsunit/regress/
regress-97116.js 31 // have a pending lazy deoptimization on the stack.
  /external/qemu/audio/
alsaaudio.c 118 int pending; member in struct:ALSAVoiceOut
786 while (alsa->pending) {
788 int len = audio_MIN (alsa->pending, left_till_end_samples);
839 alsa->pending -= written;
858 decr = audio_pcm_hw_clip_out (hw, alsa->pcm_buf, decr, alsa->pending);
859 alsa->pending += decr;
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>