/external/qemu/ |
D | async.c | 121 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/ |
D | SMILTimeContainer.cpp | 88 …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/ |
D | quic_alarm_test.cc | 27 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/ |
D | availability_finder.py | 44 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)
|
D | api_data_source.py | 355 scheduled = None 360 scheduled = availability.scheduled 369 'scheduled': scheduled
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | password_model_worker.cc | 34 bool scheduled = false; in DoWorkAndWaitUntilDoneImpl() local 40 scheduled = password_store_->ScheduleTask( in DoWorkAndWaitUntilDoneImpl() 45 if (scheduled) in DoWorkAndWaitUntilDoneImpl()
|
/external/llvm/test/CodeGen/X86/ |
D | misched-fusion.ll | 3 ; 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.
|
D | testb-je-fusion.ll | 3 ; testb should be scheduled right before je to enable macro-fusion.
|
D | 2009-10-19-atomic-cmp-eflags.ll | 3 ; check that cmp is not scheduled before the add
|
D | misched-matrix.ll | 28 ; 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/ |
D | gpu_scheduler.cc | 119 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/ |
D | download_shelf_controller_unittest.mm | 64 // 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/ |
D | lds-output-queue.ll | 38 ; 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/ |
D | events | 21 …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/ |
D | events | 21 …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/ |
D | Implementer Notes.txt | 36 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/ |
D | webview_api.cc | 235 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/ |
D | run_loop_testing.mm | 13 // This class is scheduled with a delayed selector to quit the message pump.
|
/external/chromium_org/remoting/ios/ui/ |
D | pin_entry_view_controller.mm | 44 // is not scheduled for QA yet.
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_schedule_overlay_plane.txt | 21 all the planes scheduled since the last call to glSwapBuffers or
|
/external/oprofile/events/mips/5K/ |
D | events | 22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 8 scheduled using a lower priority band in traffic control.
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.h | 109 void StubSchedulingChanged(bool scheduled);
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | Resource.cpp | 611 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/ |
D | AudioParam.idl | 55 // Cancels all scheduled parameter changes with times greater than or equal to startTime.
|