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

1 23 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamByteArrayLoader.java 26 * and the empty constructor instead. Scheduled to be removed in Glide 4.0.
  /external/libbrillo/brillo/message_loops/
base_message_loop.h 67 // scheduled with Post*Task() of id |task_id|, even if it was canceled.
70 // Called from the message loop when the IOTask should run the scheduled
109 // available, scheduled to run from OnFileReady().
177 // since we can't cancel the callbacks we have scheduled there once this
glib_message_loop.cc 25 << " leaked on GlibMessageLoop, scheduled from this location.";
132 << "Removing task_id " << task_id << " scheduled from this location.";
165 << " scheduled from this location.";
179 << " for watching a file descriptor, scheduled from this location.";
base_message_loop.cc 52 << " leaked on BaseMessageLoop, scheduled from this location.";
64 << " leaked on BaseMessageLoop, scheduled from this location.";
123 bool scheduled = it_bool.first->second.StartWatching(); local
129 << (scheduled ? " successfully" : " failed.");
131 if (!scheduled) {
176 << "Removing task_id " << task_id << " scheduled from this location.";
240 << " scheduled from this location.";
355 << " file descriptor " << fd_ << ", scheduled from this location.";
383 << " file descriptor " << fd_ << ", scheduled from this location.";
413 << "Removing task_id " << task_id_ << " scheduled from this location."
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TimerTest.java 35 Gdx.app.log("TimerTest","is task scheduled: "+String.valueOf(task.isScheduled()));
  /external/llvm/test/CodeGen/AArch64/
misched-fusion.ll 6 ; Make sure sub is scheduled in front of cbnz
  /external/llvm/test/CodeGen/AMDGPU/
lds-output-queue.ll 38 ; scheduled one after the other, but they do need to be scheduled in the same
59 ; SCHEDULED:
66 ; the global memory read will always be scheduled first. This will give us a
  /external/llvm/test/CodeGen/X86/
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.
  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 37 DRAW, // drawing commands are scheduled.
  /external/v8/src/compiler/
instruction-scheduler.h 47 // of 'node' (i.e. it must be scheduled before 'node').
50 // Check if all the predecessors of this instruction have been scheduled.
55 // Record that we have scheduled one of the predecessors of this node.
94 // node2 (i.e. node1 should be scheduled before node2).
  /frameworks/base/services/core/java/com/android/server/
UiThread.java 25 * additional should not have operations that can take more than a few ms scheduled
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer1_decisions.py 32 being scheduled.
36 being scheduled.
40 activity being scheduled.
77 Attempts to cancel a previously scheduled activity task. If
78 the activity task was scheduled but has not been assigned to a
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 20 * and {@link ExecutorService} {@code submit} methods are scheduled
78 * scheduled for execution
94 * scheduled for execution
135 * scheduled for execution
175 * scheduled for execution
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 77 "Adding scheduled recording of " + program + " instead of " + recordingsToOverride);
93 Log.i(TAG, "Adding scheduled recording of channel" + channel + " starting at " +
127 * Removes a scheduled recording or an existing recording.
153 * Returns priority ordered list of all scheduled recording that will not be recorded if
157 * scheduled to record with a Priority lower than the first Recording in the list returned.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 152 * Only active filters can be scheduled for execution. This method can only be called if the
164 * Only active filters can be scheduled for execution. This method can only be called if the
249 * begins. Note, that this is only called if the connected filter is scheduled. You may assume
261 * called if the filter is scheduled. You may assume that all ports are attached when this is
285 * once only just before the filter is scheduled for processing the first time.
386 * Check if the Filter is in a state so that it can be scheduled.
399 * Returns true if the filter can be currently scheduled.
402 * they can be scheduled or not. The scheduler calls this method to determine whether or not
403 * a filter can be scheduled for execution. It does not guarantee that it will be executed.
405 * scheduled based on its state, input and output ports
    [all...]
  /external/autotest/scheduler/
atomic_group_unittests.py 26 # Create a job scheduled to run on label6.
35 # Create a job scheduled to run on label5. This is an atomic group
45 # Create jobs scheduled to run on an atomic group.
58 # That means a job with a synch_count of 1 asking to be scheduled on
70 # be scheduled.
129 # Verify that it was scheduled on the 2 ready hosts in that group.
319 Metahosts can't get scheduled on hosts already scheduled for
324 # to get scheduled
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BackgroundScanSchedulerTest.java 475 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(0)));
476 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(1)));
508 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(0)));
509 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(1)));
541 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(0)));
542 assertEquals("scheduled bucket", 1, mScheduler.getScheduledBucket(requests.get(1)));
579 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(0)));
580 assertEquals("scheduled bucket", 1, mScheduler.getScheduledBucket(requests.get(1)));
581 assertEquals("scheduled bucket", 2, mScheduler.getScheduledBucket(requests.get(2)));
628 assertEquals("scheduled bucket", 0, mScheduler.getScheduledBucket(requests.get(0)))
    [all...]
  /external/libchrome/base/message_loop/
incoming_task_queue.h 95 // True if our message loop has already been scheduled and does not need to be
96 // scheduled again until an empty reload occurs.
  /external/libchrome/base/process/
internal_linux.h 57 VM_UTIME = 13, // Time scheduled in user mode in clock ticks.
58 VM_STIME = 14, // Time scheduled in kernel mode in clock ticks.
  /external/libweave/src/commands/
command_queue.h 69 // Removes old commands scheduled by RemoveLater() to be deleted after
76 // Perform removal of scheduled commands (by calling Cleanup()) and scheduling
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 57 /// run - Execute all of the passes scheduled for execution. Keep track of
77 /// run - Execute all of the passes scheduled for execution. Keep
  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 36 scheduled query packet, etc.) Note that the time returned is an absolute
66 time for the next scheduled event.
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerShellCommand.java 64 + " not permitted to force scheduled jobs");
145 pw.println(" Trigger immediate execution of a specific scheduled job.");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
fw_pvt.h 50 int32_t low_id; /* last scheduled low priority stream id */
51 int32_t high_id;/* last scheduled high priority stream id */
  /hardware/qcom/gps/msm8909/utils/
LocThread.h 36 // which gets scheduled by LocThread
43 // and be scheduled by LocThread

Completed in 1603 milliseconds

1 23 4 5 6 7 8 91011>>