Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/ndk/sources/cxx-stl/stlport/
DREADME.original14 it may contain more subdirs, if you use
16 build/lib - build directory for STLport library (if you use
24 use STLport iostreams and/or locale only);
25 it may contain more subdirs, if you use
55 * or implied. Any use is at your own risk.
57 * Permission to use or copy this software for any purpose is hereby granted
DLICENSE1 Boris Fomitchev grants Licensee a non-exclusive, non-transferable, royalty-free license to use STLp…
9 This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at …
10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the…
23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
DREADME17 You can either use it as a static or shared library.
30 To use the *static* library, define APP_STL in your Application.mk as follows:
34 To use the *shared* library, use "stlport_shared" instead:
/ndk/docs/text/
DSTANDALONE-TOOLCHAIN.text4 It is now possible to use the toolchains provided with the Android NDK as
9 A typical use case if invoking the 'configure' script of an open-source
42 targeting Android 2.2 (a.k.a. Froyo), you would use:
59 using the NDK r5 toolchain, you would use:
68 You won't be able to use any C++ STL (STLport, libc++,
100 use --toolchain with '-clang3.3' suffix. For example:
109 to link against the shared library, you will have to explicitely use -lstlport_shared
110 in this case, just like you need to use -lgnustl_shared for the GNU libstdc++ case.
114 to link against the shared library, you will have to explicitely use -lc++_shared.
116 You can later use it directly with something like:
[all …]
DCPU-ARM-NEON.text7 that allows native code to use two useful instruction set extensions:
36 flag will be used to enable the use of GCC ARM Neon intrinsics and
75 It is important to use checks like the following in your Android.mk:
94 To do that, use the 'cpufeatures' library that comes with this NDK. To learn
109 // use NEON-optimized routines
114 // use non-NEON fallback routines instead
124 on how to use the 'cpufeatures' library and Neon intrinsics at the same time.
/ndk/sources/host-tools/sed-4.2.1/lib/
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
4 # implement strnlen). However, we use a safe word read to provide a speedup.
/ndk/sources/cxx-stl/stlport/stlport/
Dhash_set9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
32 /* Comment following if you want to use hash constainers even if you ask for
Dhash_map9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
32 /* Comment following if you want to use hash constainers even if you ask for
Dstrstream9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
20 // MAY BE REMOVED in a future standard revision. You should use the
Dunordered_set6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dunordered_map6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dcwchar6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dcwctype6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dclocale6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dcsignal6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dciso6466 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dnew6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
Dcstddef6 * or implied. Any use is at your own risk.
8 * Permission to use or copy this software for any purpose is hereby granted
/ndk/sources/host-tools/make-3.81/
DREADME.OS210 Due to the fact that some people might want to use sh syntax in
11 Makefiles while others might want to use OS/2's native shell cmd.exe,
36 will not use cmd unless you cause it to do so by setting MAKESHELL to
50 If you use pdksh it is recommended to update to 5.2.14 release 2. Older
64 - GNU texinfo (you can use 3.1 (gnuinfo.zip), but I recommend 4.0)
73 To recreate the configuration files use:
86 you must ALWAYS use LDFLAGS="-Zstack 0x8000" because the default
100 Note: If you use gcc 2.9.x or higher I recommend to set also LIBS="-lgcc"
125 If you don't want NLS support (English only) use the option
137 testsuite itself. -DNO_CMD_DEFAULT causes make to use /bin/sh as default
[all …]
DINSTALL24 It can also use an optional file (typically called `config.cache'
27 disabled by default to prevent problems with accidental use of stale
66 for the package's developers. If you use it, you may have to get
90 own directory. To do this, you must use a version of `make' that
96 If you have to use a `make' that does not support the `VPATH'
99 package for one architecture, use `make distclean' before reconfiguring
113 use PREFIX as the prefix for installing programs and libraries.
114 Documentation and other data files will still use the regular prefix.
116 In addition, if you use an unusual directory layout you can give
135 For packages that use the X Window System, `configure' can usually
[all …]
/ndk/sources/third_party/googletest/googletest/
DREADME25 and use with your projects, but there are some. Currently, we support
36 These are the base requirements to build and use Google Test from a source
109 To build Google Test and your tests that use it, you need to tell your
111 way to do it depends on which build system you use, and is usually
140 use to build Google Test on systems where GNU make is available
143 a sample test. You can use it as a starting point for your own build
180 If you use Windows and have Vistual Studio installed, a gtest.sln file
195 If you still need to use the legacy build scripts, here's how:
200 Studio project. Files that have names ending with -md use DLL
202 option). Files without that suffix use static versions of the runtime
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dcompat.h78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
79 use its iostreams implementation or no iostreams at all.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgettext.m423 dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
27 dnl If INTLSYMBOL is 'use-libtool', then a libtool library
48 dnl 3) No internationalization, always use English msgid.
52 dnl The use of .gmo is historical (it was needed to avoid overwriting the
60 …ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-li…
70 define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
121 dnl If we use NLS figure out what method
127 [ --with-included-gettext use the GNU gettext library included here],
136 dnl to use. If GNU gettext is available we use this. Else we have
[all …]
Dstrnlen.m421 # that the above use of AC_FUNC_STRNLEN means we may have to use
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m425 dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
28 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
29 dnl If INTLSYMBOL is 'use-libtool', then a libtool library
50 dnl 3) No internationalization, always use English msgid.
54 dnl The use of .gmo is historical (it was needed to avoid overwriting the
62 …ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-li…
69 define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], []))
106 dnl If we use NLS figure out what method
112 [ --with-included-gettext use the GNU gettext library included here],
121 dnl to use. If GNU gettext is available we use this. Else we have
[all …]

12345678910>>...14