/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/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 238 // to contain any elements. 256 // - returns a generator producing sequences with elements from 259 // - returns a generator producing sequences with elements from 262 // - returns a generator producing sequences with elements from 332 // - returns a generator producing sequences with elements v1, v2, ..., vN. 361 // - returns a generator producing sequences with elements {false, true}. 383 // values of a Cartesian product of those sequences' elements. 387 // - returns a generator producing sequences with elements coming from 388 // the Cartesian product of elements from the sequences generated by 389 // gen1, gen2, ..., genN. The sequence elements will have a type of [all …]
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 569 elements = get_non_debug_impl (self.val, '_M_ht')['_M_elems'] 570 return self.Iterator (node_type, elements['_M_head']['_M_data']) 612 elements = get_non_debug_impl (self.val, '_M_ht')['_M_elems'] 613 return self.Iterator (node_type, elements['_M_head']['_M_data'])
|
/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/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | function_traits.hpp | 180 char elements[N];
|
/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/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 916 // *__first1 matches *__first2, now match elements after here 933 } // else there is a match, check next elements 960 // *__l1 matches *__l2, now match elements before here 972 } // else there is a match, check next elements 1270 // equal elements in [f2, l2) 1333 // equal elements in [f2, l2) 1424 // *__first1 matches *__first2, now match elements after here 1437 } // else there is a match, check next elements 1597 // *__first matches __value_, now match elements after here 1611 } // else there is a match, check next elements [all …]
|
D | deque | 2233 // Create front capacity for one block of elements. 2298 // Create front capacity for __n elements. 2383 // Create back capacity for one block of elements. 2443 // Create back capacity for __n elements.
|
/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/make-3.81/po/ |
D | gl.po | 2188 #~ msgid "digits occur in two different argv-elements.\n" 2236 #~ msgid "non-option ARGV-elements: "
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 21 …izeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):thi…
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2386 # Account for people who put trailing slashes in PATH elements.
|