Searched
full:scheduler (Results
276 -
300 of
834) sorted by null
<<11121314151617181920>>
/external/v8/test/cctest/compiler/ |
test-graph-visualizer.cc | 13 #include "src/compiler/scheduler.h"
|
/external/valgrind/coregrind/m_scheduler/ |
priv_sema.h | 3 /*--- Private scheduler header. priv_sema.h ---*/
|
/external/valgrind/coregrind/m_syswrap/ |
priv_syswrap-main.h | 42 /* Longjmp to scheduler after client calls workq_ops(WQOPS_THREAD_RETURN)*/
|
/frameworks/base/services/core/java/com/android/server/job/ |
JobSchedulerShellCommand.java | 140 pw.println("Job scheduler (jobscheduler) commands:");
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
BroadcastInterceptingContext.java | 107 String broadcastPermission, Handler scheduler) {
|
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha6/ |
tracker-25.2.0-alpha6.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha7/ |
tracker-25.2.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-beta1/ |
tracker-25.2.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-beta2/ |
tracker-25.2.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-beta3/ |
tracker-25.2.0-beta3.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/tracker/25.2.0-alpha7/ |
tracker-25.2.0-alpha7.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/tracker/25.2.0-beta1/ |
tracker-25.2.0-beta1.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/tracker/25.2.0-beta2/ |
tracker-25.2.0-beta2.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/tracker/25.2.0-beta3/ |
tracker-25.2.0-beta3.jar | |
/external/autotest/scheduler/ |
drone_manager.py | 13 from autotest_lib.scheduler import email_manager, drone_utility, drones 14 from autotest_lib.scheduler import drone_task_queue 15 from autotest_lib.scheduler import scheduler_config 16 from autotest_lib.scheduler import thread_lib 149 This class acts as an interface from the scheduler to drones, whether it be 555 Called at the end of a scheduler cycle to execute all queued actions 835 for this scheduler execution. [all...] |
scheduler_models.py | 3 """Database model classes for the scheduler. 5 Contains model classes abstracting the various DB tables used by the scheduler. 8 (particularly HostQueueEntry and Job) have considerable scheduler-specific logic 29 from autotest_lib.scheduler import drone_manager, email_manager 30 from autotest_lib.scheduler import rdb_lib 31 from autotest_lib.scheduler import scheduler_config 32 from autotest_lib.scheduler import scheduler_lib 639 # state. This means that if someone sigkills the scheduler between 642 # and the scheduler should never be killed mid-tick. [all...] |
/external/autotest/site_utils/ |
lxc_cleanup.py | 38 # This is to avoid a race condition that scheduler aborts a job and autoserv 152 # TODO(dshi): Consider to adopt the scheduler log model:
|
/external/libnl/include/linux/ |
pkt_sched.h | 4 /* Logical priority bands not depending on specific packet scheduler. 5 Every scheduler will map them to real traffic classes, if it has
|
/external/llvm/lib/CodeGen/ |
ScoreboardHazardRecognizer.cpp | 1 //===----- ScoreboardHazardRecognizer.cpp - Scheduler Support -------------===// 186 assert(MCID && "The scheduler must filter non-machineinstrs");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 40 // This allows the latency-based scheduler to notice high latency instructions 42 // balancing scheduler heuristics than with the actual machine latency. 58 // Clear the scheduler's SUnit DAG. 62 // Invoke the target's selection of scheduler. 422 // Check to see if the scheduler cares about latencies. 472 // FIXME: See ScheduleDAGSDNodes::EmitCopyFromReg. For now, scheduler 602 // Check to see if the scheduler cares about latencies. 627 // Check to see if the scheduler cares about latencies. [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.h | 1 //===-- HexagonMachineScheduler.h - Custom Hexagon MI scheduler. ----===// 10 // Custom Hexagon MI scheduler.
|
/external/v8/ |
Android.v8common.mk | 79 src/compiler/instruction-scheduler.cc \ 122 src/compiler/scheduler.cc \ 377 src/compiler/arm/instruction-scheduler-arm.cc \ 408 src/compiler/arm64/instruction-scheduler-arm64.cc \ 437 src/compiler/mips/instruction-scheduler-mips.cc \ 464 src/compiler/mips64/instruction-scheduler-mips64.cc \ 490 src/compiler/ia32/instruction-scheduler-ia32.cc \ 505 src/compiler/x64/instruction-scheduler-x64.cc \
|
/frameworks/base/docs/html/topic/performance/power/network/ |
action-user-traffic.jd | 80 "{@docRoot}training/performance/battery/network/action-app-traffic.html#choosing-scheduler">Schedulers</a> 110 where each time the attempt to connect fails, the scheduler doubles the delay before the next
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 6 /* Logical priority bands not depending on specific packet scheduler. 7 Every scheduler will map them to real traffic classes, if it has
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
params.def | 162 scheduler will track anti-dependencies through without resetting 172 haifa scheduler for modulo scheduling. */ 175 "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop", 350 "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop", 352 /* The minimum value of stage count that swing modulo scheduler will generate. */ 355 "The minimum value of stage count that swing modulo scheduler will generate.", 359 "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA", 363 "A threshold on the average loop count considered by the swing modulo scheduler", 625 "The minimum probability an edge must have for the scheduler to save its state across it.", 696 "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass" [all...] |
Completed in 515 milliseconds
<<11121314151617181920>>