Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
DNEWS15 * added a new extension `z` to clear pattern space even in the presence
18 * a preexisting GNU gettext installation is needed in order to compile
35 command and the following backslash, arguments to the `l' command.
36 --posix disables all extensions to regular expressions.
71 /.\+/ only looks for a single character, and does not try to find as
72 many of them as possible like it used to do.
74 * added a note to BUGS and the manual about changed interpretation
82 is used (regex tests had to be enabled separately up to now).
111 but as soon as more text is sent to the same output stream, the
115 arguably gives the ``least expected surprise''. Thanks to Stepan
[all …]
DChangeLog48 * sed/sed.c: Fix copyright years. Change COPYRIGHT_NOTICE to
55 * sed/compile.c: Declare bool arguments as int instead to please AIX XLC.
56 * sed/execute.c: Declare bool arguments as int instead to please AIX XLC.
57 * sed/utils.c: Declare bool arguments as int instead to please AIX XLC.
58 * sed/utils.h: Declare bool arguments as int instead to please AIX XLC.
67 * configure.ac: Do not create homonymous links from builddir to srcdir.
90 * sed/Makefile.am: Order libraries according to their dependencies.
110 * configure.ac: Point to GNU project mailing lists.
171 backslash; do not accept an argument to the l command.
183 * configure.ac: Remove useless macros, switch to external gettext.
[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.
DMakevars12 # These options get passed to xgettext.
27 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
29 # sources, belong to the copyright holder of the package.) Translators are
30 # expected to transfer the copyright for their translations to this person
31 # or entity, or to disclaim their copyright. The empty string stands for
32 # the public domain; in this case the translators are expected to disclaim
36 # This is the email address or URL to which the translators shall report
40 # - Strings which use unclear terms or require additional context to be
48 # can write to without being subscribed, or the URL of a web page through
/ndk/build/tools/toolchain-licenses/
DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
11 The licenses for most software are designed to take away your
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
16 Foundation's software and to any other program whose authors commit to
18 the GNU Library General Public License instead.) You can apply it to
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
[all …]
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT2 call the "dev-scripts", that are only used to develop the NDK
3 itself, i.e. they are un-needed when using ndk-build to build
6 Their purpose is to handle various sophisticated issues:
18 This document is here to explain how to use these dev-scripts and how
19 everything is architected / designed, in case you want to maintain it.
38 compiled to generate useful host programs for the final NDK
49 the dev-script 'build-gabi++.sh' can be used to generate prebuilt
55 The dev-script 'build-stlport.sh' can be used to generate prebuilt
60 The dev-script 'build-gnu-libstdc++.sh' is used to generate prebuilt
65 This directory contains a few headers used to use the native system
[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()
/ndk/sources/host-tools/sed-4.2.1/m4/
D00gnulib.m44 dnl gives unlimited permission to copy and/or distribute it,
13 # Define NAME to expand to VALUE on the first use (whether by direct
14 # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses.
18 # same effect. Quoting is necessary to avoid confusing Automake.
28 # Witness macro that this file has been included. Needed to force
29 # Automake to include this file prior to all other gnulib .m4 files.
Dinclude_next.m44 dnl gives unlimited permission to copy and/or distribute it,
11 dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to
14 dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler
16 dnl the given file, or to 'include' otherwise.
19 dnl so as to avoid GCC warnings when the gcc option -pedantic is used.
22 dnl opposed to the search path specified with '-I' options). Namely, gcc
24 dnl __STDC__ evaluates to 0 instead of to 1. The latter is an undesired side
25 dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead
35 dnl IBM C 9.0, 10.1 (original versions, prior to the 2009-01 updates) on
42 dnl compiler's <math.h>. By virtue of the second bug, we need to use
[all …]
Dextensions.m46 # gives unlimited permission to copy and/or distribute it,
12 # enough in this area it's likely we'll need to redefine
18 # typically due to standards-conformance issues.
20 # AC_DEFINE. The goal here is to define all known feature-enabling
32 [Define to 1 if you need to in order for `stat' and other
33 things to work.])
35 [Define to 2 if the system does not provide POSIX.1 features
38 [Define to 1 if on MINIX.])
41 dnl HP-UX 11.11 defines mbstate_t only if _XOPEN_SOURCE is defined to 500,
47 [Define to 500 only on HP-UX.])
[all …]
Dregex.m47 # gives unlimited permission to copy and/or distribute it,
30 # following run test, then default to *not* using the included regex.c.
52 This test needs valgrind to catch the bug on Debian
54 on other platforms and it shouldn't hurt to try the
148 /* REG_STARTEND was added to glibc on 2004-01-15.
176 [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.])
[all …]
Ddouble-slash-root.m44 dnl gives unlimited permission to copy and/or distribute it,
12 # When cross-compiling, there is no way to tell whether // is special
13 # short of a list of hosts. However, the only known hosts to date
14 # that have a distinct // are Apollo DomainOS (too old to port to),
16 # special semantics and is distinct from /, please report it to
36 [Define to 1 if // is a file system root distinct from /.])
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c239 str_append(to, string, length) in str_append() argument
240 struct line *to; in str_append()
244 size_t new_length = to->length + length;
246 if (to->alloc < new_length)
247 resize_line(to, new_length);
248 MEMCPY(to->active + to->length, string, length);
249 to->length = new_length;
255 size_t n = MBRLEN (string, length, &to->mbstate);
260 memset (&to->mbstate, 0, sizeof (to->mbstate));
278 str_append_modified(to, string, length, type) in str_append_modified() argument
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmadding.sed5 # the point of this test, in case it isn't obvious, is to overfill fixed
8to learn if the waggoner were coming. He was not yet in sight; and her eyes crept back to the pac…
Dmadding.inp1to learn if the waggoner were coming. He was not yet in sight; and her eyes crept back to the pac…
Dmadding.good1to learn if the waggoner were coming. He was not yet in sight; and her eyes crept back to the pac…
/ndk/
DREADME.TXT4 Welcome, this NDK is designed to allow Android application developers
5 to include native code in their Android application packages, compiled
18 Before using the NDK, you will need to follow the steps described by
20 to set it up properly on your machine.
22 We recommend developers to make themselves familiar with JNI concepts. Also
23 note that the NDK is *not* a good way to write non-JNI native code for the
28 See docs/SYSTEM-ISSUES.html for a list of important issues related to
31 Finally, discussions related to the Android NDK happen on the public
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info21 write to the Free Software Foundation, 59 Temple Place - Suite 330,
44 write to the Free Software Foundation, 59 Temple Place - Suite 330,
82 * Rename files to lower case::
104 `sed' is a stream editor. A stream editor is used to perform basic text
106 While in some ways similar to an editor which permits scripted edits
108 and is consequently more efficient. But it is `sed''s ability to
130 specifies a script to be executed, that is if neither of the `-e' and
149 produces output when explicitly told to via the `p' command.
153 Add the commands in SCRIPT to the set of commands to be run while
158 Add the commands contained in the file SCRIPT-FILE to the set of
[all …]
Dsed.texi47 If not, write to the Free Software Foundation, 59 Temple Place - Suite
115 * Rename files to lower case::
134 * Circumflex/dollar sign/period:: Behave specially with regard to new lines
143 * Recursive patterns:: For example to match parentheses
156 A stream editor is used to perform basic text
159 While in some ways similar to an editor which
163 But it is @command{sed}'s ability to filter text in a pipeline
187 other @var{options} specifies a script to be executed, that is if neither
217 and @command{sed} only produces output when explicitly told to
225 Add the commands in @var{script} to the set of commands to be
[all …]
Dsed-in.texi46 If not, write to the Free Software Foundation, 59 Temple Place - Suite
114 * Rename files to lower case::
133 * Circumflex/dollar sign/period:: Behave specially with regard to new lines
142 * Recursive patterns:: For example to match parentheses
155 A stream editor is used to perform basic text
158 While in some ways similar to an editor which
162 But it is @command{sed}'s ability to filter text in a pipeline
186 other @var{options} specifies a script to be executed, that is if neither
216 and @command{sed} only produces output when explicitly told to
224 Add the commands in @var{script} to the set of commands to be
[all …]
/ndk/tests/device/test-basic-exceptions/
DREADME1 This test is meant to test the most basic level of exception support
4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
5 and that's it. Alternatively, use it in APP_CFLAGS to add the flag to all your
8 This is really a way to check that the C++ compiler properly links against

12345678910>>...12