Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdbool.pass.cpp19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdbool_h.pass.cpp23 #error bool should not be defined
27 #error true should not be defined
31 #error false should not be defined
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments6 ."after a comment was started. This should not be reported as\n"
10 ."text on the line which should never execute since it should be \n"
21 @echo There should be no errors for this makefile.
30 # Create the answer to what should be produced by this Makefile
31 $answer = "There should be no errors for this makefile.\n";
Dmult_rules3 of multiple rules for one target. One file can be the
12 dependency but is defined to be null. It can however be defined
49 # Create the answer to what should be produced by this Makefile
65 # Create the answer to what should be produced by this Makefile
Dorder_only17 # TEST #1 -- First try: the order-only prereqs need to be built.
32 # TEST #2 -- now we do it again: baz is PHONY but foo should _NOT_ be updated
77 # TEST #6 -- now we do it again: this time foo won't be built
101 # TEST #8 -- now we do it again: this time foo.w won't be built
/ndk/sources/host-tools/sed-4.2.1/m4/
Dregex.m4176 [Define if you want regoff_t to be at least as wide POSIX requires.])
178 [Define to rpl_re_syntax_options if the replacement should be used.])
180 [Define to rpl_re_set_syntax if the replacement should be used.])
182 [Define to rpl_re_compile_pattern if the replacement should be used.])
184 [Define to rpl_re_compile_fastmap if the replacement should be used.])
186 [Define to rpl_re_search if the replacement should be used.])
188 [Define to rpl_re_search_2 if the replacement should be used.])
190 [Define to rpl_re_match if the replacement should be used.])
192 [Define to rpl_re_match_2 if the replacement should be used.])
194 [Define to rpl_re_set_registers if the replacement should be used.])
[all …]
Dlonglong.m410 # This fixes a bug in Autoconf 2.61, but can be removed once we
14 # (as on some very old compilers), HAVE_LONG_LONG_INT will not be
55 # This fixes a bug in Autoconf 2.61, but can be removed once we
60 # will not be defined. In this case you can treat 'unsigned long long int'
77 # Expands to a C program that can be used to test for simultaneous support
87 be revisited in 2012. In the meantime, code should not expect
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cprolog.h12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
D_epilog.h8 # error STLport epilog header can not be included as long as prolog has not be included.
D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport con…
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/ndk/docs/text/
DANDROID-MK.text18 - The file is really a tiny GNU Makefile fragment that will be
30 Only shared libraries will be installed/copied to your
31 application package. Static libraries can be used to generate
43 you should be able to benefit from new toolchain/platform support
110 The LOCAL_MODULE variable must be defined to identify each module you
111 describe in your `Android.mk`. The name must be *unique* and not contain
125 files that will be built and assembled into a module. Note that you should
128 that will be passed directly to a compiler, and you should be good.
204 > project/packages but can be used to build shared libraries (see
216 > of LOCAL_SRC_FILES must be a single path to a prebuilt shared
[all …]
DAPPLICATION-MK.text51 > corresponding modules and those that they depend on. It must be a
66 > libraries will be placed at the usual location under `obj/` or
72 > - all required modules had to be listed explicitly.
76 > This optional variable can be defined to either '`release`' or
86 > tag), the default will be 'debug' instead of 'release'. This can
87 > be overridden by setting APP_OPTIM to '`release`'.
92 > can't be inspected, code re-ordering can make stepping through
93 > the code difficult, stack traces may not be reliable, etc...
98 > of any of the modules. This can be used to change the build of a given
104 + All paths in these flags should be relative to the top-level NDK
[all …]
DPREBUILTS.text8 This feature can be useful for two things:
22 Each prebuilt library must be declared as a *single* independent module to
49 shared library will be copied into $PROJECT/obj/local, and another will be
59 For example, a naive example of a module using libfoo.so would be:
95 be able to find headers inside that.
103 stripped by the NDK build system, but the debug version will be used for
112 check for the value of TARGET_ARCH_ABI, its value will be:
DNDK-GDB.text14 be invoked from the command-line when in your application project
58 These should be available through the SDK updater.
62 will not be possible.
89 will be stopped! This is a gdb limitation.
91 IMPORTANT: The GDB prompt will be preceded by a long list of error messages,
113 is *not* killed and will be stopped again.
131 found in your application manifest. The first one will be used by --start
169 may cause early breakpoints to be missed.
177 project information. Multiple instances can be used. [ndk-gdb-py only]
184 must be specified. The default is 'none'. [ndk-gdb-py only]
[all …]
DDEVELOPMENT.text78 The NDK comes with several scripts that can be used to rebuild the
83 always work but will be *very* long (expect a few hours on a typical
96 You will need about 30G of free space in your /tmp directory to be
104 Since NDK r5, Windows binaries can be built on Linux by using the
128 directory that will be used when packaging NDK releases.
139 This will create a large tarball containing all sources ready to be
140 used by the following step. The generated file path will be dumped at
141 the script when it completes its operation and should be something
147 provide the name of a directory where the patched sources will be
188 Note that device-specific binaries (e.g. gdbserver) cannot be
[all …]
DANDROID-ATOMICS.text22 your _unmodified_ sources with this version of the NDK should be enough to
36 supposed to be used from applications. Any application code that use them
45 The problem is only likely to be seen on devices running Android 3.0 to
53 not be possible (e.g. you're using an older version of the NDK for some
64 to see how these can be used.
/ndk/sources/cxx-stl/stlport/stlport/
Dfloat.h22 # error This header is only reentrant once, it should be modified if it has to be included more.
/ndk/tests/build/absolute-src-file-paths/jni/
DAndroid.mk9 $(info FOO_PATH should be defined before including this file!)
13 $(info FOO_PATH should be defined to an absolute path!)
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.x246 can be zero; in this case, \*(sd operates as if it were equal to
262 may be any character.
276 form will be at the end of its range, whereas the
278 form will still be at the beginning of its range.
302 be supported, but they aren't completely because of performance
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval29 # Create the answer to what should be produced by this Makefile
55 # Create the answer to what should be produced by this Makefile
115 # be evaluated before every command is invoked. Make sure that works, when
140 # Test handling of backslashes in strings to be evaled.
160 # We don't allow new target/prerequisite relationships to be defined within a
166 '#MAKEFILE#:1: *** prerequisites cannot be defined in command scripts. Stop.',
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi58 to avoid trouble on systems where the @code{SHELL} variable might be
74 suffixes which may be subject to implicit rules in this Makefile.
109 should instead be written as
161 The compression program @code{gzip} can be used in the @code{dist} rule.
164 example, don't use @samp{mkdir -p}, convenient as it may be, because
197 Additional utilities that can be used via Make variables are:
219 so on, need not be referred to through variables in this way, since users
232 If there are C compiler options that @emph{must} be used for proper
234 Users expect to be able to specify @code{CFLAGS} freely themselves.
256 @code{CFLAGS} should be used in every invocation of the C compiler,
[all …]
/ndk/sources/host-tools/make-3.81/
DREADME.W32100 be circumvented by writing commands to be executed to a batch
105 time, make forces all command lines to be executed via script
110 in batch mode. All command lines will be put into batch files
131 There is a caveat that should be noted with respect to handling
133 used in PATH variables, make tries to be smart about knowing when
136 could be interpreted 2 ways: (x and /) or (x:/).
164 both Unix and Windows systems, then no ifdef'ing will be
177 the project file would not be considered freely distributable
189 have heard that this is possible though so don't be afraid to
198 paths containing white space will simply not work. There may be
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-I22 \t\@echo There should be no errors for this makefile.
43 # Create the answer to what should be produced by this Makefile
44 $answer = "There should be no errors for this makefile.\n";
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT37 Contains sources of various libraries or programs that will be
44 can be used with 'ndk-build'. See docs/CPLUSPLUS-SUPPORT.html for
49 the dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
50 libraries from these sources, that will be copied under this
54 Contains the sources of a port of STLport that can be used with ndk-build.
55 The dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
56 libraries from these sources, that will be copied under this directory.
59 Contains the sources of a port of LLVM's libc++ that can be used with
60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate
61 prebuilt libraries from these sources, that will be copied under this
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_apple.h41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
49 # error <ConditionalMacros.h> must be included. (TYPE_LONGLONG)

12345678910>>...17