Searched refs:elements (Results 1 – 20 of 20) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | count_test.cpp | 49 int elements = count(numbers.begin(), numbers.end(), 2); in count1() local 50 CPPUNIT_ASSERT(elements==33); in count1() 52 elements = 0; in count1() 53 count(numbers.begin(), numbers.end(), 2, elements); in count1() 54 CPPUNIT_ASSERT(elements==33); in count1() 62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1() local 63 CPPUNIT_ASSERT(elements==33); in countif1() 65 elements = 0; in countif1() 66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1() 67 CPPUNIT_ASSERT(elements==33); in countif1()
|
/ndk/tests/device/test-stlport/unit/ |
D | count_test.cpp | 49 int elements = count(numbers.begin(), numbers.end(), 2); in count1() local 50 CPPUNIT_ASSERT(elements==33); in count1() 52 elements = 0; in count1() 53 count(numbers.begin(), numbers.end(), 2, elements); in count1() 54 CPPUNIT_ASSERT(elements==33); in count1() 62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1() local 63 CPPUNIT_ASSERT(elements==33); in countif1() 65 elements = 0; in countif1() 66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1() 67 CPPUNIT_ASSERT(elements==33); in countif1()
|
/ndk/build/gmsl/ |
D | __gmsl | 220 # Arguments: 1: Name of function to $(call) for each pair of elements 223 # Returns: The list after calling the function on each pair of elements 257 # Returns: The list with its elements in reverse order 264 # Arguments: 1: A list from which to remove repeated elements 265 # Returns: The list with duplicate elements removed without reordering 273 # Returns: The number of elements in the list 315 # Returns: Merges a list into a single string, list elements are separated 416 # set_insert individual elements 423 # Arguments: 1: A list of set elements
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | sort | 7 ."and includes some duplicates. Make should sort all of the elements\n"
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 21 # x exchange top two elements
|
D | binary3.sed | 21 # x exchange top two elements
|
D | binary2.sed | 21 # x exchange top two elements
|
D | BOOST.tests | 454 ; try to match C++ syntax elements: 557 ; collating elements and rewritten set code:
|
D | uniq.good | 195 Returns: > 0 => success; value is the number of elements filled in 699 offsetcount the number of elements in the vector 720 portions of the string if it matches. Two elements in the vector are set for
|
D | uniq.inp | 599 Returns: > 0 => success; value is the number of elements filled in 1470 offsetcount the number of elements in the vector 1493 portions of the string if it matches. Two elements in the vector are set for
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 630 dnl pass all path elements in one option. We can arrange that for a 667 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, 670 dnl contains two or three consecutive elements that belong together. 739 dnl must pass all path elements in one option.
|
D | lib-prefix.m4 | 169 dnl path. If at least one of its elements ends in /lib64 or points to a
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 500 dnl pass all path elements in one option. We can arrange that for a 532 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, 535 dnl contains two or three consecutive elements that belong together.
|
D | texinfo.tex | 6227 % had it before, so preserve previous elements in list.
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 239 length(arrayname) returns number of elements; thanks to 575 delete arrayname is now legal; it clears the elements but leaves 684 changed for (i in array) to access elements in sorted order.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | el.po | 683 #~ msgid "POSIX collating elements are not supported"
|
D | ca.po | 423 msgstr[1] "no s'han pogut escriure %d elements a %s: %s"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | gl.po | 2188 #~ msgid "digits occur in two different argv-elements.\n" 2236 #~ msgid "non-option ARGV-elements: "
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 7396 % had it before, so preserve previous elements in list.
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2386 # Account for people who put trailing slashes in PATH elements.
|