/external/llvm/test/CodeGen/X86/ |
peep-test-3.ll | 1 ; RUN: llc < %s -mcpu=generic -march=x86 -post-RA-scheduler=false | FileCheck %s
|
widen_arith-3.ll | 1 ; RUN: llc < %s -mcpu=generic -march=x86 -mattr=+sse42 -post-RA-scheduler=true | FileCheck %s
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowApplication.java | 23 import com.xtremelabs.robolectric.util.Scheduler; 83 private Scheduler backgroundScheduler = new Scheduler(); 119 public Scheduler getBackgroundScheduler() {
|
/external/valgrind/main/coregrind/m_scheduler/ |
priv_sema.h | 3 /*--- Private scheduler header. priv_sema.h ---*/
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-main.h | 39 /* Longjmp to scheduler after client calls workq_ops(WQOPS_THREAD_RETURN)*/
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 44 v.info scheduler : show valgrind thread state and stacktrace
|
/external/valgrind/main/include/ |
pub_tool_threadstate.h | 36 scheduler algorithms is surely O(N) in the number of threads, since
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
BroadcastInterceptingContext.java | 106 String broadcastPermission, Handler scheduler) {
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarReceiver.java | 32 * scheduler for the Calendar provider. This needs to be done after
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry.cc | 69 DriveAppRegistry::DriveAppRegistry(JobScheduler* scheduler) 70 : scheduler_(scheduler),
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_file_operation.cc | 138 JobScheduler* scheduler, 143 scheduler_(scheduler),
|
copy_operation.cc | 162 JobScheduler* scheduler, 168 scheduler_(scheduler), 174 scheduler,
|
/external/chromium_org/third_party/cacheinvalidation/ |
cacheinvalidation.gyp | 140 'src/google/cacheinvalidation/test/deterministic-scheduler.cc', 141 'src/google/cacheinvalidation/test/deterministic-scheduler.h',
|
/external/kernel-headers/original/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/ |
ScoreboardHazardRecognizer.cpp | 1 //===----- ScoreboardHazardRecognizer.cpp - Scheduler Support -------------===// 185 assert(MCID && "The scheduler must filter non-machineinstrs");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 40 // This allows latency based scheduler to notice high latency instructions 42 // balancing scheduler heursitics than with the actual machine latency. 58 // Clear the scheduler's SUnit DAG. 62 // Invoke the target's selection of scheduler. 424 // Check to see if the scheduler cares about latencies. 474 // FIXME: See ScheduleDAGSDNodes::EmitCopyFromReg. For now, scheduler 596 // Check to see if the scheduler cares about latencies. 621 // 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.
|
/frameworks/base/docs/html/tools/help/ |
systrace.jd | 9 tool combines data from the Android kernel such as the CPU scheduler, disk activity and 104 <td>Prevent tracing of the CPU scheduler. This option allows for longer trace times by reducing
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/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/valgrind/main/coregrind/m_gdbserver/ |
README_DEVELOPERS | 50 function of translate.c and an "if" in the valgrind scheduler. 52 is minimal (from time to time, the valgrind scheduler checks a counter 53 in memory). Option --vgdb-poll=yyyyy controls how often the scheduler 156 vgdb relays characters from gdb to valgrind. The scheduler will from 163 the valgrind scheduler (as no activity takes place). By default, vgdb 367 go back to scheduler.
|
m_gdbserver.c | 109 control to the scheduler (using VG_MINIMAL_LONGJMP) 585 to let vgdb/gdb contact us either via the scheduler poll 717 the scheduler to execute the block of the new PC. 731 /* resume scheduler */ 749 or by scheduler "poll/debug/interrupt" reason 777 scheduler cannot poll the shared memory for gdbserver activity. In 821 scheduler to invoke the gdbserver. To decide that, it is 826 gdbserver. Otherwise, we let the valgrind scheduler invoke 840 we invoke gdbserver. Otherwise, we tell the scheduler to wake up [all...] |
/external/chromium_org/cc/trees/ |
thread_proxy.cc | 20 #include "cc/scheduler/delay_based_time_source.h" 21 #include "cc/scheduler/frame_rate_controller.h" 22 #include "cc/scheduler/scheduler.h" 922 // coordinated by the Scheduler. [all...] |
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_service.cc | 270 // Note that the act of instantiating the scheduler will start the fetch, if 271 // the scheduler deems appropriate. Using Unretained is fine here since the 463 // This service must have created a scheduler in order for this to be called.
|