HomeSort by relevance Sort by last modified time
    Searched full:scheduler (Results 401 - 425 of 834) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
input_latency_async_slice.html 334 if (slice.title === 'Scheduler::ScheduleBeginImplFrameDeadline') {
505 var COMPOSITOR_ON_BIFD = 'Scheduler::OnBeginImplFrameDeadline';
  /external/iproute2/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
  /external/kernel-headers/original/uapi/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
  /external/llvm/lib/CodeGen/
README.txt 174 The scheduler should be able to sort nearby instructions by their address. For
182 Each of the stores is independent, and the scheduler is currently making an
  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 1 //===-- R600MachineScheduler.cpp - R600 Scheduler Interface -*- C++ -*-----===//
11 /// \brief R600 Machine Scheduler interface
SILoadStoreOptimizer.cpp 20 // - This currently relies on the scheduler to place loads and stores next to
380 // the same base register. We rely on the scheduler to do the hard work of
  /external/llvm/test/CodeGen/AMDGPU/
store.ll 36 ; XXX: An optimal scheduler should merge this into one of the prevous IGs.
69 ; XXX: An optimal scheduler should merge this into one of the prevous IGs.
  /external/llvm/test/CodeGen/X86/
misched-matrix.ll 11 ; Verify that the MI scheduler minimizes register pressure for a
15 ; been reordered with the stores. This tests the scheduler's cheap
  /external/wpa_supplicant_8/wpa_supplicant/
README-Windows.txt 151 description: Atheros Wireless Network Adapter (Microsoft's Packet Scheduler)
154 description: Intel 8255x-based Integrated Fast Ethernet (Microsoft's Packet Scheduler)
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ContentObserverController.java 271 // This constructor must be called with the master job scheduler lock held.
327 // Let the scheduler know that state has changed. This may or may not result in an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 96 * block layer and IO scheduler. Terminology:
108 * on, we want to notify the block layer and IO scheduler so that they
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 119 * block layer and IO scheduler. Terminology:
131 * on, we want to notify the block layer and IO scheduler so that they
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.h 426 optional scheduler doesn't need its own resource reservation system.
437 Of course the optional scheduler has its own reservation table
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
IdleConstraintTestActivity.java 46 * scheduler into idle. It's not a protected broadcast so that's alright.
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 251 * as the result of another phi, and the phi removal move scheduler may
  /external/autotest/cli/
site_host.py 77 # being picked up by the scheduler before it's ACL'ed.
  /external/autotest/frontend/afe/
site_rpc_interface.py 168 @param suite_min_duts: Integer. Scheduler will prioritize getting the
214 [_CONFIG.get_config_value('SCHEDULER',
525 lost. The master scheduler will pick up the jobs and execute them.
560 @param role: Name of the server role, e.g., drone, scheduler. Default to
  /external/autotest/scheduler/
rdb_requests.py 18 from autotest_lib.scheduler import rdb_utils
  /external/autotest/scheduler/shard/
shard_client_unittest.py 17 from autotest_lib.scheduler.shard import shard_client
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 177 // that we aren't put at the mercy (and variance) of the thread scheduler.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 252 * as the result of another phi, and the phi removal move scheduler may
  /external/iproute2/man/man8/
tc-prio.8 22 dequeued in numerical descending order of priority. PRIO is a scheduler
tc-stab.8 39 Size tables allow manipulation of packet sizes, as seen by the whole scheduler
  /external/libchrome/base/threading/
platform_thread_mac.mm 116 // means the scheduler would give half the time to the thread.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 1 //===----- ScheduleDAGRRList.cpp - Reg pressure reduction list scheduler --===//
40 STATISTIC(NumBacktracks, "Number of times scheduler backtracked");
96 cl::desc("Disable scheduler's two-address hack"));
109 /// ScheduleDAGRRList - The actual register reduction list scheduler
114 /// NeedLatency - True if the scheduler will make use of latency information.
130 /// CurCycle - The current scheduler state corresponds to this cycle.
264 /// need actual latency information but the hybrid scheduler does.
599 /// Move the scheduler state forward by the specified number of Cycles.
620 /// Move the scheduler state forward until the specified node's dependents are
771 // Conditions under which the scheduler should eagerly advance the cycle
    [all...]

Completed in 1524 milliseconds

<<11121314151617181920>>