Home
last modified time | relevance | path

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

123

/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/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/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.mk51 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
108 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use)
110 $(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.mk117 $(call __ndk_info,Please fix the APP_ABI definition in $(NDK_APP_APPLICATION_MK))
Dadd-application.mk185 $(call __ndk_info,Please fix the APP_ABI definition in $(_application_mk))
Ddefinitions.mk874 …$(call __ndk_info,WARNING: Ignoring invalid values in LOCAL_CPP_FEATURES definition in $(__ndk_mod…
961 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
/ndk/sources/cpufeatures/
DREADME.TXT5 reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition,
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dorigin10 'default' default definition
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral16 It also tests the simple definition of VPATH.";
Dgeneral26 definition of a variable to hold the object filenames.";
/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()
Dconfigure.in87 # Find some definition for uintmax_t
/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
Dtexinfo.tex73 % We never want plain's \outer definition of \+ in Texinfo.
526 % @end foo executes the definition of \Efoo.
607 % @LaTeX{} logo. Not quite the same results as the definition in
628 % if the definition is written into an index file.
744 % Old definition--didn't work.
985 % We switch the definition of this back and forth according to WORD.
1231 \xdef#1{#1}% redefine it as its expansion; the definition is simply
1801 % sometimes \x has an active definition that messes things up.
1837 % The old definition, with no lozenge:
1899 % will therefore expand the active definition of _, which is us
[all …]
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog55 * fnmatch.c (internal_fnmatch): Use K&R definition syntax, not ANSI.
128 (next_brace_sub): De-protoize function definition.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp12 // Description : plain report formatter definition
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi72 section does not fit the above definition of Secondary then it is not
121 section ``Entitled XYZ'' according to this definition.
283 been approved by an organization as the authoritative definition of a
Dmake.info-1852 * A "variable definition" is a line that specifies a text string
854 The simple makefile example shows a variable definition for
886 definition of the variable, but rather kept intact in the value of
2976 started until another rule or variable definition) will be considered a
2989 * A variable definition in a "rule context" which is indented by a
2991 command line, not a `make' variable definition, and passed to the
3546 definition of `-t', a `make -t' command in the example would create a
3846 marks the end of the definition; the lines in between are the commands.
4079 Transforming Text: Functions.) referenced in the definition will be
4159 something like `$(dir)/file' with this definition!)
[all …]
Dmake.texi957 @cindex rule, explicit, definition of
958 @cindex explicit rule, definition of
966 @cindex rule, implicit, definition of
967 @cindex implicit rule, definition of
974 @cindex variable definition
976 A @dfn{variable definition} is a line that specifies a text string
978 simple makefile example shows a variable definition for @code{objects}
1018 definition of the variable, but rather kept intact in the value of the
3531 has been started until another rule or variable definition) will be
3551 A variable definition in a ``rule context'' which is indented by a tab
[all …]
/ndk/sources/host-tools/nawk-20071023/
DFIXES495 changed field-splitting to conform to posix definition: fields are
498 predictable definition. thanks to arnold robbins for encouragement
851 an explicit separator. By definition, this capitulation
860 in the call than in the definition (in lieu of fixing

123