/ndk/tests/abcc/jni/device/ |
D | main.cpp | 40 std::auto_ptr<BitcodeCompiler> compiler(new DeviceBitcodeCompiler(lib_dir, sysroot)); in Java_compiler_abcc_AbccService_genLibs() local 41 compiler->prepare(); in Java_compiler_abcc_AbccService_genLibs() 42 if (compiler->returnCode() != RET_OK) { in Java_compiler_abcc_AbccService_genLibs() 47 compiler->cleanupPre(); in Java_compiler_abcc_AbccService_genLibs() 48 if (compiler->returnCode() != RET_OK) { in Java_compiler_abcc_AbccService_genLibs() 59 compiler->execute(); in Java_compiler_abcc_AbccService_genLibs() 68 compiler->cleanupPost(); in Java_compiler_abcc_AbccService_genLibs() 70 if (compiler->returnCode() != RET_OK) { in Java_compiler_abcc_AbccService_genLibs()
|
/ndk/tests/abcc/jni/host/ |
D | main.cpp | 119 std::auto_ptr<BitcodeCompiler> compiler; in main() local 121 compiler.reset(new HostBitcodeCompiler(abi, sysroot, toolchain_bin, in main() 125 compiler.reset(new HostBitcodeCompiler(abi, sysroot, ndk_dir, toolchain_bin, in main() 129 compiler->prepare(); in main() 130 if (compiler->returnCode() != RET_OK) { in main() 135 compiler->cleanupPre(); in main() 136 if (compiler->returnCode() != RET_OK) { in main() 141 compiler->execute(); in main() 142 compiler->cleanupPost(); in main() 144 if (compiler->returnCode() != RET_OK) { in main()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | multiarch.m4 | 7 # Determine whether the compiler is or may be producing universal binaries. 12 # compiler but only a single '-arch' option to the preprocessor. Like 29 not a universal capable compiler 59 [Define if the compiler is building for multiple architectures of Apple platforms at once.])
|
D | inline.m4 | 10 dnl equivalent is effectively supported, i.e. if the compiler is likely to 15 AC_CACHE_CHECK([whether the compiler generally respects inline], 36 [Define to 1 if the compiler supports one of the keywords
|
D | alloca.m4 | 20 AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [ 28 dnl OK, alloca can be implemented through a compiler built-in.
|
D | include_next.m4 | 11 dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to 14 dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler 39 dnl Additionally, with this same compiler, include_next is a no-op when 42 dnl compiler's <math.h>. By virtue of the second bug, we need to use 117 # even if the compiler does not support include_next.
|
D | stdbool.m4 | 78 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 96 /* Catch a bug in an HP-UX C compiler. See 106 /* Refer to every declared value, to avoid compiler optimizations. */
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | README.boot | 8 various compiler warnings. You may want to tell bootstrap.sh 9 how to invoke your compiler with warnings disabled. For example, 23 especially uninterested in compiler warnings from the bootstrap build.
|
/ndk/sources/android/ |
D | .gitignore | 1 compiler-rt/libs
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0004-Rename-libstdc++.so-to-libgnustl_shared.so.patch | 23 # Cross compiler support. 46 # Cross compiler support. 69 # Cross compiler support.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ioserr.h | 11 # error STLport iostreams header cannot be used; your compiler do not support it.
|
/ndk/tests/device/test-basic-rtti/ |
D | README | 4 This is really a way to check that the C++ compiler properly links against
|
/ndk/tests/device/test-gabi++/ |
D | README | 4 This is really a way to check that the C++ compiler properly links against
|
/ndk/docs/text/ |
D | STANDALONE-TOOLCHAIN.text | 6 system, and only need to ability to invoke the cross-compiler to add support 10 library that expects a cross-compiler in the CC environment variable. 48 3/ Invoking the compiler (the hard way): 51 Invoke the compiler using the --sysroot option to indicate where the system 79 4/ Invoking the compiler (the easy way): 95 --toolchain=x86-4.8 # select x86 GCC 4.8 compiler 96 --toolchain=arm-linux-androideabi-4.7 # select ARM GCC 4.7 compiler 97 --toolchain=mipsel-linux-android-4.6 # select MIPS GCC 4.6 compiler, same as --arch=mips 187 1. Add option "`-v`" to dump commands compiler driver issues 202 It is recommended to use the -mthumb compiler flag to force the generation [all …]
|
D | LICENSES.text | 5 for the compiler, linker, archiver, etc... The source code for the toolchain is
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstddef | 50 // Re-use the compiler's <stddef.h> max_align_t where possible. 53 // If compiler doesn't have max_align_t (ie. clang), and it's on 32-bit Android, typedef max_align_…
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 8 This is really a way to check that the C++ compiler properly links against
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _apple.h | 13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
|
/ndk/sources/host-tools/make-3.81/config/ |
D | signed.m4 | 17 [Define to empty if the C compiler doesn't support this keyword.])
|
D | longdouble.m4 | 10 dnl Test whether the compiler supports the 'long double' type.
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 41 * A C++98-standard-compliant compiler 165 be used in the compiler environment of your choice. The typical 201 versions of Microsoft runtime libraries (the /MD or the /MDd compiler 237 defining control macros on the compiler command line. Generally, 250 compiler doesn't provide TR1 tuple. 260 to the compiler flags while compiling Google Test and your tests. If 265 to the compiler flags instead. 290 compiler and/or linker to select the pthread library, or you'll get 293 script, you'll need to read your compiler and linker's manual to 306 to the compiler flags. You'll also need to tell the linker to produce [all …]
|
/ndk/build/tools/ |
D | download-toolchain-sources.sh | 206 toolchain_clone compiler-rt 241 toolchain_checkout "llvm-$LLVM_VERSION" $LLVM_BRANCH compiler-rt .
|
D | dev-defaults.sh | 40 COMPILER_RT_SUBDIR=sources/android/compiler-rt
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | slist | 41 //on a compiler basis.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | interaction_based.ipp | 88 #endif // not ancient compiler
|