/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
crtend_android.o | |
/external/compiler-rt/make/ |
lib_info.mk | 10 # ArchFunctions.<arch> - The list of functions commonly available for 11 # 'arch'. This does not include any config specific 36 # Compute common arch functions. 39 $(foreach arch,$($(key).OnlyArchs),\ 40 $(call Append,ArchFunctions.$(arch),$(sort \ 43 # Compute arch only functions. 44 $(foreach arch,$(AvailableArchs),\ 45 $(call Set,ArchFunctions.$(arch),$(sort $(ArchFunctions.$(arch))))\ 46 $(call Set,ArchOnlyFunctions.$(arch),\ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/ |
Makefile.inc | 1 EXTRA_DIST += modules/arch/Makefile.inc 7 include modules/arch/Makefile.inc
|
/external/clang/test/PCH/ |
cocoa.m | 1 // RUN: %clang -arch x86_64 -x objective-c-header %s -o %t.h.pch 3 // RUN: %clang -arch x86_64 -fsyntax-only %t.empty.m -include %t.h -Xclang -ast-dump 2>&1 > /dev/null
|
/external/compiler-rt/make/platform/ |
multi_arch.mk | 5 Arch := i386 6 Arch.m64 := x86_64
|
/external/kernel-headers/original/asm-x86/ |
hardirq_32.h | 10 unsigned int __nmi_count; /* arch dependent */ 11 unsigned int apic_timer_irqs; /* arch dependent */
|
/external/clang/test/Driver/ |
darwin-xarch.c | 2 // RUN: -arch i386 -Xarch_i386 -mmacosx-version-min=10.4 \ 3 // RUN: -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 \ 11 // RUN: -arch i386 -Xarch_i386 -Wl,-some-linker-arg -filelist X 2> %t 14 // CHECK-LINK: ld{{.*}} "-arch" "i386"{{.*}} "-some-linker-arg" 17 // RUN: -arch armv7 -Xarch_armv7 -Wl,-some-linker-arg -filelist X 2> %t 20 // CHECK-ARMV7-LINK: ld{{.*}} "-arch" "armv7"{{.*}} "-some-linker-arg"
|
arm-cortex-cpus.c | 1 // RUN: %clang -target armv6m-apple-darwin -arch armv6m -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V6M %s 4 // RUN: %clang -target armv7m-apple-darwin -arch armv7m -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V7M %s 7 // RUN: %clang -target armv7em-apple-darwin -arch armv7em -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V7EM %s
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/ |
builds-eclipse-3.3.xml | 24 <release arch="x86" os="win32" type="SDK" ws="win">eclipse-SDK-I20060922-0010-win32.zip</release> 25 <release arch="x86" os="linux" type="SDK" ws="gtk">eclipse-SDK-I20060922-0010-linux-gtk.tar.gz</release> 29 <result arch="x86" os="win32" ws="win">UNKNOWN</result> 30 <result arch="x86" os="linux" ws="gtk">UNKNOWN</result> 31 <result arch="x86_64" os="linux" ws="gtk">UNKNOWN</result> 32 <result arch="ppc" os="linux" ws="gtk">UNKNOWN</result> 33 <result arch="x86" os="linux" ws="motif">UNKNOWN</result> 34 <result arch="x86" os="solaris8" ws="gtk">UNKNOWN</result> 35 <result arch="x86" os="aix" ws="motif">UNKNOWN</result> 36 <result arch="x86" os="hp-ux" ws="motif">UNKNOWN</result [all...] |
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 15 sysincludes -- dict with arch as key 16 sysincludes[arch] -- dict with includes root as key 17 sysincludes[arch][root] -- dict with header name as key 18 sysincludes[arch][root][header] -- list [last_platform, ..., first_platform] 26 for arch in self.archs: 27 self.sysincludes[arch] = {} 70 for arch in [a for a in self.archs if a != 'common']: 71 arch_root = os.path.join(root, arch) 72 includes[arch] = self.scan_includes(arch_root) 86 def append_sysincludes(self, arch, root, headers, platform) [all...] |
/external/oprofile/m4/ |
configmodule.m4 | 42 arch="unknown" 47 test "$x86" = 1 && arch="x86" 49 if test "$arch" = "unknown"; then 53 test "$ia64" = 1 && arch="ia64" 56 test "$arch" = "unknown" && AC_MSG_ERROR(Unsupported architecture) 58 dnl check to see if kernel verion appropriate for arch 59 AC_MSG_CHECKING(arch/kernel version combination) 60 case "$arch" in 63 AC_MSG_ERROR([unsupported arch/kernel])) ;; 77 OPROFILE_MODULE_ARCH=$arch [all...] |
/ndk/build/tools/ |
dev-platform-expand.sh | 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 67 register_var_option "--arch=<name>" ARCHS "List of target architectures" 127 # We support both --arch and --abi for backwards compatibility reasons 128 # --arch is the new hotness, --abi is deprecated. 135 echo "WARNING: --abi=<names> is deprecated. Use --arch=<names> instead!" 138 echo "ERROR: You can't use both --abi and --arch with different values! [all...] |
gen-platforms.sh | 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include 29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include 30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib 34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib 101 --arch=*) 143 echo " --arch=<list> List of CPU architectures [$ARCHS]" 192 # We support both --arch and --abi for backwards compatibility reason [all...] |
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/ |
pnacl_component_crx_gen.py | 27 # Target arch and build arch junk to convert between all the 30 # The version of the arch used by NaCl manifest files. 32 # We also used this to identify the arch-specific different versions of 35 def CanonicalArch(arch): 36 if arch in ('x86_64', 'x86-64', 'x64', 'amd64'): 39 if arch in ('arm', 'armv7'): 41 if re.match('^i.86$', arch) or arch in ('x86_32', 'x86-32', 'ia32', 'x86'): 46 arch = platform.machine( [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
runtests | 15 arch=
27 usage="usage: $0 -os <osType> -ws <windowingSystemType> -arch <architecture> [-noclean] [<test target>][-properties <path>]"
37 -arch) arch="$2"; shift;;
46 # for *nix systems, os, ws and arch values must be specified
59 if [ "x$arch" = "x" ]
68 # verify os, ws and arch values passed in are valid before running tests
69 if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "ai (…) [all...] |
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 227 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local 252 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex ); 253 regs->esp = arch->vex.guest_ESP; 254 regs->eip = arch->vex.guest_EIP; 256 regs->ebx = arch->vex.guest_EBX; 257 regs->ecx = arch->vex.guest_ECX; 258 regs->edx = arch->vex.guest_EDX; 259 regs->esi = arch->vex.guest_ESI; 260 regs->edi = arch->vex.guest_EDI 384 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local 471 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local [all...] |
/external/valgrind/main/tests/ |
arch_test.c | 13 // - 0 if the machine matches the asked-for arch 14 // - 1 if it doesn't match but does match the name of another arch 15 // - 2 if it doesn't match the name of any arch 35 static Bool go(char* arch) 38 if ( 0 == strcmp( arch, "x86" ) ) return True; 41 if ( 0 == strcmp( arch, "x86" ) ) return True; 42 if ( 0 == strcmp( arch, "amd64" ) ) return True; 45 if ( 0 == strcmp( arch, "ppc32" ) ) return True; 48 if ( 0 == strcmp( arch, "ppc64" ) ) return True; 49 if ( 0 == strcmp( arch, "ppc32" ) ) return True [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl_interp_loader_mono.sh | 10 arch=x86_32 14 arch=x86_64 18 arch=arm 31 SEL_LDR="$NACL_SDK_ROOT/toolchain/linux_x86/bin/sel_ldr_${arch}" 32 IRT="$NACL_SDK_ROOT/toolchain/linux_x86/runtime/irt_core_${arch}.nexe" 37 SEL_LDR="$NACL_SDK_ROOT/tools/sel_ldr_${arch}" 38 IRT="$NACL_SDK_ROOT/tools/irt_core_${arch}.nexe"
|
/external/chromium_org/base/ |
sys_info_posix.cc | 83 std::string arch(info.machine); 84 if (arch == "i386" || arch == "i486" || arch == "i586" || arch == "i686") { 85 arch = "x86"; 86 } else if (arch == "amd64") { 87 arch = "x86_64"; 89 return arch;
|
/external/compiler-rt/lib/asan/ |
CMakeLists.txt | 55 ARCH ${ASAN_SUPPORTED_ARCH} 81 foreach(arch ${ASAN_SUPPORTED_ARCH}) 82 add_compiler_rt_static_runtime(clang_rt.asan-${arch} ${arch} 84 $<TARGET_OBJECTS:RTInterception.${arch}> 85 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}> 86 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}> 87 $<TARGET_OBJECTS:RTLSanCommon.${arch}> 91 list(APPEND ASAN_RUNTIME_LIBRARIES clang_rt.asan-${arch})
|
/external/compiler-rt/lib/sanitizer_common/ |
CMakeLists.txt | 72 ARCH ${SANITIZER_COMMON_SUPPORTED_ARCH} 84 foreach(arch ${SANITIZER_COMMON_SUPPORTED_ARCH}) 85 add_compiler_rt_object_library(RTSanitizerCommon ${arch} 87 add_compiler_rt_object_library(RTSanitizerCommonLibc ${arch} 89 add_compiler_rt_static_runtime(clang_rt.san-${arch} ${arch} 90 SOURCES $<TARGET_OBJECTS:RTSanitizerCommon.${arch}> 91 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}> 93 list(APPEND SANITIZER_RUNTIME_LIBRARIES RTSanitizerCommon.${arch})
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
README.txt | 12 overview-arch.graffle 14 An OmniGraffle file used to create the arch-* figures in overview.html. 15 Turn different layers on and off to get the figures. E.g., arch-1.gif 20 overview-arch.svg 22 SVG version of overview-arch.graffle, since OmniGraffle is Mac-only. Hope
|
/external/compiler-rt/lib/msan/tests/ |
CMakeLists.txt | 74 macro(msan_compile obj_list source arch) 76 set(output_obj "${basename}.${arch}.o") 77 get_target_flags_for_arch(${arch} TARGET_CFLAGS) 84 macro(msan_link_shared so_list so_name arch) 86 set(output_so "${CMAKE_CURRENT_BINARY_DIR}/${so_name}.${arch}.so") 87 get_target_flags_for_arch(${arch} TARGET_LINKFLAGS) 97 macro(add_msan_test test_suite test_name arch) 98 get_target_flags_for_arch(${arch} TARGET_LINK_FLAGS) 113 macro(add_msan_tests_for_arch arch) 116 msan_compile(MSAN_INST_GTEST ${COMPILER_RT_GTEST_SOURCE} ${arch} [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/ |
run.bat | 15 call %_python_% modules\arch\x86\gen_x86_insn.py
21 %1 modules\arch\x86\x86cpu.gperf x86cpu.c
22 %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c
|
/external/valgrind/main/none/tests/ |
allexec_prepare_prereq | 4 # On 'single arch' compiled Valgrind, allexec32 and allexec64 will point 6 # On 'bi-arch', they will point respectively to the executable compiled 7 # for the revelant arch.
|