/external/clang/runtime/compiler-rt/ |
clang_linux_test_input.c | 2 // for i386 and x86_64 archs on Linux.
|
/external/compiler-rt/make/platform/ |
clang_linux_test_input.c | 2 // for i386 and x86_64 archs on Linux.
|
/external/libmtp/src/ |
gphoto2-endian.h | 1 /* added 10/26/2010 to deal with both archs on Mac */
|
/external/webkit/Source/ThirdParty/ANGLE/Configurations/ |
DebugRelease.xcconfig | 3 ARCHS = $(ARCHS_$(TARGET_MAC_OS_X_VERSION_MAJOR));
|
/ndk/build/tools/ |
build-target-prebuilts.sh | 26 ARCHS=$DEFAULT_ARCHS 27 register_var_option "--arch=<list>" ARCHS "List of target archs to build for" 58 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS 61 ARCHS=$(commas_to_spaces $ARCHS) 78 for ARCH in $ARCHS; do 88 ABIS=$(convert_archs_to_abis $ARCHS)
|
dev-platform-expand-all.sh | 34 ARCHS="arm,x86,mips" 35 register_var_option "--arch=<name>" ARCHS "List of target architectures" 55 log "Using architectures: $ARCHS" 59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
|
dev-platform-expand.sh | 66 ARCHS="arm,x86,mips" 67 register_var_option "--arch=<name>" ARCHS "List of target architectures" 144 ARCHS=$(commas_to_spaces $ARCHS) 145 log "Using architectures: $(commas_to_spaces $ARCHS)" 149 # for ARCH in $ARCHS; do 152 # for ARCH in $ARCHS; do 161 # for ARCH in $ARCHS; do 174 # echo "ERROR: Source directory doesn't support these ARCHs: $BAD_ARCHS" 203 for ARCH in $ARCHS; d [all...] |
dev-rebuild-ndk.sh | 132 ARCHS="arm x86 mips" 133 for ARCH in $ARCHS 165 --arch=$(spaces_to_commas $ARCHS) \ 173 # Rebuild all prebuilts for archs and platforms 202 --arch=$(spaces_to_commas $ARCHS) \ 222 --arch=$(spaces_to_commas $ARCHS) \
|
/external/libmtp/ |
MacConfigExternalDebug.xcconfig | 2 ARCHS=i386
|
MacConfigExternalRelease.xcconfig | 2 ARCHS=ppc i386
|
/external/libusb/ |
MacConfigExternalDebug.xcconfig | 2 ARCHS=i386
|
MacConfigExternalRelease.xcconfig | 2 ARCHS=ppc i386
|
/external/libusb-compat/ |
MacConfigExternalDebug.xcconfig | 2 ARCHS=i386
|
MacConfigExternalRelease.xcconfig | 2 ARCHS=ppc i386
|
/bionic/libc/kernel/tools/ |
find_headers.py | 24 -a <archs> used to specify an alternative list 83 archs = [] variable 88 archs.append(archdir) 94 if len(archs) == 0: 98 archs = [ "arm", "mips"] variable 100 # if the user has specified some architectures with -a <archs> ensure that 108 if arch not in archs: 117 archs = wanted_archs variable 148 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)
|
/external/compiler-rt/test/Unit/ |
test | 3 ARCHS='<host>' 7 ARCHS="armv6" 12 ARCHS="i386 x86_64 ppc" 19 for ARCH in $ARCHS; do
|
/external/kernel-headers/original/asm-generic/ |
local.h | 37 * in interrupt, etc. Some archs can optimize this case well. */ 43 /* Use these for per-cpu local_t variables: on some archs they are 55 * in interrupt, etc. Some archs can optimize this case well.
|
/external/webkit/Source/WebCore/WebCore.gyp/mac/ |
adjust_visibility.sh | 58 ARCHS=$(file "${INPUT}" | sed -Ene 's/^.*\(for architecture (.+)\):.*$/\1/p') 59 if [ -z "${ARCHS}" ] ; then 60 ARCHS=self 65 for ARCH in ${ARCHS} ; do 73 if [ "${ARCHS}" = "self" ] ; then 104 if [ "${ARCHS}" = "self" ] ; then
|
/external/gtest/src/ |
Android.mk | 81 # NDK support of other archs (ie. x86 and mips) are only available after android-9 105 # NDK support of other archs (ie. x86 and mips) are only available after android-9
|
/external/chromium/testing/gtest/xcode/Config/ |
General.xcconfig | 11 ARCHS = i386 x86_64 ppc ppc64
|
/external/kernel-headers/original/asm-x86/ |
desc_defs.h | 7 * archs.
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Config/ |
General.xcconfig | 11 ARCHS = i386 x86_64 ppc ppc64
|
/external/protobuf/gtest/xcode/Config/ |
General.xcconfig | 11 ARCHS = i386 x86_64 ppc ppc64
|
/external/webkit/Tools/DumpRenderTree/mac/Configurations/ |
DebugRelease.xcconfig | 26 ARCHS = $(ARCHS_$(TARGET_MAC_OS_X_VERSION_MAJOR));
|
/external/webkit/Tools/MiniBrowser/Configurations/ |
DebugRelease.xcconfig | 26 ARCHS = $(ARCHS_$(TARGET_MAC_OS_X_VERSION_MAJOR));
|