Searched defs:queued (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/base/
H A Dtest_completion_callback_unittest.cc117 bool queued = boss.DoSomething(callback.callback()); local
118 EXPECT_EQ(queued, true);
/external/fio/engines/
H A Dnull.c22 int queued; member in struct:null_data
54 io_u_mark_submit(td, nd->queued);
56 nd->events = nd->queued;
57 nd->queued = 0;
74 nd->io_us[nd->queued++] = io_u;
H A Dposixaio.c17 unsigned int queued; member in struct:posixaio_data
130 pd->queued--;
183 if (pd->queued)
192 if (pd->queued)
217 pd->queued++;
H A Dsync.c25 unsigned int queued; member in struct:syncio_data
187 sd->queued++;
197 dprint(FD_IO, "vsyncio_queue: no append (%d)\n", sd->queued);
199 * If we can't append and have stuff queued, tell fio to
202 if (sd->queued)
210 sd->queued = 0;
214 if (sd->queued == td->o.iodepth) {
215 dprint(FD_IO, "vsyncio_queue: max depth %d\n", sd->queued);
220 fio_vsyncio_set_iov(sd, io_u, sd->queued);
223 dprint(FD_IO, "vsyncio_queue: depth now %d\n", sd->queued);
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java70 private boolean[] queued; field in class:Analyzer
110 queued = new boolean[n];
176 queued[insn] = false;
473 if (changes && !queued[insn]) {
474 queued[insn] = true;
502 if (changes && !queued[insn]) {
503 queued[insn] = true;
/external/chromium_org/google_apis/gcm/monitoring/
H A Dfake_gcm_stats_recorder.cc88 int queued) {
84 RecordDataSentToWire( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, int queued) argument
/external/chromium_org/components/gcm_driver/
H A Dgcm_stats_recorder_impl.cc431 int queued) {
435 base::StringPrintf("Msg queued for %d seconds", queued));
427 RecordDataSentToWire( const std::string& app_id, const std::string& receiver_id, const std::string& message_id, int queued) argument
/external/chromium_org/google_apis/gcm/engine/
H A Dmcs_client_unittest.cc48 int queued,
60 data_message.set_queued(queued);
41 BuildDataMessage(const std::string& from, const std::string& category, const std::string& message_id, int last_stream_id_received, const std::string& persistent_id, int ttl, uint64 sent, int queued, const std::string& token, const uint64& user_id) argument
H A Dmcs_client.cc332 // The message is already queued, return.
360 // Notify that the messages has been succsfully queued for sending.
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);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h185 union si_state queued; member in struct:r600_context
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h185 union si_state queued; member in struct:r600_context
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc450 // Scan the queued clients store. Clients may be here if they requested a URL
600 // Delete queued checks, calling back any clients with 'SB_THREAT_TYPE_SAFE'.
602 QueuedCheck queued = queued_checks_.front(); local
603 if (queued.client) {
604 SafeBrowsingCheck sb_check(std::vector<GURL>(1, queued.url),
606 queued.client,
607 queued.check_type,
608 queued.expected_threats);
609 queued.client->OnSafeBrowsingResult(sb_check);
/external/libpcap/
H A Dpcap-usb-linux.c92 u_int32_t queued; member in struct:mon_bin_stats
768 stats->ps_recv = handlep->packets_read + st.queued;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jar ... asm.tree.analysis.Subroutine[] subroutines private boolean[] queued private int[] queue private int top public void " href= ...
/external/elfutils/0.153/src/
H A Dldgeneric.c967 struct scnhead *queued; local
1010 /* Find already queued sections. */
1011 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1012 if (queued != NULL)
1036 struct scninfo *runp = queued->last;
1056 while (runp != queued->last);
1063 scninfo->next = queued->last->next;
1064 queued->last = queued->last->next = scninfo;
1066 queued
2932 struct scnhead *queued; local
[all...]
/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 511 milliseconds