Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium/net/base/
Dtest_completion_callback_unittest.cc121 bool queued = boss.DoSomething(&callback); in TEST_F() local
122 EXPECT_EQ(queued, true); in TEST_F()
/external/webkit/LayoutTests/storage/
Dmultiple-transactions-expected.txt1 This is a test to see if the database API allows multiple transactions to be queued on the same dat…
/external/webkit/LayoutTests/storage/indexeddb/
Dqueued-commands-expected.txt6 webkitIndexedDB.open('queued-commands')
/external/elfutils/src/
Dldgeneric.c969 struct scnhead *queued; in add_section() local
1013 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search); in add_section()
1014 if (queued != NULL) in add_section()
1038 struct scninfo *runp = queued->last; in add_section()
1058 while (runp != queued->last); in add_section()
1065 scninfo->next = queued->last->next; in add_section()
1066 queued->last = queued->last->next = scninfo; in add_section()
1068 queued->flags = ebl_sh_flags_combine (ld_state.ebl, queued->flags, in add_section()
1070 queued->align = MAX (queued->align, shdr->sh_addralign); in add_section()
1077 queued = (struct scnhead *) xcalloc (sizeof (struct scnhead), 1); in add_section()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
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/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
DT.g8 * rewrite instructions just get queued up and executed upon toString().
/external/iptables/extensions/
Dlibxt_NFQUEUE.man23 …default, if no userspace program is listening on an NFQUEUE, then all packets that are to be queued
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc601 QueuedCheck queued = queued_checks_.front(); in OnIOShutdown() local
602 if (queued.client) { in OnIOShutdown()
604 sb_check.urls.push_back(queued.url); in OnIOShutdown()
605 sb_check.client = queued.client; in OnIOShutdown()
607 queued.client->OnSafeBrowsingResult(sb_check); in OnIOShutdown()
/external/regex-re2/re2/
Ddfa.cc1901 StateSet queued; in BuildAllStates() local
1903 queued.insert(params.start); in BuildAllStates()
1911 if (ns > SpecialStateMax && queued.find(ns) == queued.end()) { in BuildAllStates()
1912 queued.insert(ns); in BuildAllStates()
/external/blktrace/doc/
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/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeIterator.m145 // do we have any objects queued up?
/external/replicaisland/
DREADME.TXT26 …ndering does not occur in the game thread. Instead, render commands are queued up by the game thr…
/external/valgrind/main/docs/internals/
Dthreads-syscalls-signals.txt95 per-signal special cases (which is, roughly, signals 1-32 are not queued
96 except when they are, and signals 33-64 are queued except when they aren't).
210 enough to simply block it, because that will cause a pile of queued
/external/mesa3d/docs/
DMESA_swap_frame_usage.spec157 queued by the implementation. This function can be called at any
/external/blktrace/
DREADME82 get queued, to get dispatched, and to get completed.
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat103 queuelist = The currently queued segments display here. Each segment displays its current run stat…
/external/libppp/src/
Dbundle.c457 size_t queued; in bundle_UpdateSet() local
466 queued = r ? ncp_FillPhysicalQueues(&bundle->ncp, bundle) : in bundle_UpdateSet()
473 if (queued < ifqueue) { in bundle_UpdateSet()
Dppp.8.m4114 is trying to bring the link up will remain queued for a default of
1119 drops and both ends have packets queued.
4961 A packet failing to trigger a dial will be dropped rather than queued.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as50 * the instructions are queued up, you can easily simulate transactions and
/external/iproute2/doc/
Dss.sgml473 queued for receive and transmit.
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm111 // - There is no work queued up (see workQueue var, below)
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew283 any queued blits have completed.
/external/blktrace/btt/doc/
Dbtt.tex235 between consecutively \emph{received -- queued} and \emph{submitted
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1494 // Prevent queued mouseDragged events from coming after the drag and fake mouseUp event.
/external/dbus/
DChangeLog.pre-1-01431 calls queued timeouts on disconnect
2399 (struct BusOwner): new struct for keeping track of queued connections
2809 (ProxyObject::_introspect_error_handler): call queued methods
3273 where the Intospect call would be queued waiting for the Introspect
8983 do it after we've queued any remaining real messages
12138 Make activation work better. Now pending activations will be queued

12