/ndk/tests/device/test-gnustl-full/unit/ |
D | search_test.cpp | 76 char const* letters[] = { "Q", "E", "D" }; in search2() local 78 const unsigned letterCount = sizeof(letters) / sizeof(letters[0]); in search2() 79 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2() 83 copy((char const**)grades + 1, (char const**)grades + 1 + letterCount, (char const**)letters); in search2() 84 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
|
D | sort_test.cpp | 66 char const* letters[6] = {"bb", "aa", "ll", "dd", "qq", "cc" }; in stblsrt1() local 67 stable_sort(letters, letters + 6, string_less); in stblsrt1() 69 CPPUNIT_ASSERT( strcmp(letters[0], "aa") == 0 ); in stblsrt1() 70 CPPUNIT_ASSERT( strcmp(letters[1], "bb") == 0 ); in stblsrt1() 71 CPPUNIT_ASSERT( strcmp(letters[2], "cc") == 0 ); in stblsrt1() 72 CPPUNIT_ASSERT( strcmp(letters[3], "dd") == 0 ); in stblsrt1() 73 CPPUNIT_ASSERT( strcmp(letters[4], "ll") == 0 ); in stblsrt1() 74 CPPUNIT_ASSERT( strcmp(letters[5], "qq") == 0 ); in stblsrt1()
|
/ndk/tests/device/test-stlport/unit/ |
D | search_test.cpp | 76 char const* letters[] = { "Q", "E", "D" }; in search2() local 78 const unsigned letterCount = sizeof(letters) / sizeof(letters[0]); in search2() 79 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2() 83 copy((char const**)grades + 1, (char const**)grades + 1 + letterCount, (char const**)letters); in search2() 84 …t**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + lett… in search2()
|
D | sort_test.cpp | 66 char const* letters[6] = {"bb", "aa", "ll", "dd", "qq", "cc" }; in stblsrt1() local 67 stable_sort(letters, letters + 6, string_less); in stblsrt1() 69 CPPUNIT_ASSERT( strcmp(letters[0], "aa") == 0 ); in stblsrt1() 70 CPPUNIT_ASSERT( strcmp(letters[1], "bb") == 0 ); in stblsrt1() 71 CPPUNIT_ASSERT( strcmp(letters[2], "cc") == 0 ); in stblsrt1() 72 CPPUNIT_ASSERT( strcmp(letters[3], "dd") == 0 ); in stblsrt1() 73 CPPUNIT_ASSERT( strcmp(letters[4], "ll") == 0 ); in stblsrt1() 74 CPPUNIT_ASSERT( strcmp(letters[5], "qq") == 0 ); in stblsrt1()
|
/ndk/build/core/ |
D | definitions-host.mk | 181 ndk-windows-drive-letters := a b c d e f g h i j k l m n o p q r s t u v w x y z \ 184 ndk-windows-drive-patterns := $(foreach _drive,$(ndk-windows-drive-letters),$(_drive):%)
|
/ndk/sources/host-tools/make-3.81/ |
D | README.OS2 | 40 GNU make prints drive letters. This is necessary if you want to run 140 make not to use drive letters for directory names (i.e. _chdir2() and
|
D | make.h | 582 # warning NO_CHDIR2: usage of drive letters restricted
|
D | README.DOS | 13 3. Supports DOS drive letters in dependencies and pattern rules. 305 Drive letters in pathnames are also fully supported.
|
D | README.W32 | 129 GNU make handling of drive letters in pathnames (PATH, vpath, VPATH):
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1636 % In order for the font changes to affect most math symbols and letters, 2629 \errmessage{No more lowercase letters in @enumerate; get a bigger 2642 \errmessage{No more uppercase letters in @enumerate; get a bigger 3259 % not control letters, because the \space would be incorrect for 3263 % For control letters, we have \definedummyletter, which omits the 3278 % Non-English letters. 3338 % Control letters and accents. 3403 % We can just ignore other control letters. 3420 % Non-English letters. 3983 % This counter is funny since it counts through charcodes of letters A, B, ... [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 19 with DOS drive letters. Fixes Savannah bug #15947.
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 790 added some missing ansi printf conversion letters: %i %X %E %G.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 3579 and if its name consists only of letters, numbers, and underscores. 3581 characters other than letters, numbers, and underscores. 3703 automatically by `make' to contain the flag letters that `make' 3953 containing characters other than letters, numbers, and underscores 3962 It is traditional to use upper case letters in variable names, but we 3963 recommend using lower case letters for variable names that serve
|
D | make.texi | 4291 line, and if its name consists only of letters, numbers, and underscores. 4293 characters other than letters, numbers, and underscores. 4457 set up automatically by @code{make} to contain the flag letters that 4796 variable names containing characters other than letters, numbers, and 4805 It is traditional to use upper case letters in variable names, but we 4806 recommend using lower case letters for variable names that serve internal
|