Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 72) 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.cpp88 …OwnPtrWillBeMember<AnimationsLinkedHashSet>& scheduled = m_scheduledAnimations.add(key, nullptr).s… in schedule() local
89 if (!scheduled) in schedule()
90 scheduled = adoptPtrWillBeNoop(new AnimationsLinkedHashSet); in schedule()
91 ASSERT(!scheduled->contains(animation)); in schedule()
92 scheduled->add(animation); in schedule()
110 AnimationsLinkedHashSet* scheduled = it->value.get(); in unschedule() local
111 ASSERT(scheduled); in unschedule()
112 AnimationsLinkedHashSet::iterator itAnimation = scheduled->find(animation); in unschedule()
113 ASSERT(itAnimation != scheduled->end()); in unschedule()
114 scheduled->remove(itAnimation); in unschedule()
[all …]
/external/chromium_org/net/quic/
Dquic_alarm_test.cc27 bool scheduled() const { return scheduled_; } in scheduled() function in net::test::__anon5c237c770111::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/common/extensions/docs/server2/
Davailability_finder.py44 def __init__(self, channel_info, scheduled=None): argument
46 assert isinstance(scheduled, int) or scheduled is None
48 self.scheduled = scheduled
278 scheduled = None
280 scheduled = self._FindScheduled(api_name)
282 availability = AvailabilityInfo(channel_info, scheduled=scheduled)
Dapi_data_source.py355 scheduled = None
360 scheduled = availability.scheduled
369 'scheduled': scheduled
/external/chromium_org/chrome/browser/sync/glue/
Dpassword_model_worker.cc34 bool scheduled = false; in DoWorkAndWaitUntilDoneImpl() local
40 scheduled = password_store_->ScheduleTask( in DoWorkAndWaitUntilDoneImpl()
45 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.
Dtestb-je-fusion.ll3 ; testb should be scheduled right before je to enable macro-fusion.
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/chromium_org/gpu/command_buffer/service/
Dgpu_scheduler.cc119 void GpuScheduler::SetScheduled(bool scheduled) { in SetScheduled() argument
122 unscheduled_count_ + (scheduled? -1 : 1)); in SetScheduled()
123 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/llvm/test/CodeGen/R600/
Dlds-output-queue.ll38 ; scheduled one after the other, but they do need to be scheduled in the same
66 ; the global memory read will always be scheduled first. This will give us a
/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/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/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/extensions/api/webview/
Dwebview_api.cc235 bool scheduled = false; in RunAsyncSafe() local
237 scheduled = guest->ClearData( in RunAsyncSafe()
243 if (!remove_mask_ || !scheduled) { in RunAsyncSafe()
/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/chromium_org/remoting/ios/ui/
Dpin_entry_view_controller.mm44 // is not scheduled for QA yet.
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_schedule_overlay_plane.txt21 all the planes scheduled since the last call to glSwapBuffers or
/external/oprofile/events/mips/5K/
Devents22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
/external/iptables/extensions/
Dlibxt_connbytes.man8 scheduled using a lower priority band in traffic control.
/external/chromium_org/content/common/gpu/
Dgpu_channel.h109 void StubSchedulingChanged(bool scheduled);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp611 bool scheduled = ResourceCallback::callbackHandler()->isScheduled(this); in finishPendingClients() local
612 if (scheduled && m_clientsAwaitingCallback.isEmpty()) in finishPendingClients()
616 ASSERT(m_clientsAwaitingCallback.isEmpty() || scheduled); in finishPendingClients()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParam.idl55 // Cancels all scheduled parameter changes with times greater than or equal to startTime.

123