Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 74) sorted by relevance

123

/external/qemu/
Dasync.c121 int scheduled; member
145 if (!bh->deleted && bh->scheduled) { in qemu_bh_poll()
146 bh->scheduled = 0; in qemu_bh_poll()
170 if (bh->scheduled) in qemu_bh_schedule_idle()
172 bh->scheduled = 1; in qemu_bh_schedule_idle()
178 if (bh->scheduled) in qemu_bh_schedule()
180 bh->scheduled = 1; in qemu_bh_schedule()
188 bh->scheduled = 0; in qemu_bh_cancel()
193 bh->scheduled = 0; in qemu_bh_delete()
202 if (!bh->deleted && bh->scheduled) { in qemu_bh_update_timeout()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp73 OwnPtr<AnimationsVector>& scheduled = m_scheduledAnimations.add(key, nullptr).iterator->value; in schedule() local
74 if (!scheduled) in schedule()
75 scheduled = adoptPtr(new AnimationsVector); in schedule()
76 ASSERT(!scheduled->contains(animation)); in schedule()
77 scheduled->append(animation); in schedule()
93 AnimationsVector* scheduled = m_scheduledAnimations.get(key); in unschedule() local
94 ASSERT(scheduled); in unschedule()
95 size_t idx = scheduled->find(animation); in unschedule()
97 scheduled->remove(idx); in unschedule()
197 AnimationsVector* scheduled = it->value.get(); in setElapsed() local
[all …]
/external/chromium_org/net/quic/
Dquic_alarm_test.cc27 bool scheduled() const { return scheduled_; } in scheduled() function in net::test::__anon540b1cbd0111::TestAlarm
78 EXPECT_TRUE(alarm_.scheduled()); in TEST_F()
87 EXPECT_FALSE(alarm_.scheduled()); in TEST_F()
97 EXPECT_FALSE(alarm_.scheduled()); in TEST_F()
106 EXPECT_TRUE(alarm_.scheduled()); in TEST_F()
118 EXPECT_TRUE(alarm_.scheduled()); in TEST_F()
/external/chromium_org/chrome/browser/sync/glue/
Dpassword_model_worker.cc35 bool scheduled = false; in DoWorkAndWaitUntilDoneImpl() local
41 scheduled = password_store_->ScheduleTask( in DoWorkAndWaitUntilDoneImpl()
46 if (scheduled) in DoWorkAndWaitUntilDoneImpl()
/external/llvm/test/CodeGen/X86/
Dmisched-fusion.ll3 ; Verify that TEST+JE are scheduled together.
28 ; Verify that DEC+JE are scheduled together.
55 ; DEC+JS should *not* be scheduled together.
83 ; Verify that CMP+JB are scheduled together.
D2009-10-19-atomic-cmp-eflags.ll3 ; check that cmp is not scheduled before the add
Dmisched-matrix.ll28 ; scheduled independently, and that the imull/adds are interleaved.
59 ; scheduled independently, and that the imull/adds are clustered.
/external/dropbear/libtomcrypt/notes/
Dtech0003.txt12 To save space all of the symmetric key scheduled keys are stored in a union called "symmetric_key".…
13 size of a symmetric_key is the size of the largest scheduled key. By removing the ciphers you don'…
20 Cipher Name | Size of scheduled key (bytes) |
/external/chromium_org/tools/perf/measurements/
Drasterize_and_record_micro.py75 scheduled = tab.EvaluateJavaScript('window.benchmark_results.scheduled')
76 if (not scheduled):
/external/chromium_org/content/browser/aura/
Dsoftware_output_device_ozone.cc68 bool scheduled = gfx::SurfaceFactoryOzone::GetInstance()->SchedulePageFlip( in EndPaint() local
70 DCHECK(scheduled) << "Failed to schedule pageflip"; in EndPaint()
/external/chromium_org/gpu/command_buffer/service/
Dgpu_scheduler.cc116 void GpuScheduler::SetScheduled(bool scheduled) { in SetScheduled() argument
119 unscheduled_count_ + (scheduled? -1 : 1)); in SetScheduled()
120 if (scheduled) { in SetScheduled()
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller_unittest.mm64 // cancelAutoClose. During regular operation, a scheduled autoClose waits for 5
210 // the download shelf at the time the autoclose is scheduled.
236 // The mouse exits the shelf. autoClose should be scheduled now.
288 // be scheduled yet.
293 // The mouse exits the shelf. autoClose should be scheduled now.
329 // be scheduled yet.
334 // The mouse exits the shelf. autoClose should be scheduled now.
/external/chromium_org/chrome/browser/extensions/api/webview/
Dwebview_api.cc116 bool scheduled = false; in RunImplSafe() local
118 scheduled = guest->ClearData( in RunImplSafe()
124 if (!remove_mask_ || !scheduled) { in RunImplSafe()
/external/oprofile/events/ppc/e500/
Devents21 …ero minimum:500 name:SRS0_SCHEDULE_STALLED : Cycles SRS0 is not empty but 0 instructions scheduled
22 …ero minimum:500 name:SRS1_SCHEDULE_STALLED : Cycles SRS1 is not empty but 0 instructions scheduled
23 …:zero minimum:500 name:VRS_SCHEDULE_STALLED : Cycles VRS is not empty but 0 instructions scheduled
24 …:zero minimum:500 name:LRS_SCHEDULE_STALLED : Cycles LRS is not empty but 0 instructions scheduled
25 … name:BRS_SCHEDULE_STALLED : Cycles BRS is not empty but 0 instructions scheduled Load/Store, Data…
/external/oprofile/events/ppc/e500v2/
Devents21 …ero minimum:500 name:SRS0_SCHEDULE_STALLED : Cycles SRS0 is not empty but 0 instructions scheduled
22 …ero minimum:500 name:SRS1_SCHEDULE_STALLED : Cycles SRS1 is not empty but 0 instructions scheduled
23 …:zero minimum:500 name:VRS_SCHEDULE_STALLED : Cycles VRS is not empty but 0 instructions scheduled
24 …:zero minimum:500 name:LRS_SCHEDULE_STALLED : Cycles LRS is not empty but 0 instructions scheduled
25 … name:BRS_SCHEDULE_STALLED : Cycles BRS is not empty but 0 instructions scheduled Load/Store, Data…
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt36 scheduled query packet, etc.) Note that the time returned is an absolute
66 time for the next scheduled event.
/external/chromium_org/chrome/browser/ui/cocoa/
Drun_loop_testing.mm13 // This class is scheduled with a delayed selector to quit the message pump.
/external/iptables/extensions/
Dlibxt_connbytes.man8 scheduled using a lower priority band in traffic control.
/external/oprofile/events/mips/5K/
Devents22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
/external/chromium_org/content/common/gpu/
Dgpu_channel.h115 void StubSchedulingChanged(bool scheduled);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParam.idl54 // Cancels all scheduled parameter changes with times greater than or equal to startTime.
DAudioContext.idl38 // All scheduled times are relative to this time in seconds.
/external/llvm/test/CodeGen/ARM/
Dmisched-copy-arm.ll5 ; There is also a MUL here, but we don't care where it is scheduled.
/external/llvm/test/CodeGen/Thumb2/
D2010-03-15-AsmCCClobber.ll16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
/external/chromium_org/ppapi/api/
Dppb_core.idl72 * callback. Even in this case, the callback will be scheduled

123