/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/chromium-trace/trace-viewer/test_data/ |
android_systrace.html | [all...] |
/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/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer_test.js | 36 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 43 assertEquals('comm=debugd pid=4978 prio=120 success=1 target_cpu=000', x.details); // @suppress longLineCheck 49 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 57 assertEquals('comm=debugd pid=4978 prio=120 success=1 target_cpu=000', x.details); // @suppress longLineCheck 60 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 65 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 180 'comm=debugd pid=4978 prio=120 success=1 target_cpu=000', 189 'comm=debugd pid=4978 prio=120 success=1 target_cpu=000', 214 ' kworker/0:0-13696 [000] 50260.647590: sched_wakeup: comm=mmcqd/0 pid=95 prio=120 success=1 target_cpu=000\\n\\', // @suppress longLineCheck 215 ' kworker/0:0-13696 [000] 50260.647602: sched_wakeup: comm=adbd pid=14582 prio=120 success=1 target_cpu=000\\n\\', // @suppress longLineChec [all...] |
/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);
|
/external/stressapptest/ |
configure.ac | 19 case x"$target_cpu" in 37 AC_MSG_ERROR([$target_cpu is not supported! Try x86_64, i686, powerpc, or armv7a])
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
sched_parser_test.js | 45 'comm=SensorService pid=207 prio=112 success=1 target_cpu=000'); 58 'ndroid.launcher-584 [001] d..4 12622.506936: sched_wakeup: comm=Binder_1 pid=217 prio=120 success=1 target_cpu=001', // @suppress longLineCheck 98 'ndroid.launcher-584 [001] d..4 12622.506936: sched_wakeup: comm=Binder_1 pid=217 prio=120 success=1 target_cpu=001', // @suppress longLineCheck 130 'comm=Binder_1 pid=217 prio=120 success=1 target_cpu=001',
|
sched_parser.js | 39 /comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;
|
/external/libpng/scripts/ |
makefile.bor | 26 #TARGET_CPU=3 28 !ifndef TARGET_CPU 29 TARGET_CPU=2 55 CFLAGS=-O2 -Z -X- -w -$(TARGET_CPU) $(MODEL_ARG) $(CDEBUG)
|
makefile.bc32 | 20 !ifndef TARGET_CPU 21 #TARGET_CPU=-6 47 CFLAGS=-O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
evsel-tp-sched.c | 80 if (perf_evsel__test_field(evsel, "target_cpu", 4, true))
|
/external/srec/srec/cfront/ |
himul32.h | 74 #if TARGET_CPU == CPU_I86 95 #else /* TARGET_CPU != CPU_I86 */ 115 #endif /* TARGET_CPU == CPU_I86 */
|
/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)
|
/external/protobuf/m4/ |
acx_check_suncc.m4 | 66 AS_IF([test "$target_cpu" = "sparc" -a "x$SUNCC" = "xyes" ],[
|
/external/srec/srec/include/ |
vcc_helper.h | 76 //TARGET_CPU
|
/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...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-script-perl.txt | 71 field:int target_cpu; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/art/compiler/ |
elf_writer_mclinker.cc | 103 std::string target_cpu; local 107 &target_cpu,
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
Makefile | 491 # TARGET_CPU is an environment variable set by Visual Studio Command Prompt 494 rc /dPTW32_ARCH$(TARGET_CPU) /dPTW32_RC_MSC /d$(CLEANUP) $<
|
/external/libvorbis/doc/vorbisenc/ |
Makefile.in | 192 target_cpu = @target_cpu@
|
/external/libvorbis/doc/vorbisfile/ |
Makefile.in | 192 target_cpu = @target_cpu@
|
/external/libvorbis/include/vorbis/ |
Makefile.in | 195 target_cpu = @target_cpu@
|
/external/libvorbis/lib/books/coupled/ |
Makefile.in | 182 target_cpu = @target_cpu@
|