Searched refs:supported (Results 1 – 25 of 129) sorted by relevance
123456
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | test_main.cpp | 57 name, Timer::supported() ? " [-m]": ""); in usage() 61 if (Timer::supported()) in usage() 96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) { in main()
|
D | cppunit_timer.h | 86 static bool supported() { in supported() function
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | test_main.cpp | 57 name, Timer::supported() ? " [-m]": ""); in usage() 61 if (Timer::supported()) in usage() 96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) { in main()
|
D | cppunit_timer.h | 86 static bool supported() { in supported() function
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | inline.m4 | 8 dnl Define 'inline' to a supported equivalent, or to nothing if not supported, 10 dnl equivalent is effectively supported, i.e. if the compiler is likely to
|
D | gnulib-common.m4 | 86 nothing if this is not supported. Do not define if restrict is 87 supported directly. */
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0006-Emulate-__has_feature-for-GCC.patch | 63 +#define __gxx__is_convertible_to 0 // Not supported in GCC 4.8. Also see usage … 67 +#define __gxx__is_literal 0 // Not supported in GCC 4.8. Also see usage … 71 +#define __gxx__is_trivial 0 // Not supported in GCC 4.8. Also see usage … 72 +#define __gxx__is_trivially_constructible 0 // Not supported in GCC 4.8. Also see usage … 73 +#define __gxx__is_trivially_copyable 0 // Not supported in GCC 4.8. Also see usage …
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _msvc.h | 23 # error Sorry but building a managed version of STLport is not supported. 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
D | _watcom.h | 7 # error Not supported!
|
D | _bc.h | 7 # error - Borland compilers below version 5.5.1 not supported.
|
D | _gcc.h | 11 # error GNU compilers before 2.95 are not supported anymore.
|
/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/docs/text/ |
D | CPU-FEATURES.text | 46 Returns a value matching the CPU family/architecture supported by the 68 Returns the set of optional features supported by the device's CPU. 81 set as supported by the "armeabi-v7a" abi (see CPU-ARCH-ABIS.html).
|
D | OVERVIEW.text | 15 > 1.0 and 1.1 system images are specifically *not* supported due to 68 supported by the Android platform. This corresponds to definitions that 69 are guaranteed to be supported in all later releases of the platform. 112 APIs and libraries supported by the Android platform. While a typical 117 If an Android system library is not explicitly supported by the NDK 176 Note that C and C++ sources are supported. The default C++ file extensions 177 supported by the NDK is '.cpp', but other extensions can be handled as well 244 It is still supported for compatibility reasons, but we strongly
|
D | CPU-ARCH-ABIS.text | 20 and what type of content is allowed/supported in them. 32 This document lists the exact ABIs supported by the Android NDK and the 40 Each supported ABI is identified by a unique name. 71 in practice since wchar_t is simply *not* really supported by the Android 78 Thumb (a.k.a. Thumb-1) instructions are supported. Note that the NDK 92 The instruction extensions supported by this Android-specific ABI are: 298 which will generate machine code for all supported ABIs with this NDK. Doing so 363 is also supported by the system image.
|
D | CPU-X86-64.text | 25 will generate machine code for all supported ABIs with this NDK. Doing so
|
D | INSTALL.text | 16 use the NDK. Note that running it under MSys or Cygwin 1.5 is not supported.
|
/ndk/sources/cxx-stl/system/include/ |
D | cwctype_is_not_supported | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
D | cwchar | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cwctype_is_not_supported | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
D | cwchar | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
/ndk/sources/android/support/ |
D | README | 9 - multibyte support (using UTF-8 as the only supported multibyte encoding).
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ratio | 44 typedef ratio<1, 1000000000000000000000000> yocto; // not supported 45 typedef ratio<1, 1000000000000000000000> zepto; // not supported 62 typedef ratio< 1000000000000000000000, 1> zetta; // not supported 63 typedef ratio<1000000000000000000000000, 1> yotta; // not supported
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 8 - rebuilding host cross-toolchains for our supported CPU ABIs 174 toolchain sysroot, i.e. for each supported $PLATFORM and $ARCH values, 194 description of the program and the list of all supported options. Also, 222 system supported by the NDK. 401 - each script will generate the binaries for all the CPU ABIs supported by 461 In NDK r7, this will actually create three tarballs (one per supported ABI), 499 This means that it is possible to generate the host binaries for all supported 504 Once you have used the script three times (once per supported host systems), 531 the release name, and $SYSTEM the supported host system (e.g. linux-x86). 544 for all supported host systems.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 302 be supported, but they aren't completely because of performance
|
123456