HomeSort by relevance Sort by last modified time
    Searched refs:target_cpu (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/scons/
dxsdk.py 50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
  /external/mesa3d/scons/
dxsdk.py 50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
wakeup-latency.pl 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
57 $last_wakeup{$target_cpu}{ts} = nsecs($common_secs, $common_nsecs);
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 37 std::string target_cpu; local
40 target_triple, target_cpu, target_attr);
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sched-migration.py 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
431 target_cpu):
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
439 target_cpu):
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
  /art/compiler/llvm/
llvm_compilation_unit.cc 200 std::string target_cpu; local
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, local
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 206 static cpu_set_t bind_to_cpu(int target_cpu)
216 if (target_cpu == -1) {
222 BUG_ON(target_cpu < 0 || target_cpu >= g->p.nr_cpus);
223 CPU_SET(target_cpu, &mask);
1129 int target_cpu; local
1141 target_cpu = g->p.nr_cpus-1;
1143 target_cpu = 0;
1145 orig_mask = bind_to_cpu(target_cpu);
1149 printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu);
    [all...]
  /art/compiler/
elf_writer_mclinker.cc 103 std::string target_cpu; local
107 &target_cpu,
  /art/compiler/driver/
compiler_driver.cc     [all...]
compiler_driver.h 402 std::string* target_cpu,
    [all...]
  /external/libvorbis/
configure 813 target_cpu
    [all...]
  /external/libpcap/
configure 676 target_cpu
    [all...]
  /external/llvm/
configure 670 target_cpu
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 698 target_cpu
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 643 milliseconds