Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 93) sorted by relevance

1234

/ndk/tests/device/test-gnustl-full/unit/
Dmacro_checks.cpp6 # 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/
Dmacro_checks.cpp6 # 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/
Doverride10 ."\@echo First comes the definition.\n"
23 $answer = "First comes the definition.\n"
/ndk/build/core/
Dbuild-module.mk25 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_CLASS definition is missing !)
Dsetup-toolchain.mk48 $(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.)
Dbuild-all.mk87 …$(call __ndk_warning,WARNING: No modules to build, your APP_MODULES definition is probably incorre…
Dsetup-app.mk96 $(call __ndk_info,Please fix the APP_ABI definition in $(NDK_APP_APPLICATION_MK))
/ndk/sources/cpufeatures/
DREADME.TXT5 reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition,
/ndk/build/tools/toolchain-patches/gcc/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch39 + * 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/
Dorigin10 'default' default definition
/ndk/sources/host-tools/sed-4.2.1/m4/
D00gnulib.m416 # definition is slower than the version in Autoconf 2.64, because it
Dgnulib-common.m462 # 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.
Dpo.m4263 # 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/
Dgeneral26 definition of a variable to hold the object filenames.";
Dgeneral16 It also tests the simple definition of VPATH.";
/ndk/sources/cxx-stl/gabi++/include/
Dcassert32 * can be included multiple times with different definition of NDEBUG, hence the
/ndk/sources/cxx-stl/system/include/
Dcassert32 * can be included multiple times with different definition of NDEBUG, hence the
/ndk/sources/host-tools/make-3.81/
Dread.c1326 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/
Dbootstrap.sh.in35 /* Define if headers have no definition. */
Dbootstrap.sh35 /* Define if headers have no definition. */
/ndk/docs/text/
DIMPORT-MODULE.text48 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:
DPREBUILTS.text83 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
DCPU-X86.text17 definition in your Application.mk file, for example:
102 In your project add 'x86' to APP_ABI definition and make sure "arm_neon.h"
DCPU-X86-64.text17 definition in your Application.mk file, for example:
/ndk/sources/host-tools/make-3.81/config/
Dpo.m4253 # 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