HomeSort by relevance Sort by last modified time
    Searched full:queued (Results 176 - 200 of 1107) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/c/
ppb_message_loop.h 99 * from those calls will be queued in the message loop and never run. The same
177 * Note that you can still post work to the message loop: it will get queued
225 * completion callback. Passing 0 means it will get queued normally and
244 * work will get queued until the message loop is run. You can also post
246 * PP_FALSE. It will be queued until the next invocation of Run().
  /external/chromium_org/ppapi/cpp/
message_loop.h 86 /// from those calls will be queued in the message loop and never run. The same
164 /// Note that you can still post work to the message loop: it will get queued
209 /// completion callback. Passing 0 means it will get queued normally and
228 /// work will get queued until the message loop is run. You can also post
230 /// PP_FALSE. It will be queued until the next invocation of Run().
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 226 // If service just returned, start sending out the queued messages
240 // Inactive messages includes all messages in outbox and queued box.
247 // get all the queued messages from the database
248 final Uri uri = Uri.parse("content://sms/queued");
336 // queued up messages.
400 // Send any queued messages that were waiting from before the reboot.
409 * Move all messages that are in the outbox to the queued state
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 414 // Scan the queued clients store. Clients may be here if they requested a URL
568 // Delete queued checks, calling back any clients with 'SB_THREAT_TYPE_SAFE'.
571 QueuedCheck queued = queued_checks_.front(); local
572 if (queued.client) {
573 SafeBrowsingCheck sb_check(std::vector<GURL>(1, queued.url),
575 queued.client,
576 queued.check_type,
577 queued.expected_threats);
578 queued.client->OnSafeBrowsingResult(sb_check);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.js 742 var queued = WebInspector.log.queued;
743 if (!queued)
746 for (var i = 0; i < queued.length; ++i)
747 logMessage(queued[i]);
749 delete WebInspector.log.queued;
781 if (!WebInspector.log.queued)
782 WebInspector.log.queued = [];
784 WebInspector.log.queued.push(message);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 289 * frames as we queued. This tests the EOS handling of the codec to see if all queued
317 queuedFrames + " queued");
364 queuedFrames + " queued");
422 queuedFrames + " queued");
448 * with different resolutions, verify that all queued frames were decoded. Here
516 mQueuedFrames + " queued");
584 " queued");
674 " queued");
    [all...]
  /external/chromium/chrome/browser/net/
url_info.cc 50 case QUEUED: // In queue.
96 state_ = QUEUED;
104 DCHECK(QUEUED == state_);
  /external/chromium_org/chrome/browser/net/
url_info.cc 86 case QUEUED: // In queue.
115 state_ = QUEUED;
123 DCHECK(QUEUED == state_);
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 83 ** zero or more queued write operations before returning. It is expected
88 ** How many queued write operations are performed before returning
111 ** configured number of milliseconds between each queued write
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 78 * demarcation from unqueued to queued. Similarly, dequeuing
95 * successor must avoid races with newly queued nodes to set
461 * Try to signal next queued node if:
803 * may queue the thread, if it is not already queued, until it is
859 * may queue the thread, if it is not already queued, until it i
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service.h 61 // requests. This will also fire any requests queued earlier.
  /external/chromium/chrome/browser/resources/gpu_internals/
fast_rect_renderer.js 26 * to commit any queued drawing operations.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 301 // subresources (which trigger queued interstitial pages) do not break anything.
318 // interstitials should be queued.
358 // interstitials should be queued.
410 // interstitials should be queued.
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 105 // Should call the queued messages.
  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 29 // Creates a panel and returns it. The panel might be queued for display
  /external/chromium-trace/trace-viewer/src/tracing/
fast_rect_renderer.js 27 * to commit any queued drawing operations.
  /external/chromium_org/chrome/browser/chromeos/drive/
job_list.h 48 // The job is queued, but not yet executed.
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller_unittest.cc 88 // the controller. If the controller has another infobar queued, it should
  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_scheduler.cc 23 // The delay, in seconds, between uploading when there are queued logs from
  /external/chromium_org/chrome/browser/speech/
tts_extension_loader_chromeos.cc 126 LOG(INFO) << "TTS component extension loaded, retrying queued utterances.";
  /external/chromium_org/chrome/renderer/net/
predictor_queue.h 81 // Number of queued strings
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 85 // Returns the highest priority request that's queued, or NULL if none are.
94 // Returns true if |request| is queued.
99 // Returns true if no requests are queued.
133 TRACE_EVENT_ASYNC_STEP_PAST0("net", "URLRequest", request_, "Queued");
  /external/chromium_org/content/browser/service_worker/
service_worker_version.h 40 // queued, but the worker is not yet
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.h 105 // Tries to see if any of the queued workers can be created.
  /external/chromium_org/content/common/
message_port_messages.h 79 // Sends the browser all the queued messages that arrived at this message port

Completed in 447 milliseconds

1 2 3 4 5 6 78 91011>>