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

<<11121314151617181920>>

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.td 48 // must not be scheduled below other instructions.
  /external/llvm/test/CodeGen/ARM/
misched-copy-arm.ll 5 ; There is also a MUL here, but we don't care where it is scheduled.
  /external/llvm/test/CodeGen/Thumb2/
2010-03-15-AsmCCClobber.ll 16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
  /external/llvm/test/CodeGen/X86/
2009-10-19-atomic-cmp-eflags.ll 3 ; check that cmp is not scheduled before the add
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
2012-06-15-lsr-noaddrmode.ll 9 ; need to be scheduled to expose coalescing.
  /external/skia/include/gpu/
GrGpuResourceRef.h 62 /** Called by owning GrProgramElement when the program element is first scheduled for
  /external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
TriggerRepository.java 41 * A repository maintaining all currently scheduled triggers. This includes, for example, alarms or
  /external/svox/pico/lib/
picoctrl.c 208 /*update last scheduled PU*/
795 * returns the last scheduled PU
797 * @return a value >= 0 : last scheduled PU index
815 * returns the last item type produced by the last scheduled PU
  /external/testng/src/main/java/org/testng/
ITestNGMethod.java 251 * The scheduling priority. Lower priorities get scheduled first.
  /external/testng/src/main/java/org/testng/annotations/
Test.java 179 * The scheduling priority. Lower priorities will be scheduled first.
  /external/v8/src/
cancelable-task.h 86 // |kWaiting|: The task is scheduled and waiting to be executed. {TryRun} will
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 141 int event_send_all_queued; /* if we are scheduled to send events soon
  /frameworks/base/core/java/android/content/
PeriodicSync.java 36 /** How frequently the sync should be scheduled, in seconds. Kept around for API purposes. */
  /frameworks/base/core/java/com/android/internal/midi/
EventScheduler.java 182 * Check to see if any scheduled events are ready to be processed.
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
WakeupMessageTest.java 137 * This ensures that if cancel is called on the handler thread, any previously-scheduled message
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 122 <p>That means you should batch your transfers by queuing delay tolerant transfers, and preempting scheduled updates and prefetches, so that they are all executed when time-sensitive transfers are required. Similarly, your scheduled updates and regular prefetching should initiate the execution of your pending transfer queue.</p>
130 <p>Any time-sensitive or on-demand transfer&mdash;such as downloading a full-sized image&mdash;should preempt regularly scheduled updates. The planned update should be executed at the same time as the on-demand transfer, with the next update scheduled to occur after the set interval. This approach mitigates the cost of performing a regular update by piggy-backing on the necessary time-sensitive photo download.</p>
  /frameworks/base/docs/html/training/sync-adapters/
index.jd 80 all run at the same time. Your data transfer is also scheduled in conjunction with data
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoService.java 123 .setContentTitle(String.format("Job scheduled in %d min", (interval / MINUTES)))
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 189 // Prevent user from using the PIN/Password entry until scheduled deadline.
  /frameworks/base/services/core/java/com/android/server/job/controllers/
AppIdleController.java 34 * out of idle state, it will be allowed to run scheduled jobs.
JobStatus.java 224 * Create a newly scheduled job.
225 * @param callingUid Uid of the package that scheduled this job.
226 * @param sourcePackageName Package name on whose behalf this job is scheduled. Null indicates
228 * @param sourceUserId User id for whom this job is scheduled. -1 indicates this is same as the
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 168 return String.format("Scheduled for %s, %s in the future (%s), now=%s",
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
OutputPort.java 102 * When set to true, the Filter will not be scheduled for processing unless there is no Frame
  /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
MainActivity.java 93 /** Service object to interact scheduled jobs. */
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 49 /* Periodic timer for ensuring future tests get scheduled */

Completed in 1736 milliseconds

<<11121314151617181920>>