HomeSort by relevance Sort by last modified time
    Searched refs:queued (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/chromium_org/extensions/test/data/
serial_unittest.js 496 // Test that data received while the connection is paused is queued and
501 // Unpause the connection after the connection has queued the received
502 // data to ensure the queued data is dispatched when the connection is
520 // Test that a receive error received while the connection is paused is queued
524 // Unpause the connection after the connection has queued the receive
525 // error to ensure the queued error is dispatched when the connection is
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 39 case gcm::MCSClient::QUEUED:
40 return "QUEUED";
476 int queued) {
480 base::StringPrintf("Msg queued for %d seconds", queued));
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 332 // The message is already queued, return.
360 // Notify that the messages has been succsfully queued for sending.
361 // TODO(jianli): We should report QUEUED after writing to GCM store succeeds.
362 NotifyMessageSendStatus(message.GetProtobuf(), QUEUED);
498 // Set the queued time as necessary.
505 int queued = (clock_->Now().ToInternalValue() / local
507 DVLOG(1) << "Message was queued for " << queued << " seconds.";
508 data_message->set_queued(queued);
513 queued);
    [all...]
mcs_client_unittest.cc 48 int queued,
60 data_message.set_queued(queued);
365 EXPECT_EQ(MCSClient::QUEUED, message_send_status());
  /external/chromium_org/third_party/re2/re2/
dfa.cc     [all...]
  /external/regex-re2/re2/
dfa.cc     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 190 // always set queued shot config in CPCAM mode
1229 int queued = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 285 if (si_shader_ctx->rctx->queued.named.rasterizer &&
286 si_shader_ctx->rctx->queued.named.rasterizer->flatshade) {
si_state_draw.c 123 rctx->queued.named.rasterizer->flatshade))
465 struct si_state_dsa *dsa = rctx->queued.named.dsa;
si_state.c 43 struct si_state_blend *blend = rctx->queued.named.blend;
305 struct si_state_rasterizer *rs = rctx->queued.named.rasterizer;
313 offset_units = rctx->queued.named.rasterizer->offset_units;
338 fui(rctx->queued.named.rasterizer->offset_scale));
341 fui(rctx->queued.named.rasterizer->offset_scale));
501 struct si_state_dsa *dsa = rctx->queued.named.dsa;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 285 if (si_shader_ctx->rctx->queued.named.rasterizer &&
286 si_shader_ctx->rctx->queued.named.rasterizer->flatshade) {
si_state_draw.c 123 rctx->queued.named.rasterizer->flatshade))
465 struct si_state_dsa *dsa = rctx->queued.named.dsa;
si_state.c 43 struct si_state_blend *blend = rctx->queued.named.blend;
305 struct si_state_rasterizer *rs = rctx->queued.named.rasterizer;
313 offset_units = rctx->queued.named.rasterizer->offset_units;
338 fui(rctx->queued.named.rasterizer->offset_scale));
341 fui(rctx->queued.named.rasterizer->offset_scale));
501 struct si_state_dsa *dsa = rctx->queued.named.dsa;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /external/blktrace/doc/
blktrace.tex 163 Reads Queued: 0, 0KiB Writes Queued: 7, 128KiB
170 Reads Queued: 0, 0KiB Writes Queued: 1, 28KiB
177 Reads Queued: 0, 0KiB Writes Queued: 11, 168KiB
299 Reads Queued: 0, 0KiB Writes Queued: 9, 5,520KiB
305 Reads Queued: 2,411, 38,576KiB Writes Queued: 769, 425,408Ki
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 132 * Waits for the queued events in ChromeVoxEventWatcher to be
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 157 queued by the implementation. This function can be called at any
  /external/libpcap/
pcap-usb-linux.c 92 u_int32_t queued; member in struct:mon_bin_stats
768 stats->ps_recv = handlep->packets_read + st.queued;
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 157 queued by the implementation. This function can be called at any
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 716 * Starts the first queued task.
723 // Start the oldest queued task, but don't remove it from the queue.
779 * Completes the current task and starts the next queued task if available.
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 359 * Stuff queued frames from txqueue[] to device, one by one.
signer.js 197 * Adapter class representing a queued sign request.

Completed in 739 milliseconds

12 3 4