/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/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/sources/host-tools/ndk-stack/regex/ |
D | cclass.h | 41 const char *chars; member
|
D | regcomp.c | 787 u = cp->chars; in p_b_cclass()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 2304 inline Target lexical_cast(const char* chars, std::size_t count) in lexical_cast() argument 2307 ::boost::iterator_range<const char*>(chars, chars + count) in lexical_cast() 2313 inline Target lexical_cast(const unsigned char* chars, std::size_t count) in lexical_cast() argument 2316 ::boost::iterator_range<const unsigned char*>(chars, chars + count) in lexical_cast() 2321 inline Target lexical_cast(const signed char* chars, std::size_t count) in lexical_cast() argument 2324 ::boost::iterator_range<const signed char*>(chars, chars + count) in lexical_cast() 2330 inline Target lexical_cast(const wchar_t* chars, std::size_t count) in lexical_cast() argument 2333 ::boost::iterator_range<const wchar_t*>(chars, chars + count) in lexical_cast() 2339 inline Target lexical_cast(const char16_t* chars, std::size_t count) in lexical_cast() argument 2342 ::boost::iterator_range<const char16_t*>(chars, chars + count) in lexical_cast() [all …]
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 85 * glob.c (glob_in_dir): If no meta chars exist in PATTERN and 89 Also, if we are searching and there are no meta chars, don't
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 234 changed types in posix chars structure to quiet solaris cc. 505 explicit hex in reg exprs now limited to 2 chars: \xa, \xaa. 522 in b.c where chars are used as table indices have been hand-crafted.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1799 % Set sfcode to normal for the chars that usually have another value. 3411 % and is used in the definitions of the active chars like <, >, |, etc. 5534 % distinguishable. Prevent hyphenation at `-' chars. 5556 % Make control sequences which act like normal parenthesis chars. 5867 \let\hash=##% convert placeholders to macro parameter chars
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 1510 shell escape chars. POSIX sh allows it to appear before a 2137 (find_char_unquote): Accept two char-constant stop chars, rather
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 4179 # 10*(2^10) chars as input seems more than enough 4245 # 10*(2^10) chars as input seems more than enough
|