HomeSort by relevance Sort by last modified time
    Searched defs:queued (Results 1 - 19 of 19) sorted by null

  /external/chromium/net/base/
test_completion_callback_unittest.cc 121 bool queued = boss.DoSomething(&callback); local
122 EXPECT_EQ(queued, true);
  /external/chromium_org/net/base/
test_completion_callback_unittest.cc 117 bool queued = boss.DoSomething(callback.callback()); local
118 EXPECT_EQ(queued, true);
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 378 // Scan the queued clients store. Clients may be here if they requested a URL
508 // Delete queued checks, calling back any clients with 'SB_THREAT_TYPE_SAFE'.
511 QueuedCheck queued = queued_checks_.front(); local
512 if (queued.client) {
513 SafeBrowsingCheck sb_check(std::vector<GURL>(1, queued.url),
515 queued.client,
516 queued.check_type);
517 queued.client->OnSafeBrowsingResult(sb_check);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 185 union si_state queued; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 185 union si_state queued; member in struct:r600_context
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 321 // Scan the queued clients store. Clients may be here if they requested a URL
598 // Delete queued checks, calling back any clients with 'SAFE'.
601 QueuedCheck queued = queued_checks_.front(); local
602 if (queued.client) {
604 sb_check.urls.push_back(queued.url);
605 sb_check.client = queued.client;
607 queued.client->OnSafeBrowsingResult(sb_check);
    [all...]
  /external/libppp/src/
bundle.c 209 * on the redials at this point, and the queued data has almost
457 size_t queued; local
461 /* If there are aren't many packets queued, look for some more. */
466 queued = r ? ncp_FillPhysicalQueues(&bundle->ncp, bundle) :
473 if (queued < ifqueue) {
608 * Process on-demand dialup. Output packets are queued within the tunnel
1077 prompt_Printf(arg->prompt, "\n Queued: %lu of %u\n",
    [all...]
  /external/elfutils/src/
ldgeneric.c 969 struct scnhead *queued; local
1012 /* Find already queued sections. */
1013 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1014 if (queued != NULL)
2934 struct scnhead *queued; local
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 331 milliseconds