HomeSort by relevance Sort by last modified time
    Searched full:scheduled (Results 26 - 50 of 952) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/TV/tests/unit/src/com/android/tv/menu/
MenuTest.java 52 assertTrue("Hide is not scheduled", mMenu.isHideScheduled());
55 assertFalse("Hide is scheduled", mMenu.isHideScheduled());
60 assertFalse("Hide is scheduled", mMenu.isHideScheduled());
62 assertTrue("Hide is not scheduled", mMenu.isHideScheduled());
64 assertFalse("Hide is scheduled", mMenu.isHideScheduled());
67 assertFalse("Hide is scheduled", mMenu.isHideScheduled());
  /system/bt/osi/include/
alarm.h 60 // |alarm_new_periodic|, the alarm is scheduled to fire
69 // be NULL. All |cb| callbacks scheduled through this call are
79 // that the |cb| callback is scheduled for execution in the
82 // among alarms that are scheduled on the same queue. |queue|
95 // Tests whether the |alarm| is scheduled.
96 // Return true if the |alarm| is scheduled or NULL, otherwise false.
metrics.h 68 // |media_timer_min_ms| is the minimum scheduled time (in milliseconds)
70 // |media_timer_max_ms| is the maximum scheduled time (in milliseconds)
72 // |media_timer_avg_ms| is the average scheduled time (in milliseconds)
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 18 // scheduled. Targets can override the DAG builder and scheduler without
197 /// be scheduled at the bottom.
200 /// \brief Scheduler callback to notify that a new subtree is scheduled.
203 /// Notify MachineSchedStrategy that ScheduleDAGMI has scheduled an
204 /// instruction and updated scheduled/remaining flags in the DAG nodes.
247 /// Record the next node in a scheduled cluster.
252 /// The number of instructions scheduled so far. Used to cut off the
339 /// \brief dump the scheduled Sequence.
379 /// with its max pressure in the currently scheduled regions.
406 /// Get current register pressure for the top scheduled instructions
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 30 /// nodes into a single SUnit so that they are scheduled together.
53 /// isPassiveNode - Return true if the node is a non-scheduled leaf.
105 /// VerifyScheduledSequence - Verify that all SUnits are scheduled and
106 /// consistent with the Sequence of scheduled instructions.
167 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
  /frameworks/base/core/java/android/app/job/
JobScheduler.java 57 * Returned from {@link #schedule(JobInfo)} if this job has been successfully scheduled.
62 * @param job The job you wish scheduled. See
71 * @param job The job to be scheduled.
72 * @param packageName The package on behalf of which the job is to be scheduled. This will be
74 * @param userId User on behalf of whom this job is to be scheduled.
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 44 * @param alarm the alarm to be scheduled
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
68 * Cancels the scheduled alarm.
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmUtil.java 44 * @param alarm the alarm to be scheduled
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
68 * Cancels the scheduled alarm.
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmUtil.java 44 * @param alarm the alarm to be scheduled
62 String.format("Alarm scheduled at (%2d:%02d) Date: %d, Month: %d",
68 * Cancels the scheduled alarm.
  /external/libevent/
defer-internal.h 40 /** A deferred_cb is a callback that can be scheduled to run as part of
79 Cancel a deferred_cb if it is currently scheduled in an event_base.
83 Activate a deferred_cb if it is not currently scheduled in an event_base.
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Timer.java 67 if (task.repeatCount != CANCELLED) throw new IllegalArgumentException("The same task may not be scheduled twice.");
198 /** If this is the last time the task will be ran or the task is first cancelled, it may be scheduled again in this
202 /** Cancels the task. It will not be executed until it is scheduled again. This method can be called at any time. */
208 /** Returns true if this task is scheduled to be executed in the future by a timer. The execution time may be reached after
209 * calling this method which may change the scheduled state. To prevent the scheduled state from changing, synchronize on
  /external/chromium-trace/catapult/dashboard/
cron.yaml 0 # Scheduled Tasks with Cron
51 # Scheduled backup.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 68 * as "scheduled" but not fired yet. We do this because the
79 Log.d(TAG, "Removing scheduled alarms");
CalendarAlarmManager.java 68 * If no alarms are scheduled in the next 24h, check for future alarms again after this period
121 * Used for tracking if the next alarm is already scheduled
172 * @param removeAlarms Remove scheduled alarms or not. See @{link
286 * which alarms it has already scheduled to avoid scheduling them more than
293 * when we receive them. But we still need to keep track of the scheduled
297 * alarm list so we can never know for sure if we have already scheduled an
299 * missing an alarm. Another reason we keep track of scheduled alarms in a
301 * next reminder that we haven't scheduled.
343 // Also, ignore events alarms that we have already scheduled.
433 // scheduled alarm. For example, if the earliest alarm is a
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/res/values/
base-strings.xml 26 This sample works as a simple alarm clock. On > Android N devices, the scheduled alarms
strings.xml 19 <string name="alarm_saved">Alarm scheduled at %1$2d:%2$02d</string>
  /developers/samples/android/security/DirectBoot/Application/src/main/res/values/
strings.xml 19 <string name="alarm_saved">Alarm scheduled at %1$2d:%2$02d</string>
  /development/samples/browseable/DirectBoot/res/values/
base-strings.xml 26 This sample works as a simple alarm clock. On > Android N devices, the scheduled alarms
strings.xml 19 <string name="alarm_saved">Alarm scheduled at %1$2d:%2$02d</string>
  /external/autotest/client/site_tests/video_GlitchDetection/
control.chameleon.h264.480p.collectgoldenimages 22 should be scheduled to run on a desired dut via autotest.
control.chameleon.h264.720p.collectgoldenimages 22 should be scheduled to run on a desired dut via autotest.
control.chameleon.vp8.480p.collectgoldenimages 22 should be scheduled to run on a desired dut via autotest.
control.chameleon.vp8.720p.collectgoldenimages 22 should be scheduled to run on a desired dut via autotest.
  /external/autotest/frontend/client/src/autotest/afe/
RecurringTable.java 11 * A table to display scheduled runs.
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 118 # scheduled 75% of the time (hence thread_duration = 100ms*75% = 75ms).
133 # Overlapped range on the left of event, and slice is scheduled 50% of the
140 # Overlapped range in the middle of event, and slice is scheduled 20% of the
147 # Overlapped range on the left of event, and slice is scheduled 100% of the

Completed in 1341 milliseconds

12 3 4 5 6 7 8 91011>>