Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 129) sorted by relevance

123456

/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp57 name, Timer::supported() ? " [-m]": ""); in usage()
61 if (Timer::supported()) in usage()
96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) { in main()
Dcppunit_timer.h86 static bool supported() { in supported() function
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp57 name, Timer::supported() ? " [-m]": ""); in usage()
61 if (Timer::supported()) in usage()
96 else if (Timer::supported() && !strncmp(argv[i], "-m", 2)) { in main()
Dcppunit_timer.h86 static bool supported() { in supported() function
/ndk/sources/host-tools/sed-4.2.1/m4/
Dinline.m48 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
Dgnulib-common.m486 nothing if this is not supported. Do not define if restrict is
87 supported directly. */
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0006-Emulate-__has_feature-for-GCC.patch63 +#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.h23 # 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.h7 # error Not supported!
D_bc.h7 # error - Borland compilers below version 5.5.1 not supported.
D_gcc.h11 # error GNU compilers before 2.95 are not supported anymore.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dgeneral16 …$answer = "$make_name: Parallel jobs (-j) are not supported on this platform.\n$make_name: Resetti…
/ndk/docs/text/
DCPU-FEATURES.text46 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).
DOVERVIEW.text15 > 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
DCPU-ARCH-ABIS.text20 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.
DCPU-X86-64.text25 will generate machine code for all supported ABIs with this NDK. Doing so
DINSTALL.text16 use the NDK. Note that running it under MSys or Cygwin 1.5 is not supported.
/ndk/sources/cxx-stl/system/include/
Dcwctype_is_not_supported30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
Dcwchar30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
/ndk/sources/cxx-stl/gabi++/include/
Dcwctype_is_not_supported30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
Dcwchar30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
/ndk/sources/android/support/
DREADME9 - multibyte support (using UTF-8 as the only supported multibyte encoding).
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dratio44 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/
DDEV-SCRIPTS-USAGE.TXT8 - 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/
Dsed.x302 be supported, but they aren't completely because of performance

123456