/ndk/build/tools/ |
build-device-llvm.sh | 42 register_var_option "--arch=<arm,x86,mips>" OPTION_ARCH "Default: all" 141 for arch in $ARCHS; do 142 dump "Rebuild for architecture $arch" 146 LLVM_BUILD_OUT=$BUILD_OUT/llvm/$arch 150 toolchain_prefix=`get_default_toolchain_prefix_for_arch $arch` 151 toolchain_name=`get_default_toolchain_name_for_arch $arch` 156 if [ $arch = "arm" ]; then 163 --arch=$arch \ 166 --install-dir=$BUILD_OUT/ndk-standalone-$arch [all...] |
/bionic/libc/tools/ |
check-symbols.py | 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) variable 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch) 17 if library == 'libm' and arch == 'arm': 19 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables) 23 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch)) 53 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
|
/build/core/combo/arch/x86/ |
x86-atom.mk | 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant 5 # See build/core/combo/arch/x86/x86.mk for differences.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3barch.c | 41 yasm_arch_base *arch; local 55 arch = yasm_xmalloc(sizeof(yasm_arch_base)); 56 arch->module = &yasm_lc3b_LTX_arch; 57 return (yasm_arch *)arch; 61 lc3b_destroy(/*@only@*/ yasm_arch *arch) 63 yasm_xfree(arch); 67 lc3b_get_machine(/*@unused@*/ const yasm_arch *arch) 73 lc3b_get_address_size(/*@unused@*/ const yasm_arch *arch) 79 lc3b_set_var(yasm_arch *arch, const char *var, unsigned long val) 85 lc3b_get_fill(const yasm_arch *arch) [all...] |
/external/clang/test/Driver/ |
arc-exceptions.m | 1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log 4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
default-toolchain.c | 4 // RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t 7 // RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
|
darwin-as.c | 5 // CHECK-STATIC_AND_DYNAMIC-32: as{{(.exe)?}}" "-arch" "i386" "-force_cpusubtype_ALL" "-static" "-o" 11 // CHECK-STATIC-64: as{{(.exe)?}}" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o" 14 // RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t 17 // CHECK-ARMV6: as{{(.exe)?}}" "-arch" "armv6" "-o"
|
/external/compiler-rt/lib/asan/tests/ |
CMakeLists.txt | 100 macro(asan_compile obj_list source arch) 102 set(output_obj "${basename}.${arch}.o") 103 get_target_flags_for_arch(${arch} TARGET_CFLAGS) 114 macro(add_asan_test test_suite test_name arch) 115 get_target_flags_for_arch(${arch} TARGET_LINK_FLAGS) 141 macro(add_asan_tests_for_arch arch) 144 asan_compile(ASAN_INST_GTEST ${COMPILER_RT_GTEST_SOURCE} ${arch} 149 asan_compile(ASAN_INST_TEST_OBJECTS ${src} ${arch} 154 asan_compile(ASAN_INST_TEST_OBJECTS asan_mac_test.cc ${arch} 156 asan_compile(ASAN_INST_TEST_OBJECTS asan_mac_test_helpers.mm ${arch} [all...] |
/external/linux-tools-perf/ |
PERF-CFLAGS | 1 -fno-omit-frame-pointer -ggdb3 -std=gnu99 -O6 -D_FORTIFY_SOURCE=2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DANDROID -I/usr/local/google/master/bionic/libc/include -I/usr/local/google/master/bionic/libc/kernel/common -I/usr/local/google/master/bionic/libc/kernel/arch-arm -I/usr/local/google/master/bionic/libc/arch-arm/include -Iutil/include -Iarch/arm/include -DLIBELF_NO_MMAP -DNO_NEWT_SUPPORT -DNO_LIBPERL -DNO_LIBPYTHON -DNO_DEMANGLE -DNO_STRLCPY : /home/bccheng/bin:libexec/perf-core:share/perf-core/templates:/home/bccheng
|
/ndk/tests/ |
run-tests-all.sh | 21 # get arch 22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'` 23 case "$ARCH" in 34 echo "ERROR: Unsupported architecture: $ARCH" 132 # $3: Arch 139 local ARCH=$3 143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL} 148 # $3: Arch 156 local ARCH=$3 164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL) [all...] |
/external/chromium_org/tools/gn/secondary/build/config/win/ |
BUILD.gn | 25 command = "ninja -t msvc -e \$arch -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \$in /Fo\$out /Fd\$pdbname"
32 command = "ninja -t msvc -e \$arch -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \$in /Fo\$out /Fd\$pdbname"
39 # command = $python_path gyp-win-tool midl-wrapper \$arch \$outdir \$tlb \$h \$dlldata \$iid \$
44 # command = $python_path gyp-win-tool rc-wrapper \$arch rc.exe \$defines \$includes \$rcflags \$
49 # command = $python_path gyp-win-tool asm-wrapper \$arch ml.exe \$defines \$includes /c /Fo \$
54 command = "$python_path gyp-win-tool link-wrapper \$arch lib.exe /nologo /ignore:4221 /OUT:\$out @\$out.rsp"
60 # command = cmd /c $python_path gyp-win-tool link-wrapper \$arch link.exe /nologo \$implibflag \$
62 # manifest-wrapper \$arch cmd /c if exist \$dll.manifest del \$dll.manifest && \$
63 # $python_path gyp-win-tool manifest-wrapper \$arch mt.exe -nologo -manifest \$manifests \$
64 # -out:\$dll.manifest && $python_path gyp-win-tool manifest-to-rc \$arch \$dll.manifest \$ [all...] |
/external/compiler-rt/ |
Makefile | 47 @echo " <platform name>-<config name>-<arch name>:" 48 @echo " build the libraries for a single config and arch" 135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch)))) 167 # Per-Config-Arch Libraries 168 $(foreach arch,$(Tmp.ArchsToBuild),\ 169 $(call PerPlatformConfigArch_template,$(arch))) 173 $(call Set,Tmp.Arch,$(1) [all...] |
CMakeLists.txt | 56 function(get_target_flags_for_arch arch out_var) 57 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) 59 message(FATAL_ERROR "Unsupported architecture: ${arch}") 61 set(${out_var} ${TARGET_${arch}_CFLAGS} PARENT_SCOPE) 72 # test_target_arch(<arch> <target flags...>) 75 macro(test_target_arch arch) 76 set(TARGET_${arch}_CFLAGS ${ARGN}) 77 try_compile(CAN_TARGET_${arch} ${CMAKE_BINARY_DIR} ${SIMPLE_SOURCE} 78 COMPILE_DEFINITIONS "${TARGET_${arch}_CFLAGS}" 79 CMAKE_FLAGS "-DCMAKE_EXE_LINKER_FLAGS:STRING=${TARGET_${arch}_CFLAGS}" [all...] |
/build/core/combo/arch/arm/ |
armv5te-vfp.mk | 6 include $(BUILD_COMBOS)/arch/arm/armv5te.mk
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
hardware.h | 15 #include <asm/arch/hardware.h>
|
timex.h | 15 #include <asm/arch/timex.h>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/re2c/ |
run.bat | 2 %1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re
|
/external/kernel-headers/original/asm-arm/ |
hardware.h | 16 #include <asm/arch/hardware.h>
|
/external/llvm/test/MC/X86/ |
x86_long_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s 2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
|
/external/llvm/test/Object/Inputs/ |
archive-test.a-coff-i386 | 0 !<arch>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libbsd-compat.a | 0 !<arch>
|
libg.a | 0 !<arch>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/ |
libbsd-compat.a | 0 !<arch>
|
libg.a | 0 !<arch>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libbsd-compat.a | 0 !<arch>
|