HomeSort by relevance Sort by last modified time
    Searched full:target_cpu (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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/libpng/scripts/
makefile.bor 26 #TARGET_CPU=3
28 !ifndef TARGET_CPU
29 TARGET_CPU=2
54 CFLAGS=-O2 -Z -X- -w -I$(ZLIB_DIR) -$(TARGET_CPU) $(MODEL_ARG) $(CDEBUG)
makefile.bc32 20 !ifndef TARGET_CPU
21 #TARGET_CPU=-6
46 CFLAGS=-I$(ZLIB_DIR) -O2 -d -k- -w $(TARGET_CPU) $(CDEBUG)
  /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/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/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/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 203 std::string target_cpu; local
205 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple, target_cpu, target_attr); local
222 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /external/linux-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 99 std::string target_cpu; local
103 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/libffi/include/
Makefile.in 175 target_cpu = @target_cpu@
  /external/libffi/man/
Makefile.in 166 target_cpu = @target_cpu@
  /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@

Completed in 804 milliseconds

1 2 3 4