Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in7 /* Define to the number of bits in type 'ptrdiff_t'. */
10 /* Define to the number of bits in type 'sig_atomic_t'. */
13 /* Define to the number of bits in type 'size_t'. */
16 /* Define to the number of bits in type 'wchar_t'. */
19 /* Define to the number of bits in type 'wint_t'. */
22 /* Define to the copyright year printed by --version. */
25 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
30 /* Define to 1 if using `alloca.c'. */
33 /* Define to 1 if // is a file system root distinct from /. */
39 /* Define to 1 if translation of program messages to the user's native
[all …]
DINSTALL8 unlimited permission to copy, distribute and modify it.
15 The `configure' shell script attempts to guess correct values for
17 those values to create a `Makefile' in each directory of the package.
20 you can run in the future to recreate the current configuration, and a
26 the results of its tests to speed up reconfiguring. (Caching is
27 disabled by default to prevent problems with accidental use of stale
30 If you need to do unusual things to compile the package, please try
31 to figure out how `configure' could check whether to do them, and mail
32 diffs or instructions to the address given in the `README' so they can
34 some point `config.cache' contains results you don't want to keep, you
[all …]
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
15 to take away your freedom to share and change the works. By contrast,
16 the GNU General Public License is intended to guarantee your freedom to
17 share and change all versions of a program--to make sure it remains free
19 GNU General Public License for most of our software; it applies also to
20 any other work released this way by its authors. You can apply it to
23 When we speak of free software, we are referring to freedom, not
24 price. Our General Public Licenses are designed to make sure that you
25 have the freedom to distribute copies of free software (and charge for
30 To protect your rights, we need to prevent others from denying you
[all …]
/ndk/sources/host-tools/make-3.81/
Dconfig.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11 /* Define to 1 if using `alloca.c'. */
14 /* Define to 1 if using `getloadavg.c'. */
17 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
20 /* Define to 1 if translation of program messages to the user's native
27 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
31 /* Define to 1 if you have `alloca', as a function or macro. */
34 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
38 /* Define if your compiler conforms to the ANSI C standard. */
[all …]
Dconfig.h.W3216 GNU Make; see the file COPYING. If not, write to the Free Software
29 /* Define to 1 if the `closedir' function returns void instead of `int'. */
32 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
37 /* Define to 1 if using `alloca.c'. */
40 /* Define to 1 if using `getloadavg.c'. */
43 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
46 /* Define to 1 if translation of program messages to the user's native
53 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
57 /* Define to 1 if you have `alloca', as a function or macro. */
60 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
[all …]
DINSTALL8 unlimited permission to copy, distribute and modify it.
15 The `configure' shell script attempts to guess correct values for
17 those values to create a `Makefile' in each directory of the package.
20 you can run in the future to recreate the current configuration, and a
26 the results of its tests to speed up reconfiguring. (Caching is
27 disabled by default to prevent problems with accidental use of stale
30 If you need to do unusual things to compile the package, please try
31 to figure out how `configure' could check whether to do them, and mail
32 diffs or instructions to the address given in the `README' so they can
34 some point `config.cache' contains results you don't want to keep, you
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_out.pass.cpp31 std::vector<char> to(from.size()+1); in main() local
36 to.data(), to.data() + to.size(), to_next); in main()
39 assert(to_next - to.data() == from.size()); in main()
40 assert(to.data() == std::string("some text")); in main()
45 std::vector<char> to(from.size()+1); in main() local
50 to.data(), to.data() + to.size(), to_next); in main()
53 assert(to_next - to.data() == from.size()); in main()
54 assert(memcmp(to.data(), "some\0text", from.size()) == 0); in main()
58 std::vector<char> to(from.size()-1); in main() local
63 to.data(), to.data() + to.size()-1, to_next); in main()
[all …]
Dwchar_t_in.pass.cpp30 std::basic_string<F::intern_type> to(from.size(), F::intern_type()); in main() local
36 &to[0], &to[0] + to.size(), to_next); in main()
39 assert(to_next - to.data() == expected.size()); in main()
40 assert(to_next - to.data() == expected.size()); in main()
41 assert(to == expected); in main()
/ndk/docs/text/
DHOWTO.text7 How to force the display of build commands:
11 displayed. This can be used to verify that things are compiled
12 as you expect them to, and check for bugs in the NDK build system.
17 How to force a rebuild of all your sources:
25 How to store your native sources in a location other than $PROJECT/jni:
28 First, you can simply tell your $PROJECT/jni/Android.mk to include
32 to point to an alternative Android.mk file.
35 How to build a project's native files without cd-ing to it:
38 Sometimes, you may need to rebuild a project's native file without
39 being able to cd to its top-level path from the command-line. This
[all …]
DAPPLICATION-MK.text7 written to describe the native modules required by your Android
19 The purpose of `Application.mk` is to describe which native
24 where `$PROJECT` points to your application's project directory.
26 Another alternative is to place it under a sub-directory of the top-level
31 Where <myapp> is a short name used to describe your 'application'
32 to the NDK build system (this name doesn't go into your generated
40 > This variable should give the *absolute* path to your
41 > Application's project root directory. This is used to copy/install
42 > stripped versions of the generated JNI shared libraries to a
43 > specific location known to the APK-generating tools.
[all …]
DPREBUILTS.text5 static), i.e. the ability to include and use, in your applications,
10 1. You want to distribute your own libraries to third-party NDK developers
13 2. You want to use a prebuilt version of your own libraries to speed up
22 Each prebuilt library must be declared as a *single* independent module to
33 Notice that, to declare such a module, you really only need the following:
35 1. Give the module a name (here '`foo-prebuilt`'). This does not need to
36 correspond to the name of the prebuilt library itself.
38 2. Assign to LOCAL_SRC_FILES the path to the prebuilt library you are
39 providing. As usual, the path is relative to your LOCAL_PATH.
42 to the target ABI you are using. More on this later.
[all …]
DANDROID-MK.text7 written to describe your C and C++ source files to the Android
15 An `Android.mk` file is written to describe your sources to the
20 should try to minimize the variables you declare there and
23 - The file syntax is designed to allow you to group your
30 Only shared libraries will be installed/copied to your
31 application package. Static libraries can be used to generate
38 don't need to list header files or explicit dependencies between
42 This also means that, when updating to newer releases of the NDK,
43 you should be able to benefit from new toolchain/platform support
44 without having to touch your `Android.mk` files.
[all …]
DNDK-BUILD.text8 to simplify building machine code.
17 Where $NDK points to your NDK installation path. You can also create an
18 alias or add $NDK to your PATH to avoid typing it every time.
24 All parameters to 'ndk-build' are passed directly to the underlying GNU Make
48 --> rebuild, using a specific Application.mk pointed to by
53 don't want to 'cd' to it in your terminal.
59 In NDK r5, ndk-build has been modified to make it easier to switch between
67 which is to inspect the AndroidManifest.xml, if any, and see if its
72 won't need to touch your AndroidManifest.xml file at all!
81 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
[all …]
DSTANDALONE-TOOLCHAIN.text4 It is now possible to use the toolchains provided with the Android NDK as
6 system, and only need to ability to invoke the cross-compiler to add support
7 to Android for it.
13 This document explains how to do that:
18 Before anything else, you need to decide whether your standalone toolchain
19 is going to target ARM-based devices, x86-based, or MIPS-based one.
20 Each architecture corresponds to a different toolchain name. For example:
29 The second thing you need to know is which Android native API level you want
30 to target. Each one of them provides a different various APIs, which are
31 documented under doc/STABLE-APIS.html, and correspond to the sub-directories
[all …]
DNDK-GDB.text10 The Android NDK r4 introduced a helper shell script named 'ndk-gdb' to
20 Where $NDK points to your NDK installation path. You can also create an
21 alias or add $NDK to your PATH to avoid typing it every time.
33 element that sets the android:debuggable attribute to "true"
37 ndk-gdb will not work if you try to run your application on
45 If you are using the ADT Eclipse plug-in to build your
77 or --launch=<name> option to automatically start your activity before the
80 When it successfully attaches to your application process, ndk-gdb will give
81 you a normal GDB prompt, after setting up the session to properly look for
96 these libraries corresponding to your target device on your
[all …]
/ndk/sources/host-tools/make-3.81/tests/
DNEWS1 Changes from 0.4.9 to 3.78 (Sep 6, 1999):
3 Lots of new tests. Renamed to follow the GNU make scheme. Also
6 Rob Tulloh contributed some changes to get the test suite running on
13 Eli Zaretski contributed changes to get the test suite running on
17 If you're on Unix, you can continue to run "./run_make_tests ..." as
20 Changes from 0.4.8 to 0.4.9 (May 14, 1998):
22 Release by Paul D. Smith <psmith@baynetworks.com>; I'm the one to
25 Add some perl to test_driver.pl to strip out GNU make clock skew
26 warning messages from the output before comparing it to the
32 Changes from 0.4.7 to 0.4.8 (May 14, 1998):
[all …]
/ndk/sources/host-tools/nawk-20071023/
DFIXES5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
26 was sent to the printers in August, 1987.
29 minor fix in lib.c: increase inputFS to 100, change malloc
30 for fields to n+1.
34 thanks to david o'brien, freebsd, for both fixes.
37 fiddle in makefile to fix for BSD make; thanks to igor sobrado.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho
44 who actually did the fix (in b.c), and to wolfgang seeberg for finding
47 fixed quotation in b.c; thanks to Hal Pratt and the Princeton Dante
[all …]
/ndk/sources/host-tools/sed-4.2.1/po/
Den@quot.header7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
Den@boldquot.header7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
/ndk/sources/host-tools/make-3.81/po/
Den@quot.header7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
Den@boldquot.header7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
14 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
15 # When output to an ISO-8859-1 terminal, the single quotation marks are
16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
/ndk/tests/build/test-gnustl-chrono/jni/
Dhanoi.c3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) { in hanoi() argument
5 callback(from, to); in hanoi()
7 hanoi(from, mid, to, n - 1, callback); in hanoi()
8 callback(from, to); in hanoi()
9 hanoi(mid, to, from, n - 1, callback); in hanoi()
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
15 to take away your freedom to share and change the works. By contrast,
16 the GNU General Public License is intended to guarantee your freedom to
17 share and change all versions of a program--to make sure it remains free
19 GNU General Public License for most of our software; it applies also to
20 any other work released this way by its authors. You can apply it to
23 When we speak of free software, we are referring to freedom, not
24 price. Our General Public Licenses are designed to make sure that you
25 have the freedom to distribute copies of free software (and charge for
30 To protect your rights, we need to prevent others from denying you
[all …]
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING35 Everyone is permitted to copy and distribute verbatim copies
14 to take away your freedom to share and change the works. By contrast,
15 the GNU General Public License is intended to guarantee your freedom to
16 share and change all versions of a program--to make sure it remains free
18 GNU General Public License for most of our software; it applies also to
19 any other work released this way by its authors. You can apply it to
22 When we speak of free software, we are referring to freedom, not
23 price. Our General Public Licenses are designed to make sure that you
24 have the freedom to distribute copies of free software (and charge for
29 To protect your rights, we need to prevent others from denying you
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp87 extern_type* to, in do_out() argument
90 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_out()
91 copy(from, from + len, to); in do_out()
93 to_next = to + len; in do_out()
102 intern_type* to, in do_in() argument
105 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_in()
107 __REINTERPRET_CAST(const unsigned char*, from) + len, to); in do_in()
109 to_next = to + len; in do_in()
115 extern_type* to, in do_unshift() argument
118 to_next = to; in do_unshift()

12345678910>>...27