Searched refs:definition (Results 1 – 25 of 93) sorted by relevance
1234
/ndk/tests/device/test-gnustl-full/unit/ |
D | macro_checks.cpp | 6 # error Missing CHAR_BIT definition. 14 # error Missing CHAR_MAX definition. 18 # error Missing CHAR_MIN definition. 26 # error Missing INT_MAX definition. 30 # error Missing INT_MIN definition. 38 # error Missing LONG_MAX definition. 42 # error Missing LONG_MIN definition. 50 # error Missing SCHAR_MAX definition. 54 # error Missing SCHAR_MIN definition. 62 # error Missing SHRT_MAX definition. [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | macro_checks.cpp | 6 # error Missing CHAR_BIT definition. 14 # error Missing CHAR_MAX definition. 18 # error Missing CHAR_MIN definition. 26 # error Missing INT_MAX definition. 30 # error Missing INT_MIN definition. 38 # error Missing LONG_MAX definition. 42 # error Missing LONG_MIN definition. 50 # error Missing SCHAR_MAX definition. 54 # error Missing SCHAR_MIN definition. 62 # error Missing SHRT_MAX definition. [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | override | 10 ."\@echo First comes the definition.\n" 23 $answer = "First comes the definition.\n"
|
/ndk/build/core/ |
D | build-module.mk | 25 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_CLASS definition is missing !)
|
D | setup-toolchain.mk | 48 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use) 105 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use) 107 $(call __ndk_info,Or change your NDK_TOOLCHAIN definition.)
|
D | build-all.mk | 87 …$(call __ndk_warning,WARNING: No modules to build, your APP_MODULES definition is probably incorre…
|
D | setup-app.mk | 96 $(call __ndk_info,Please fix the APP_ABI definition in $(NDK_APP_APPLICATION_MK))
|
/ndk/sources/cpufeatures/ |
D | README.TXT | 5 reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition,
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 39 + * definition below is to prevent libsupc++ and libstdc++ to reference 63 + * definition below is to prevent libsupc++ and libstdc++ to reference 87 + * definition below is to prevent libsupc++ and libstdc++ to reference
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | origin | 10 'default' default definition
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | 00gnulib.m4 | 16 # definition is slower than the version in Autoconf 2.64, because it
|
D | gnulib-common.m4 | 62 # This definition overrides the AC_C_RESTRICT macro from autoconf 2.60..2.61, 65 # This definition can be removed once autoconf >= 2.62 can be assumed.
|
D | po.m4 | 263 # Yes it was empty. Look if we have the expected variable definition. 265 # Seen the first line of the variable definition. 271 # Here we are processing a line from the variable definition. 281 # There was no trailing backslash. The end of the variable definition is 287 # A trailing backslash means that the variable definition continues in the
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general2 | 6 definition of a variable to hold the object filenames.";
|
D | general1 | 6 It also tests the simple definition of VPATH.";
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cassert | 32 * can be included multiple times with different definition of NDEBUG, hence the
|
/ndk/sources/cxx-stl/system/include/ |
D | cassert | 32 * can be included multiple times with different definition of NDEBUG, hence the
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 1326 char *definition = (char *) xmalloc (length); in do_define() local 1383 definition[0] = '\0'; in do_define() 1385 definition[idx - 1] = '\0'; in do_define() 1388 define_variable_global (var, strlen (var), definition, in do_define() 1390 free (definition); in do_define() 1401 definition = (char *) xrealloc (definition, length + 1); in do_define() 1404 bcopy (line, &definition[idx], len); in do_define() 1407 definition[idx++] = '\n'; in do_define()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh.in | 35 /* Define if headers have no definition. */
|
D | bootstrap.sh | 35 /* Define if headers have no definition. */
|
/ndk/docs/text/ |
D | IMPORT-MODULE.text | 48 definition of LOCAL_EXPORT_CFLAGS in docs/ANDROID-MK.html). 74 definition by the NDK build system. This allows you to easily import 188 for definition and usage). For example:
|
D | PREBUILTS.text | 83 definition. For example, assuming that a file "foo.h" is located under 92 The LOCAL_EXPORT_C_INCLUDES definition here ensures that any module that
|
D | CPU-X86.text | 17 definition in your Application.mk file, for example: 102 In your project add 'x86' to APP_ABI definition and make sure "arm_neon.h"
|
D | CPU-X86-64.text | 17 definition in your Application.mk file, for example:
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 253 # Yes it was empty. Look if we have the expected variable definition. 255 # Seen the first line of the variable definition. 261 # Here we are processing a line from the variable definition. 271 # There was no trailing backslash. The end of the variable definition is 277 # A trailing backslash means that the variable definition continues in the
|
1234