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

1 2 3 4 5 6 7

  /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/chromium_org/tools/gyp/test/mac/archs/
test-archs-multiarch.gyp 12 'ARCHS': [ 'i386', 'x86_64' ],
20 'ARCHS': [ 'i386', 'x86_64' ],
28 'ARCHS': [ 'i386', 'x86_64' ],
36 'ARCHS': [ 'i386', 'x86_64' ],
46 'ARCHS': [ 'i386', 'x86_64' ],
test-archs-x86_64.gyp 13 'ARCHS': [ 'x86_64' ],
23 'ARCHS': [ 'x86_64' ],
  /external/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 8 Tests things related to ARCHS.
38 test.run_gyp('test-no-archs.gyp', chdir='archs')
39 test.build('test-no-archs.gyp', test.ALL, chdir='archs')
40 result_file = test.built_file_path('Test', chdir='archs')
49 test.run_gyp('test-archs-x86_64.gyp', chdir='archs')
50 test.build('test-archs-x86_64.gyp', test.ALL, chdir='archs')
    [all...]
  /external/libmtp/src/
gphoto2-endian.h 1 /* added 10/26/2010 to deal with both archs on Mac */
  /external/chromium_org/tools/gyp/test/ios/
gyptest-archs.py 46 test.run_gyp('test-archs.gyp', chdir='app-bundle')
49 # TODO(sdefresne): add 'Test Archs x86_64' once bots have been updated to
51 filenames = ['Test No Archs', 'Test Archs i386']
53 filenames.append('Test Archs x86_64')
57 test.build('test-archs.gyp', target, chdir='app-bundle')
  /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
  /external/chromium_org/remoting/scripts/mac/
dump_product_syms 23 ARCHS=$(file "${DWARF_PATH}" | sed -Ene 's/^.*(i386|x86_64)$/\1/p')
24 if [[ -z "${ARCHS}" ]]; then
29 for ARCH in ${ARCHS}; do
  /external/chromium_org/tools/gyp/test/ios/app-bundle/
test-archs.gyp 11 'product_name': 'Test No Archs',
42 'product_name': 'Test Archs i386',
69 'ARCHS': ['i386'],
74 'product_name': 'Test Archs x86_64',
101 'ARCHS': ['x86_64'],
  /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
  /ndk/build/tools/
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)
build-target-prebuilts.sh 26 ARCHS=$DEFAULT_ARCHS
27 register_var_option "--arch=<list>" ARCHS "List of target archs to build for"
59 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
62 ARCHS=$(commas_to_spaces $ARCHS)
79 for ARCH in $ARCHS; do
89 ABIS=$(convert_archs_to_abis $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...]
  /external/chromium_org/tools/gyp/test/ios/deployment-target/
deployment-target.gyp 17 'ARCHS': [ 'armv7' ],
29 'ARCHS': [ 'armv7' ],
  /external/chromium_org/tools/gyp/test/mac/objc-arc/
test.gyp 23 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI.
40 'ARCHS': [ 'x86_64' ], # For the non-fragile objc ABI.
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 21 def __init__(self, platforms_root, archs):
24 self.archs = archs
26 for arch in self.archs:
66 """Scan includes for all defined archs in given root"""
70 for arch in [a for a in self.archs if a != 'common']:
102 for arch in self.archs:
124 self.collector = FileCollector(self.platforms_root, self.archs)
147 for arch in self.archs:
182 for arch in self.archs
    [all...]
  /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/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

Completed in 615 milliseconds

1 2 3 4 5 6 7