/ndk/tests/device/test-gnustl-full/unit/ |
D | alg_test.cpp | 277 char chars[] = {1, 2}; in find_first_of_test() local 286 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 291 unsigned char chars[] = {1, 2, 255}; in find_first_of_test() local 300 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 305 signed char chars[] = {93, 2, -101, 13}; in find_first_of_test() local 315 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 320 char chars[] = {1, 2}; in find_first_of_test() local 329 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test()
|
D | istmit_test.cpp | 89 string chars; in copy_n_test() local 91 2, back_inserter(chars)).first, in copy_n_test() 92 2, back_inserter(chars)).first; in copy_n_test() 93 CPPUNIT_ASSERT( chars == "aabb" ); in copy_n_test() 94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test() 95 CPPUNIT_ASSERT( chars == "aabbcd" ); in copy_n_test()
|
D | equal_test.cpp | 92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local 94 const unsigned count = sizeof(chars) - 1; in equal_range2() 95 pair<char*, char*> range = equal_range((char*)chars, (char*)chars + count, 'q', less<char>()); in equal_range2() 96 CPPUNIT_ASSERT( (range.first - chars) == 18 ); in equal_range2() 97 CPPUNIT_ASSERT( (range.second - chars) == 22 ); in equal_range2() 101 range = equal_range((char*)chars, (char*)chars + count, 'm', less<char>()); in equal_range2()
|
/ndk/tests/device/test-stlport/unit/ |
D | alg_test.cpp | 277 char chars[] = {1, 2}; in find_first_of_test() local 286 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 291 unsigned char chars[] = {1, 2, 255}; in find_first_of_test() local 300 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 305 signed char chars[] = {93, 2, -101, 13}; in find_first_of_test() local 315 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test() 320 char chars[] = {1, 2}; in find_first_of_test() local 329 first = find_first_of(intv.begin(), intv.end(), chars, chars + sizeof(chars)); in find_first_of_test()
|
D | istmit_test.cpp | 89 string chars; in copy_n_test() local 91 2, back_inserter(chars)).first, in copy_n_test() 92 2, back_inserter(chars)).first; in copy_n_test() 93 CPPUNIT_ASSERT( chars == "aabb" ); in copy_n_test() 94 copy_n(ite, 2, back_inserter(chars)); in copy_n_test() 95 CPPUNIT_ASSERT( chars == "aabbcd" ); in copy_n_test()
|
D | equal_test.cpp | 92 char chars[] = "aabbccddggghhklllmqqqqssyyzz"; in equal_range2() local 94 const unsigned count = sizeof(chars) - 1; in equal_range2() 95 pair<char*, char*> range = equal_range((char*)chars, (char*)chars + count, 'q', less<char>()); in equal_range2() 96 CPPUNIT_ASSERT( (range.first - chars) == 18 ); in equal_range2() 97 CPPUNIT_ASSERT( (range.second - chars) == 22 ); in equal_range2() 101 range = equal_range((char*)chars, (char*)chars + count, 'm', less<char>()); in equal_range2()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | mac-mf.inp | 9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 34 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 39 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 44 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 49 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 54 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW [all …]
|
D | mac-mf.good | 9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 34 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 39 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 44 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 49 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 54 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW [all …]
|
D | uniq.good | 35 * Debugging function to print chars * 126 /* Print a sequence of chars in printable format, stopping at the end of the 729 printf (">>>>> Skipped %d chars to reach first character\n",
|
D | uniq.inp | 395 * Debugging function to print chars * 515 /* Print a sequence of chars in printable format, stopping at the end of the 1502 printf (">>>>> Skipped %d chars to reach first character\n",
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | cclass.h | 41 char *chars; member
|
D | regcomp.c | 787 u = cp->chars; in p_b_cclass()
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 84 * Reverse chars of lines:: 88 * wc -c:: Counting chars 1175 * Reverse chars of lines:: 1181 * wc -c:: Counting chars 1222 # keep first 81 chars (80 + a newline) 1394 File: sed.info, Node: Print bash environment, Next: Reverse chars of lines, Prev: Rename files t… 1428 File: sed.info, Node: Reverse chars of lines, Next: tac, Prev: Print bash environment, Up: Exam… 1474 File: sed.info, Node: tac, Next: cat -n, Prev: Reverse chars of lines, Up: Examples 1982 # got chars? print it again, etc... 1985 # no, don't have chars: got an empty line [all …]
|
D | sed.texi | 117 * Reverse chars of lines:: 121 * wc -c:: Counting chars 1143 @item y/@var{source-chars}/@var{dest-chars}/ 1150 any of the @var{source-chars} with the corresponding character 1151 in @var{dest-chars}. 1154 @code{\}, or newlines can appear in the @var{source-chars} or @var{dest-chars} 1156 The @var{source-chars} and @var{dest-chars} lists @emph{must} 1634 * Reverse chars of lines:: 1640 * wc -c:: Counting chars 1689 # keep first 81 chars (80 + a newline) [all …]
|
D | sed-in.texi | 116 * Reverse chars of lines:: 120 * wc -c:: Counting chars 1142 @item y/@var{source-chars}/@var{dest-chars}/ 1149 any of the @var{source-chars} with the corresponding character 1150 in @var{dest-chars}. 1153 @code{\}, or newlines can appear in the @var{source-chars} or @var{dest-chars} 1155 The @var{source-chars} and @var{dest-chars} lists @emph{must} 1633 * Reverse chars of lines:: 1639 * wc -c:: Counting chars 1681 # keep first 81 chars (80 + a newline) [all …]
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 2548 % Set sfcode to normal for the chars that usually have another value. 4361 % and is used in the definitions of the active chars like <, >, |, etc. 6687 % distinguishable. Prevent hyphenation at `-' chars. 6709 % Make control sequences which act like normal parenthesis chars. 7026 \let\hash=##% convert placeholders to macro parameter chars 9268 @c don't make ` and ' active, @code will not get them as active chars.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 2789 * rx.c: make translation tables unsigned chars
|