HomeSort by relevance Sort by last modified time
    Searched full:arrive (Results 1 - 25 of 511) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/generators/
idl_visitor.py 12 # node, the visitor will call the 'Arrive' member passing in the node and
15 # results along with the original Arrive result are passed to the Depart
17 # the exact value that was return from the original arrive.
32 newdata = self.Arrive(node, data)
39 def Arrive(self, node, data):
idl_ast.py 52 # When we arrive at a node we must assign it a namespace and if the
55 def Arrive(self, node, parent_namespace):
105 def Arrive(self, node, filenode):
135 def Arrive(self, node, releases):
  /external/chromium_org/tools/android/common/
net.h 16 // Wake up listener only when data arrive.
  /external/chromium_org/v8/test/webkit/fast/js/
stack-overflow-arrity-catch.js 30 debug("ERROR: Shouldn't arrive in 20 arg function!");
45 // (1) It is dendent on the stack size if we arrive here, in (2) or
63 // (2) It is dendent on the stack size if we arrive here, in (1) or
  /dalvik/vm/mterp/x86/
alt_stub.S 7 * Note that unlike in the Arm implementation, we should never arrive
  /external/chromium/chrome/browser/extensions/
extension_message_handler.h 14 // Filters and dispatches extension-related IPC messages that arrive from
autoupdate_interceptor.h 27 // When requests for |url| arrive, respond with the contents of |path|. The
extension_messages_apitest.cc 29 // from the origin http://b.com/ are supposed to arrive.
  /external/chromium_org/base/mac/
scoped_sending_event.h 20 // a nested event loop, as such events do not arrive via -sendEvent:.
  /external/chromium_org/content/browser/renderer_host/
gamepad_browser_message_filter.cc 51 // arrive anyway if the renderer crashes, etc.
  /external/chromium_org/content/child/
child_resource_message_filter.h 25 // arrive. Otherwise, timestamps may be affected by long rendering / JS task.
  /external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h 6 // service, and signals when they arrive. It checks all incoming stanzas to
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 277 * <p>If the current thread is not the last to arrive then it is
308 * <p>If the current thread is the last thread to arrive, and a
318 * to arrive and zero indicates the last to arrive
339 * <p>If the current thread is not the last to arrive then it is
375 * <p>If the current thread is the last thread to arrive, and a
387 * to arrive and zero indicates the last to arrive
  /external/bison/src/
closure.h 45 represent units of input that could arrive next. */
  /external/chromium/base/threading/
thread_collision_warner.cc 29 // if two or more threads arrive here only one will succeed to
  /external/chromium_org/base/threading/
thread_collision_warner.cc 29 // if two or more threads arrive here only one will succeed to
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.h 31 // When requests for |url| arrive, respond with the contents of |path|. The
  /external/chromium_org/media/base/
buffers.h 10 // arrive in a monotonically increasing order nor that the next timestamp will
  /external/chromium_org/ui/events/ozone/
event_factory_ozone.h 17 // Creates and dispatches |ui.Event|'s. Ozone assumes that events arrive on file
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 41 * application layer including those that arrive out of order. This is good for testing
SipProviderExt.java 21 * <li> <b>500 Request Out of Order </b> for in-dialog requests that arrive out of order.
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Ping.java 51 * response to arrive if necessary. Returns -1 if the response was
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
WorkgroupInformation.java 79 // since this is a start and end tag, and we arrive on the start, this should guarantee
  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 42 * Cancel the most recently initiated sync. Due to race conditions, this may arrive
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.h 55 // kBandwidthSteady When the packets arrive in the same pace as we sent
58 // kBandwidthOverUsing When the packets arrive slower than the pace we sent
65 // kBandwidthUnderUsing When the packets arrive faster than the pace we sent

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8 91011>>