Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 20 of 20) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dcount_test.cpp49 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/
Dcount_test.cpp49 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__gmsl220 # 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/
Dsort7 ."and includes some duplicates. Make should sort all of the elements\n"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed21 # x exchange top two elements
Dbinary3.sed21 # x exchange top two elements
Dbinary2.sed21 # x exchange top two elements
DBOOST.tests454 ; try to match C++ syntax elements:
557 ; collating elements and rewritten set code:
Duniq.good195 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
Duniq.inp599 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/
Dlib-link.m4630 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.
Dlib-prefix.m4169 dnl path. If at least one of its elements ends in /lib64 or points to a
/ndk/sources/host-tools/make-3.81/config/
Dlib-link.m4500 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.
Dtexinfo.tex6227 % had it before, so preserve previous elements in list.
/ndk/sources/host-tools/nawk-20071023/
DFIXES239 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/
Del.po683 #~ msgid "POSIX collating elements are not supported"
Dca.po423 msgstr[1] "no s'han pogut escriure %d elements a %s: %s"
/ndk/sources/host-tools/make-3.81/po/
Dgl.po2188 #~ 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/
Dtexinfo.tex7396 % had it before, so preserve previous elements in list.
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02386 # Account for people who put trailing slashes in PATH elements.