HomeSort by relevance Sort by last modified time
    Searched refs:architecture (Results 51 - 75 of 469) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltrace/testsuite/ltrace.minor/
print-instruction-pointer.exp 21 if [regexp {ELF from incompatible architecture} $exec_output] {
trace-clone.exp 19 if [regexp {ELF from incompatible architecture} $exec_output] {
  /external/ltrace/testsuite/ltrace.torture/
ia64-sigill.exp 19 if [regexp {ELF from incompatible architecture} $exec_output] {
signals.exp 22 if [regexp {ELF from incompatible architecture} $exec_output] {
vfork-thread.exp 21 if [regexp {ELF from incompatible architecture} $exec_output] {
  /frameworks/compile/libbcc/
libbcc-targets.mk 45 $(error Unsupported architecture $(TARGET_ARCH))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mrs-msr-arm-v6.d 2 #name: MRS/MSR test, architecture v6, ARM mode
mrs-msr-arm-v7-a.d 2 #name: MRS/MSR test, architecture v7-A, ARM mode
mrs-msr-thumb-v6t2.d 2 #name: MRS/MSR test, architecture v6t2, Thumb mode
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
mcf-mov3q.d 2 #objdump: -d --architecture=m68k:5407
pmove.d 2 #objdump: --architecture=m68k:68030 -d
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
sh4a-fp.d 5 architecture: sh4a, flags 0x00000010:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-app.d 3 architecture: arm.*, flags 0x00000112:
tls-gdesc-got.d 3 architecture: arm.*, flags 0x00000150:
tls-gdlerelax.d 3 architecture: arm.*, flags 0x[0-9a-f]+:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
undef-3m.d 7 architecture: mmix, flags 0x0+10:
  /art/tools/dexfuzz/src/dexfuzz/executors/
Device.java 234 private String getCacheLocation(Architecture architecture) {
237 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/";
239 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/";
249 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) {
250 String command = "rm -f " + getCacheLocation(architecture)
  /cts/tools/utils/
VogarUtils.java 99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) {
100 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
116 * {@code architecture}, {@code className} and {@code testName}.
118 public static Set<String> extractSupportedAbis(String architecture,
124 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
127 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation));
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
cfmfile.py 24 def mergecfmfiles(srclist, dst, architecture = 'fat'):
27 If architecture is given, only code fragments of that type will be used:
30 If architecture is None, all fragments will be used, enabling FAT binaries.
45 if frag.architecture == 'pwpc' and architecture == 'm68k':
47 if frag.architecture == 'm68k' and architecture == 'pwpc':
112 self.architecture = data[:4]
128 data = self.architecture
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 24 def mergecfmfiles(srclist, dst, architecture = 'fat'):
27 If architecture is given, only code fragments of that type will be used:
30 If architecture is None, all fragments will be used, enabling FAT binaries.
45 if frag.architecture == 'pwpc' and architecture == 'm68k':
47 if frag.architecture == 'm68k' and architecture == 'pwpc':
112 self.architecture = data[:4]
128 data = self.architecture
  /external/strace/debian/
rules 22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
81 # Build architecture-independent files here.
85 # Build architecture-dependent files here.
  /external/webrtc/webrtc/base/
systeminfo_unittest.cc 41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
predicate-bad-2.l 2 [^:]*:5: Error: predication on A0 not supported on this architecture
9 [^:]*:11: Error: predication on A0 not supported on this architecture
40 [^:]*:44: Error: predication on A0 not supported on this architecture
47 [^:]*:50: Error: predication on A0 not supported on this architecture
54 [^:]*:57: Error: predication on A0 not supported on this architecture
61 [^:]*:63: Error: predication on A0 not supported on this architecture
80 [^:]*:83: Error: predication on A0 not supported on this architecture
87 [^:]*:89: Error: predication on A0 not supported on this architecture
  /bionic/libc/arch-mips64/
mips64.mk 11 # Inherently architecture-specific code.

Completed in 387 milliseconds

1 23 4 5 6 7 8 91011>>