Searched refs:available (Results 1 – 25 of 102) sorted by relevance
12345
/ndk/sources/third_party/googletest/patches.ndk/ |
D | 0001-Allow-clone-usage-on-MIPS.patch | 6 GoogleTest assumes that clone() is only available on ARM, but 10 Note that clone() is sadly _not_ available on x86 at this point 24 -// On Android, clone() is only available on ARM starting with Gingerbread. 26 +// On Android, clone() is only available starting with Gingerbread, except
|
D | 0003-Allow-clone-usage-on-X86.patch | 22 -// On Android, clone() is only available starting with Gingerbread, except 25 +// On Android, clone() is only available starting with Gingerbread.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 363 size_type available = s.size(); in as_string() local 366 int status = sprintf_like(&s[0], available + 1, fmt, a); in as_string() 370 if ( used <= available ) in as_string() 375 available = used; // Assume this is advice of how much space we need. in as_string() 378 available = available * 2 + 1; in as_string() 379 s.resize(available); in as_string()
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 49 All the APIs listed below are available for developing native code that 54 The C library headers, as they are defined on Android 1.5 are available 56 is not there at build time, it's because its implementation is not available 79 `<math.h>` is available, and the math library is automatically linked to your 87 An *extremely* minimal C++ support API is available. For Android 1.5, this is 96 support for C++ exceptions and RTTI is not available with Android 1.5 system 121 `<zlib.h>` and `<zconf.h>` are available and can be used to use the ZLib 133 `<dlfcn.h>` is available and can be used to use the dlopen()/dlsym()/dlclose() 143 All the APIs listed below are available for developing native code that runs 181 Please note that EGL APIs are only available starting from API level 9. You [all …]
|
D | INSTALL.text | 30 The NDK requires GNU Make 3.81 or later being available on your development 40 On certain systems, GNU Make might be available through a different command like 45 The NDK also requires a Nawk or GNU Awk executable being available on your
|
D | CPU-FEATURES.text | 11 The library is available as an import module. To use it, you must: 119 Only available on recent CPUs (e.g. Cortex-A15). 123 mode. Only available on recent CPUs (e.g. Cortex-A15). 127 registers and instructions. This is only available on a few XScale- 132 available since ARMv6. Together they provide atomic update on memory
|
D | LICENSES.text | 6 available at android.googlesource.com (you can use the script under
|
D | SYSTEM-ISSUES.text | 30 of the C library and its design is available in docs/system/libc/OVERVIEW.html 37 intentionally not available from the C library, to avoid denial-of-service
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | unlocked-io.m4 | 11 dnl See if the glibc *_unlocked I/O macros or functions are available. 20 [Define to 1 if you want getc etc. to use unlocked I/O if available.
|
D | nls.m4 | 7 dnl This file can can be used in projects which are not available under
|
D | intlmacosx.m4 | 7 dnl This file can can be used in projects which are not available under
|
D | mmap-anon.m4 | 55 [Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
|
D | progtest.m4 | 7 dnl This file can can be used in projects which are not available under
|
/ndk/sources/host-tools/make-3.81/po/ |
D | LINGUAS | 1 # Set of available languages: 23 languages
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lcmessage.m4 | 9 dnl This file can can be used in projects which are not available under 21 # Check whether LC_MESSAGES is available in <locale.h>.
|
D | nls.m4 | 9 dnl This file can can be used in projects which are not available under
|
D | progtest.m4 | 9 dnl This file can can be used in projects which are not available under
|
/ndk/sources/cpufeatures/ |
D | README.TXT | 2 and is now available as an import module (see docs/IMPORT-MODULE.TXT)
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 84 You may also find interesting patches to GNU Make available here: 90 directly if you have a problem or suggestion for a patch available on 97 The GNU make source repository is available via anonymous CVS from the 105 how to build GNU make once these tools are available. We make no 163 A precompiled binary of the MSDOS port of GNU Make is available as part
|
D | ABOUT-NLS | 11 itself available at your nearest GNU archive site. But you do _not_ 17 available translations. They tell how people wanting to contribute and 92 `--disable-nls' switch, all available translations are installed 132 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 753 If you are writing a freely available program and want to 763 Free Translation Project is also available for packages which are not 766 `translation@iro.umontreal.ca' to make the `.pot' files available to
|
D | NEWS | 42 which used to be available by default, is now ONLY available when the 88 * New special variables available in this release: 91 - .FEATURES: Contains a list of special features available in this 101 * New functions available in this release: 148 A complete list of bugs fixed in this version is available here: 230 A complete list of bugs fixed in this version is available here: 264 * A new pseudo-target .NOTPARALLEL is available. If defined, the 289 * Two new functions, $(error ...) and $(warning ...) are available. The 295 * A new function $(call ...) is available. This allows users to create 300 * A new function $(if ...) is available. It provides if-then-else [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ABOUT-NLS | 12 itself available at your nearest GNU archive site. But you do _not_ 18 available translations. They tell how people wanting to contribute and 93 `--disable-nls' switch, all available translations are installed 133 available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. 1096 If you are writing a freely available program and want to 1106 Free Translation Project is also available for packages which are not 1109 `translation@iro.umontreal.ca' to make the `.pot' files available to
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 18 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please 140 use to build Google Test on systems where GNU make is available 247 tuple library, which is not yet available with all compilers. The 275 Google Test is thread-safe where the pthread library is available. 280 If Google Test doesn't correctly detect whether pthread is available 370 On platforms where the pthread library is available, Google Test uses
|
/ndk/build/gmsl/ |
D | gmsl | 6 # provides functionality not available in standard GNU Make.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 343 @ VFP and iwMMX instructions are only available when compiling with the flags 347 @ these registers implies they are, actually, available on the target, so
|
12345