Searched refs:queued (Results 1 - 11 of 11) sorted by relevance

/external/chromium/net/base/
H A Dtest_completion_callback_unittest.cc121 bool queued = boss.DoSomething(&callback); local
122 EXPECT_EQ(queued, true);
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js1058 var queued = WebInspector.log.queued;
1059 if (!queued)
1062 for (var i = 0; i < queued.length; ++i)
1063 logMessage(queued[i]);
1065 delete WebInspector.log.queued;
1111 if (!WebInspector.log.queued)
1112 WebInspector.log.queued = [];
1114 WebInspector.log.queued.push(message);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc321 // 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);
/external/elfutils/src/
H A Dldgeneric.c969 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)
1038 struct scninfo *runp = queued->last;
1058 while (runp != queued->last);
1065 scninfo->next = queued->last->next;
1066 queued->last = queued->last->next = scninfo;
1068 queued
2934 struct scnhead *queued; local
[all...]
/external/regex-re2/re2/
H A Ddfa.cc1901 StateSet queued;
1903 queued.insert(params.start);
1911 if (ns > SpecialStateMax && queued.find(ns) == queued.end()) {
1912 queued.insert(ns);
/external/blktrace/doc/
H A Dblktrace.tex531 \item[Q -- queued] This notes intent to queue io at the given location.
557 \item[P -- plug] When io is queued to a previously empty block device
561 \item[U -- unplug] Some request data already queued in the device,
566 \item[T -- unplug due to timer] If nobody requests the io that was queued
697 \item[Q -- queued]
750 BLK\_TA\_QUEUE & (RQ) Command queued to request\_queue. \\
751 & (BIO) Command queued by elevator. \\ \hline
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec157 queued by the implementation. This function can be called at any
/external/libppp/src/
H A Dbundle.c209 * 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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/blktrace/btt/doc/
H A Dbtt.tex235 between consecutively \emph{received -- queued} and \emph{submitted
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1231 /// the instructions are queued up, you can easily simulate transactions and

Completed in 373 milliseconds