Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 216) sorted by relevance

123456789

/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp31 const char* from, in do_length() argument
34 { return (int)(min) ( __STATIC_CAST(size_t, (end - from)), mx); } in do_length()
84 const intern_type* from, 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()
92 from_next = from + len; in do_out()
99 const extern_type* from, in do_in() argument
105 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_in()
106 copy(__REINTERPRET_CAST(const unsigned char*, from), in do_in()
107 __REINTERPRET_CAST(const unsigned char*, from) + len, to); in do_in()
[all …]
Dfacets_byname.cpp307 const intern_type* from, in do_out() argument
313 while (from != from_end && to != to_limit) { in do_out()
315 to, to_limit - to, *from, in do_out()
318 from_next = from; in do_out()
323 from_next = from; in do_out()
328 ++from; in do_out()
332 from_next = from; in do_out()
339 const extern_type* from, in do_in() argument
345 while (from != from_end && to != to_end) { in do_in()
347 to, from, from_end - from, in do_in()
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-f6 ."we then call make with the rules from the concatenated \n"
19 print MAKEFILE "\t\@echo This is the output from the original makefile\n";
28 print MAKEFILE "\t\@echo This is the output from makefile 2\n";
34 print MAKEFILE "\t\@echo This is the output from makefile 3\n";
39 $answer = "This is the output from the original makefile\n";
47 # Run Make again with the rule from the second makefile: TWO
48 $answer = "This is the output from makefile 2\n";
55 # Run Make again with the rule from the third makefile: THREE
57 $answer = "This is the output from makefile 3\n";
68 $answer = "This is the output from makefile 2\n";
[all …]
Dsymlinks28 run_make_test('targ: sym ; @echo make $@ from $<', '',
30 run_make_test(undef, '-L', "make targ from sym");
34 run_make_test(undef, '', "make targ from sym");
35 run_make_test(undef, '-L', "make targ from sym");
50 run_make_test(undef, '-L', "make targ from sym");
58 run_make_test('targ: sym ; @echo make $@ from $<', '',
61 run_make_test('targ: sym ; @echo make $@ from $<', '-L',
62 'make targ from sym');
/ndk/sources/host-tools/make-3.81/config/
DChangeLog18 * codeset.m4: New file, from gettext-0.11.1.
19 * gettext.m4: New file, from gettext-0.11.1.
20 * glibc21.m4: New file, from gettext-0.11.1.
21 * iconv.m4: New file, from gettext-0.11.1.
22 * isc-posix.m4: New file, from gettext-0.11.1.
23 * lcmessage.m4: New file, from gettext-0.11.1.
24 * lib-ld.m4: New file, from gettext-0.11.1.
25 * lib-link.m4: New file, from gettext-0.11.1.
26 * lib-prefix.m4: New file, from gettext-0.11.1.
27 * progtest.m4: New file, from gettext-0.11.1.
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp396 string from("abcdef"); in in_out_test() local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, in in_out_test()
403 CPPUNIT_ASSERT( next_from == from.data() + 1 ); in in_out_test()
410 wstring from(L"abcdef"); in in_out_test() local
414 … cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, in in_out_test()
417 CPPUNIT_ASSERT( next_from == from.data() + 1 ); in in_out_test()
443 string from("abcdef"); in length_test() local
444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size()); in length_test()
445 CPPUNIT_ASSERT( (size_t)res == from.size() ); in length_test()
594 const char* from = utf8_str.data(); in special_encodings() local
[all …]
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp396 string from("abcdef"); in in_out_test() local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, in in_out_test()
403 CPPUNIT_ASSERT( next_from == from.data() + 1 ); in in_out_test()
410 wstring from(L"abcdef"); in in_out_test() local
414 … cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, in in_out_test()
417 CPPUNIT_ASSERT( next_from == from.data() + 1 ); in in_out_test()
443 string from("abcdef"); in length_test() local
444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size()); in length_test()
445 CPPUNIT_ASSERT( (size_t)res == from.size() ); in length_test()
594 const char* from = utf8_str.data(); in special_encodings() local
[all …]
/ndk/sources/host-tools/make-3.81/
Dvmsify.c66 copyto (char **to, char **from, char upto, int as_dir) in copyto() argument
70 s = strrchr (*from, '.'); in copyto()
72 while (**from) in copyto()
74 if (**from == upto) in copyto()
78 (*from)++; in copyto()
80 while (**from == upto); in copyto()
83 if (**from == '.') in copyto()
86 || (*from != s)) in copyto()
94 if (isupper ((unsigned char)**from)) in copyto()
95 **to = tolower ((unsigned char)**from); in copyto()
[all …]
DChangeLog9 Remove update of make.texi from the list of things to do; we use
15 support from automake, as described in the Texinfo manual.
53 (die): Cleanup code was removed from here; call the new function.
62 Patch from Joseph Myers <joseph@codesourcery.com>
104 locator function find_and_set_default_shell if SHELL came from the
121 if we get it from an intermediate dep, since those get freed.
164 it (could happen if it comes from the command line or a default
244 timestamp from -o or -W, use that instead of the real time.
245 * remake.c (f_mtime): If the mtime is a special token from -o or
249 Updates from Markus Mauhart <qwe123@chello.at>:
[all …]
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp406 char *from = to; in _M_read() local
407 char *last = from + numberOfBytesRead - 1; in _M_read()
408 for (; from <= last && *from != _STLP_CTRLZ; ++from) { in _M_read()
409 if (*from != _STLP_CR) in _M_read()
410 *to++ = *from; in _M_read()
412 if (from < last) { // not at buffer end in _M_read()
413 if (*(from + 1) != _STLP_LF) in _M_read()
451 if (from <= last) { // terminated due to CTRLZ in _M_read()
452 SetFilePointer(_M_file_id, -(LONG)((last + 1) - from), 0, FILE_CURRENT); in _M_read()
/ndk/sources/host-tools/make-3.81/tests/
DNEWS1 Changes from 0.4.9 to 3.78 (Sep 6, 1999):
20 Changes from 0.4.8 to 0.4.9 (May 14, 1998):
26 warning messages from the output before comparing it to the
32 Changes from 0.4.7 to 0.4.8 (May 14, 1998):
39 Changes from 0.4.6 to 0.4.7 (August 18, 1997):
53 Changes from 0.4.5 to 0.4.6 (April 07, 1997):
66 Changes from 0.4.4 to 0.4.5 (April 29, 1995):
79 Changes from 0.4.3 to 0.4.4 (March 1995):
98 Changes from 0.4 to 0.4.3 (October 1994):
119 Changes from 0.3 to 0.4 (August 1993):
[all …]
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0178 You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
179 aclocal.m4:722: _AM_SET_OPTIONS is expanded from...
180 aclocal.m4:396: AM_INIT_AUTOMAKE is expanded from...
355 You should run autoupdate.], [../../lib/autoconf/specific.m4:432: AC_AIX is expanded from...
430 You should run autoupdate.], [../../lib/autoconf/specific.m4:442: AC_ISC_POSIX is expanded from...
433 You should run autoupdate.], [../../lib/autoconf/specific.m4:437: AC_MINIX is expanded from...
473 …should run autoupdate.], [../../lib/autoconf/status.m4:1019: AC_OUTPUT_COMMANDS is expanded from...
474 config/po.m4:23: AM_PO_SUBDIRS is expanded from...
475 config/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
481 You should run autoupdate.], [../../lib/autoconf/general.m4:2654: AC_TRY_LINK is expanded from...
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c120 static int __mbtowc(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) { in __mbtowc() argument
124 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1); in __mbtowc()
135 if (count == 1 && __isleadbyte(*from, l->cleads)) return (size_t)-2; in __mbtowc()
136 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1); in __mbtowc()
144 const char *from, size_t n, mbstate_t *shift_state) { in _WLocale_mbtowc() argument
148 result = MultiByteToWideChar(lcodecvt->cp, lcodecvt->mbtowc_flags, from, 1, to, 1); in _WLocale_mbtowc()
156 retval = __mbtowc(lcodecvt, to, from, count); in _WLocale_mbtowc()
/ndk/sources/host-tools/sed-4.2.1/m4/
Ddouble-slash-root.m410 AC_CACHE_CHECK([whether // is distinct from /], [gl_cv_double_slash_root],
16 # special semantics and is distinct from /, please report it to
36 [Define to 1 if // is a file system root distinct from /.])
Dregex.m410 dnl Initially derived from code in GNU grep.
76 /* This test is from glibc bug 3957, reported by Andrew Mackey. */
87 /* This regular expression is from Spencer ere test number 75
106 /* The following example is derived from a problem report
107 against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>. */
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c432 static void line_copy P_((struct line *from, struct line *to, int state));
434 line_copy(from, to, state) in line_copy() argument
435 struct line *from; in line_copy()
442 if (to->alloc < from->length)
445 if (to->alloc < from->length)
446 to->alloc = from->length;
456 to->length = from->length;
457 to->chomped = from->chomped;
458 MEMCPY(to->active, from->active, from->length);
462 MEMCPY(&to->mbstate, &from->mbstate, sizeof (from->mbstate));
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddistrib.inp2 Received: from s1.msi.umn.edu (s1.msi.umn.edu [128.101.24.1]) by cygnus.com (8.6.9/8.6.9) with ESMT…
3 Received: from cygint.cygnus.com (cygint.cygnus.com [140.174.1.1]) by s1.msi.umn.edu (8.6.10/8.6.9)…
4 Received: from phydeaux.cygnus.com (phydeaux.cygnus.com [140.174.1.85]) by cygnus.com (8.6.9/8.6.9)…
Dmadding.sed1 # this is from Thomas Hardy's _Far From the Madding Crowd_.
8from the windows of the house just vacated. There was also a cat in a willow basket, from the par…
D8bit.sed1 # The first poem from the Man'yoshu. I like Hitomaro's poems better
3 # of this poem is from $BNc2r8E8l<-E5(B($BBh;0HG(B)$B;0>JF2(B.
Dmadding.inp1from the windows of the house just vacated. There was also a cat in a willow basket, from the par…
Dmadding.good1from the windows of the house just vacated. There was also a cat in a willow basket, from the par…
/ndk/sources/host-tools/sed-4.2.1/
DREADME.boot21 of sed beyond those which actually keep the ``bootstrap'' version from
22 building, or sed's configure script from running properly. I am
23 especially uninterested in compiler warnings from the bootstrap build.
DCOPYING30 To protect your rights, we need to prevent others from denying you
85 To "modify" a work means to copy from or adapt all or part of the work
149 can regenerate automatically from other parts of the Corresponding
160 permission to run the unmodified Program. The output from running a
173 and control, on terms that prohibit them from making any copies of
212 produce it from the Program, in the form of source code under the
268 Corresponding Source from a network server at no charge.
276 d) Convey the object code by offering access from a designated
295 from the Corresponding Source as a System Library, need not be
313 and execute modified versions of a covered work in that User Product from
[all …]
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog48 * fnmatch.c: Update to latest version from GLIBC.
53 from GLIBC.
68 * glob.c, fnmatch.c: New versions from the GLIBC folks (Ulrich
79 * glob.c, fnmatch.c: New versions of these files from the GLIBC
103 * SMakefile, Makefile.ami, glob.c, glob.h, fnmatch.c: Updated from
118 * glob: Updates from latest GNU libc glob code.
137 Win32 hacks from <Rob_Tulloh@tivoli.com>.
156 only for ?s, not for *s. Fix from Chet Ramey.
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT10 - rebuilding other required host tools (e.g. ndk-stack) from sources
12 - rebuilding all target-specific prebuilt binaries from sources
50 libraries from these sources, that will be copied under this
56 libraries from these sources, that will be copied under this directory.
61 libraries from the sources that are located in the toolchain source
87 it is separate from $NDK is because it is not primarly developed in
116 All these headers are independent from the CPU architecture of target devices.
130 had been hand-picked from various platform builds. These have been
145 These files can be generated from a given platform build using the
223 from the top of the public AOSP repositories. There are actually several
[all …]

123456789