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

1 2 3 4 5 6 7 8 91011

  /external/smack/src/com/kenai/jbosh/
HTTPResponse.java 37 * method should block until the response has arrived.
47 * response has arrived.
  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 38 unsigned arrived; member in struct:__anon28140
53 bar->arrived = 0;
84 ++bar->arrived;
86 if (bar->arrived == bar->total)
88 bar->arrived--;
89 n = bar->arrived;
123 n = --bar->arrived; /* XXX see below */
133 understand that bar->arrived is protected by mutex1 whilst threads
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 91 // Verify that dictionary shows newly added words that arrived in a
114 // Verify that dictionary hides newly removed words that arrived in a
  /external/srtp/crypto/include/
rdbx.h 77 * given an rdbx and a sequence number s (from a newly arrived packet),
166 * arrived packet), sets the contents of *guess to contain the best
  /external/chromium_org/chrome/test/base/
javascript_test_observer.cc 43 // Messages may have arrived before Run was called.
  /external/chromium_org/net/quic/congestion_control/
available_channel_estimator.h 11 // channel probing burst. Once the last packet have arrived you ask it for an
  /external/chromium_org/third_party/WebKit/public/platform/
WebMessagePortChannelClient.h 40 // Alerts that new messages have arrived, which are retrieved by calling
  /external/chromium_org/ui/base/test/
ui_controls_aura.h 43 // (and be sure the cursor has arrived!).
ui_controls.h 81 // (and be sure the cursor has arrived!).
  /frameworks/base/core/java/android/net/dhcp/
DhcpNakPacket.java 67 * Notifies the specified state machine of the newly-arrived NAK packet.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 104 message, has arrived. */
113 #define S_RDNORM 0x0040 /* A normal message has arrived. */
116 arrived. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 104 message, has arrived. */
113 #define S_RDNORM 0x0040 /* A normal message has arrived. */
116 arrived. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 104 message, has arrived. */
113 #define S_RDNORM 0x0040 /* A normal message has arrived. */
116 arrived. */
  /external/chromium/chrome/browser/automation/
ui_controls.h 80 // (and be sure the cursor has arrived!).
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DelayedSyncController.java 76 * Stores preferences to indicate that an invalidation has arrived, but dropped on the floor.
  /external/chromium_org/net/base/
network_change_notifier_linux.cc 91 // Delay values arrived at by simple experimentation and adjusted so as to
sdch_manager.h 196 // given data, that arrived in response to get of dictionary_url.
201 // target that arrived with a reference to this dictionary.
219 // The GURL that arrived with the text_ in a URL request to specify where
305 // to use to decompreses data that arrived as SDCH encoded content. Check to
  /libcore/crypto/src/main/java/org/conscrypt/
SSLEngineAppData.java 25 * arrived for the SSLEngine.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller.mm 50 // arrived here from an "Add Page..." item in a context menu.
  /external/chromium/net/base/
sdch_manager.h 195 // given data, that arrived in response to get of dictionary_url.
200 // target that arrived with a reference to this dictionary.
218 // The GURL that arrived with the text_ in a URL request to specify where
306 // to use to decompreses data that arrived as SDCH encoded content. Check to
  /external/chromium_org/chrome/browser/automation/
url_request_automation_job.h 144 // When the response headers arrived from automation.
  /external/chromium_org/content/common/
message_port_messages.h 79 // Sends the browser all the queued messages that arrived at this message port
  /external/chromium_org/third_party/libjingle/source/talk/base/
testclient.h 83 // Checks that no packets have arrived or will arrive in the next second.
  /external/qemu/slirp/
udp.h 78 u_long udps_noportbcast; /* of above, arrived as broadcast */
  /external/qemu/slirp-android/
udp.h 79 u_long udps_noportbcast; /* of above, arrived as broadcast */

Completed in 2951 milliseconds

1 2 3 4 5 6 7 8 91011