/external/llvm/include/llvm/IR/ |
LegacyPassManagers.h | 429 // the required analysis pass is scheduled to run before the pass itself is 430 // scheduled to run. 453 /// run - Execute all of the passes scheduled for execution. Keep track of
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.h | 413 /// be scheduled togther. On some targets if two loads are loading from 414 /// addresses in the same cache line, it's better if they are scheduled 418 /// have already been scheduled after Load1.
|
/external/v8/benchmarks/ |
richards.js | 274 * The task is running and is currently scheduled. 364 * @param {int} v1 a seed value that controls how the device tasks are scheduled 365 * @param {int} count the number of times this task should be scheduled
|
/external/boringssl/src/crypto/modes/asm/ |
aesni-gcm-x86_64.pl | 17 # in the context parallelized AES-NI CTR and modulo-scheduled 116 vpxor $Z0,$Xi,$Xi # modulo-scheduled 127 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi] 374 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled 375 vpxor $Z0,$Xi,$Xi # modulo-scheduled
|
/external/v8/src/compiler/ |
scheduler.cc | 140 // schedulable. If all the uses of a node have been scheduled, then the node 141 // itself can be scheduled. 265 // single-exit region that makes up a minimal component to be scheduled. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
scan.c | 1150 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore new scan request for %d.%06d sec since an earlier request is scheduled to trigger sooner", 1161 * wpa_supplicant_delayed_sched_scan - Request a delayed scheduled scan 1185 * wpa_supplicant_req_sched_scan - Start a periodic scheduled scan [all...] |
/frameworks/base/services/core/java/com/android/server/job/ |
JobSchedulerService.java | 111 /** Enforce a per-app limit on scheduled jobs? */ 457 // Has this package scheduled any jobs, such that we will take action 542 * This cancels the job if it's already been scheduled, and replaces it with the one provided. [all...] |
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 107 // has been scheduled). 118 // that the def could theoretically have been scheduled at the end. 557 // scheduled past each other regardless.
|
/frameworks/base/core/jni/ |
android_view_ThreadedRenderer.cpp | 283 // scheduled finish time will be removed from the paused list. 335 // have passed scheduled finish time are removed from list when they are being pulsed 386 // Post a delayed onFinished event that is scheduled to be handled when the animator ends. [all...] |
/system/update_engine/ |
update_attempter_unittest.cc | 87 // Wrap the update scheduling method, allowing us to opt out of scheduled [all...] |
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConnectivityConstraintTest.java | 44 /** Unique identifier for the job scheduled by this suite of tests. */
|
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/ |
FullscreenActivity.java | 284 * previously scheduled calls.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 117 // Determines whether the next scheduled check time has passed.
|
/external/autotest/client/tests/kvm/deps/ |
whql_submission_15.cs | 171 // (this must be done because jobs cannot be scheduled for machines in the
|
/external/autotest/server/cros/dynamic_suite/ |
host_spec.py | 53 scheduled. An instance is capable of returning arguments that can specify
|
reporting_utils.py | 257 'scheduled by: %s on host: %s did not run' %
|
/external/autotest/server/hosts/ |
moblab_host.py | 243 logging.debug('DUTs scheduled for reverification: %s', hosts)
|
/external/boringssl/linux-arm/crypto/modes/ |
ghashv8-armx32.S | 112 @ as loop is modulo-scheduled
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-586.pl | 94 &movq ($Esse2,$E); # modulo-scheduled save e 105 &movq ($Asse2,$A); # modulo-scheduled save a 518 '&movq (&QWP(8*($i+4)%64,"esp"),$E)', # modulo-scheduled save e 528 '&movq (&QWP(8*$i%64,"esp"),$A)', # modulo-scheduled save a
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
document.py | 120 The document will not actually be scheduled for removal until :func:`commit` is called
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
document.py | 137 The document will not actually be scheduled for removal until
|
/external/compiler-rt/lib/asan/ |
asan_win.cc | 127 // query work scheduled by BindIoCompletionCallback, QueueUserWorkItem, etc.
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeasResp.txt | 32 * The file is scheduled to be compiled (rigorously) at a later
|
/external/llvm/include/llvm/MC/ |
MCSchedule.h | 137 // IssueWidth is the maximum number of instructions that may be scheduled in
|
/external/llvm/lib/Analysis/ |
RegionPass.cpp | 52 /// run - Execute all of the passes scheduled for execution. Keep track of
|