/ndk/tests/abcc/jni/host/ |
D | main.cpp | 24 … std::string &input, std::string &output, std::string &platform, bool &savetemps) { in parseArguments() argument 42 platform = arg.substr(arg.rfind('=')+1); in parseArguments() 81 std::string platform; in main() local 87 abi, ndk_dir, sysroot, input, output, platform, savetemps) != 0) in main() 100 if (platform.empty()) // Folow ndk-bc2native.py usage in main() 101 platform = "android-9"; in main() 103 if (abi.empty() || input.empty() || output.empty() || toolchain_bin.empty() || platform.empty()) { in main() 115 sysroot = ndk_dir + "/platforms/" + platform + "/arch-" + TargetAbi(abi).getArch(); in main() 123 working_dir, platform, savetemps)); in main() 127 working_dir, platform, savetemps)); in main()
|
D | Abcc_host.h | 47 const std::string &platform, const bool savetemps, bool bit32 = true); 50 const std::string &platform, const bool savetemps, bool bit32 = true);
|
D | Abcc_host.cpp | 25 … const std::string &platform, const bool savetemps, bool bit32) in HostBitcodeCompiler() argument 27 mNDKDir(""), mPlatform(platform), mToolchainBinPath(toolchain_bin) { in HostBitcodeCompiler() 33 … const std::string &platform, const bool savetemps, bool bit32) in HostBitcodeCompiler() argument 35 mNDKDir(ndk_dir), mPlatform(platform), mToolchainBinPath(toolchain_bin) { in HostBitcodeCompiler()
|
/ndk/tests/build/project-properties/jni/ |
D | Android.mk | 6 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM_32))) 8 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFO… 11 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM_64))) 13 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties but auto-adjuste…
|
/ndk/tests/ |
D | run-libcxx.sh | 22 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 24 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 26 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 28 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 30 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 32 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \
|
/ndk/build/tools/ |
D | dev-platform-expand-all.sh | 60 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
|
D | gen-platforms.sh | 55 TMPC=/tmp/ndk-$USER/tmp/tests/tmp-platform.c 56 TMPO=/tmp/ndk-$USER/tmp/tests/tmp-platform.o 57 TMPE=/tmp/ndk-$USER/tmp/tests/tmp-platform$EXE 58 TMPL=/tmp/ndk-$USER/tmp/tests/tmp-platform.log 107 --platform=*)
|
D | DEV-SCRIPTS-USAGE.TXT | 74 generated by the 'gen-platform.sh' dev-script described later, but 84 deal with platform bugs. 92 This directory contains platform-specific files. The reason why it 121 Contains all system headers exposed by the NDK for a given platform. 136 had been hand-picked from various platform builds. These have been 151 These files can be generated from a given platform build using the 152 'dev-platform-import.sh' dev-script, described later in this document. 154 This is handy to compare which symbols were added between platform 168 Its purpose is to hold the fully expanded platform-specific files. 209 part of the Android platform source tree. It is a special toolchain that [all …]
|
D | build-ndk-sysroot.sh | 57 --platform=*)
|
D | common-build-host-funcs.sh | 461 …_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Ma… 465 …_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Ma…
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _mac.h | 5 #error Looks like unsupported platform
|
D | _system.h | 165 # error Unknown platform !!
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | spinlock.hpp | 53 # error Unrecognized threading platform
|
/ndk/tests/abcc/ |
D | Android.mk | 14 LOCAL_CERTIFICATE := platform
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | fenv.hpp | 11 #error This platform does not have a floating point environment
|
/ndk/toolchains/llvm-3.5/ |
D | setup-common.mk | 118 --platform=$(TARGET_PLATFORM) \ 135 --platform=$(TARGET_PLATFORM) \
|
/ndk/toolchains/llvm-3.4/ |
D | setup-common.mk | 118 --platform=$(TARGET_PLATFORM) \ 135 --platform=$(TARGET_PLATFORM) \
|
/ndk/ |
D | ndk-gdb.py | 31 import sys, os, platform, argparse, subprocess, types 44 if sys.platform.startswith('win'): 78 if platform.platform().startswith('Linux'): 80 elif platform.platform().startswith('Darwin'): 82 elif platform.platform().startswith('Windows'):
|
D | README.TXT | 24 Android platform.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | INCLUDE_DIRS | 11 # Test #1: The content of .INCLUDE_DIRS depends on the platform for which
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | general | 16 …$answer = "$make_name: Parallel jobs (-j) are not supported on this platform.\n$make_name: Resetti…
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 41 + * loaded on Android 2.1 (Eclair) and older platform releases, due 65 + * loaded on Android 2.1 (Eclair) and older platform releases, due
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 7 import platform 250 if sys.platform == 'darwin': 252 elif sys.platform == 'linux2': 272 if sys.platform == 'darwin': 275 elif sys.platform == 'linux2':
|
/ndk/build/core/ |
D | add-application.mk | 84 …APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,… 144 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
|
D | init.mk | 485 # we're going to find the maximum platform number of the form android-<number> 495 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS)) 502 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL))
|