/external/chromium_org/tools/gyp/test/mac/ |
gyptest-archs.py | 8 Tests things related to ARCHS. 21 test.run_gyp('test-no-archs.gyp', chdir='archs') 22 test.build('test-no-archs.gyp', test.ALL, chdir='archs') 23 result_file = test.built_file_path('Test', chdir='archs') 32 test.run_gyp('test-valid-archs.gyp', chdir='archs') 33 test.build('test-valid-archs.gyp', test.ALL, chdir='archs') [all...] |
/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' ], 30 'ARCHS': [ 'i386', 'x86_64' ], 38 'ARCHS': [ 'i386', 'x86_64' ], 48 'ARCHS': [ 'i386', 'x86_64' ], 56 'ARCHS': [ 'i386', 'x86_64' ], 66 'ARCHS': [ 'i386', 'x86_64' ], 88 'ARCHS': ['i386', 'x86_64'],
|
test-archs-x86_64.gyp | 13 'ARCHS': [ 'x86_64' ], 23 'ARCHS': [ 'x86_64' ],
|
test-valid-archs.gyp | 13 'ARCHS': ['i386', 'x86_64', 'unknown-arch'], 24 'ARCHS': ['i386', 'x86_64', 'unknown-arch'],
|
/external/libmtp/src/ |
gphoto2-endian.h | 1 /* added 10/26/2010 to deal with both archs on Mac */
|
/external/lldb/examples/test/ |
.lldbtest-config | 4 archs = ["x86_64", "i386"]
|
.lldbtest-config2 | 6 # /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -r /Volumes/data/lldb-test/archs -s session -c ../examples/test/.lldbtest-config2 -v -w . 2> ~/Developer/Log/lldbtest.log 9 # /Volumes/data/lldb-test/archs which must not exist before the run. 12 # '-s' option, e.g., /Volumes/data/lldb-test/archs.arch=i386/test/session could 19 archs = ["x86_64", "i386"]
|
/external/chromium_org/tools/gyp/test/ios/ |
gyptest-archs.py | 38 test.run_gyp('test-archs.gyp', chdir='app-bundle') 39 for configuration, target, archs in test_cases: 48 kwds['arguments'].extend(['-arch', archs[0]]) 52 test.build('test-archs.gyp', target, chdir='app-bundle', **kwds) 56 TestMac.CheckFileType(test, result_file, archs)
|
/ndk/build/tools/ |
dev-platform-expand-all.sh | 34 ARCHS=$(find_ndk_unknown_archs) 35 ARCHS="$DEFAULT_ARCHS $ARCHS" 36 register_var_option "--arch=<name>" ARCHS "List of target architectures" 56 log "Using architectures: $ARCHS" 60 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
|
build-target-prebuilts.sh | 26 ARCHS=$(find_ndk_unknown_archs) 27 ARCHS="$DEFAULT_ARCHS $ARCHS" 28 register_var_option "--arch=<list>" ARCHS "List of target archs to build for" 65 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS 74 ARCHS=$(commas_to_spaces $ARCHS) 77 UNKNOWN_ARCH=$(filter_out "$DEFAULT_ARCHS" "$ARCHS") 79 ARCHS=$(filter_out "$UNKNOWN_ARCH" "$ARCHS" [all...] |
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/ |
SkiOSSampleApp-Base.xcconfig | 10 ARCHS=armv6 armv7
|
/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/skia/experimental/iOSSampleApp/ |
SkiOSSampleApp-Base.xcconfig | 10 ARCHS=armv6 armv7
|
/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/lib/ |
TestMac.py | 15 def CheckFileType(test, file, archs): 16 """Check that |file| contains exactly |archs| or fails |test|.""" 20 if len(archs) == 1: 30 if found_file != file or set(found_archs.split()) != set(archs): 32 file, ' '.join(archs), found_file, found_archs)
|
/external/chromium_org/tools/gyp/test/ios/app-bundle/ |
test-archs.gyp | 61 'ARCHS': [ 80 'ARCHS': [ 98 'ARCHS': [
|
/external/compiler-rt/test/builtins/Unit/ |
test | 3 ARCHS='<host>' 7 ARCHS="armv6" 12 ARCHS="i386 x86_64 ppc" 19 for ARCH in $ARCHS; do
|
/external/chromium_org/tools/gyp/test/ios/deployment-target/ |
deployment-target.gyp | 17 'ARCHS': [ 'armv7' ], 29 'ARCHS': [ 'armv7' ],
|