/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_test_utils.py | 115 def _GetChildren(self, element): argument 129 for child in element.childNodes: 148 def NormalizeXml(self, element): argument 168 if element.tagName == 'testsuites': 169 timestamp = element.getAttributeNode('timestamp') 172 if element.tagName in ('testsuites', 'testsuite', 'testcase'): 173 time = element.getAttributeNode('time') 175 type_param = element.getAttributeNode('type_param') 178 elif element.tagName == 'failure': 181 message = element.getAttributeNode('message') [all …]
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample3-inl.h | 54 const E& element() const { return element_; } in element() function 116 void Enqueue(const E& element) { in Enqueue() argument 117 QueueNode<E>* new_node = new QueueNode<E>(element); in Enqueue() 143 E* element = new E(old_head->element()); in Dequeue() local 146 return element; in Dequeue() 156 new_queue->Enqueue(function(node->element())); in Map()
|
D | sample3_unittest.cc | 107 EXPECT_EQ(2 * n1->element(), n2->element()); in MapTester()
|
/ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/ |
D | Android.mk | 4 LOCAL_MODULE := issue62910-gcc4.8.2-libstdc++-nth-element-segfault 5 LOCAL_SRC_FILES := issue62910-gcc4.8.2-libstdc++-nth-element-segfault.cpp
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 281 element = self.pair['first'] 283 element = self.pair['second'] 286 return ('[%d]' % count, element) 324 element = (item.cast (self.node_type))['_M_value_field'] 327 return ('[%d]' % count, element) 453 element = self.item.dereference() 455 if element & (1 << self.io): 465 element = self.item.dereference() 467 return ('[%d]' % count, element) 550 element = self.pair['_M_data']['first'] [all …]
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 32 …element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.e… 43 …element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspectRatio:j.aspec… property 44 …offset.top-n.top))+s.sizeDiff.height);var j=s.containerElement.get(0)==s.element.parent().get(0),i…
|
/ndk/build/gmsl/ |
D | __gmsl | 181 # Returns: Returns the first element of a list 188 # Returns: Returns the last element of a list 199 # Returns: Returns the list with the first element removed 206 # Returns: Returns the list with the last element removed 212 # Arguments: 1: Name of function to $(call) for each element of list 214 # Returns: The list after calling the function on each element 430 # Arguments: 1: A single element to add to a set 432 # Returns: Returns the set with the element added 438 # Arguments: 1: A single element to remove from a set 440 # Returns: Returns the set with the element removed [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | tuple | 88 // 20.4.1.5, element access: 189 "Attempted to default construct a reference element in a tuple");} 196 "Attempted to default construct a reference element in a tuple");} 203 "Attempted to default construct a reference element in a tuple");} 210 "Attempted to default construct a reference element in a tuple");} 227 "Attempted to construct a reference element in a tuple with an rvalue");} 241 "Attempted to construct a reference element in a tuple with an rvalue");} 255 "Attempted to construct a reference element in a tuple with an rvalue");} 269 "Attempted to construct a reference element in a tuple with an rvalue");}
|
D | array | 60 // element access: 182 // element access:
|
D | algorithm | 952 // Find last element in sequence 1 that matchs *(__last2-1), with a mininum of loop checks 955 if (__first1 == __l1) // return __last1 if no element matches *__first2 965 … if (__m2 == __first2) // If pattern exhausted, __m1 is the answer (works for 1 element pattern) 1269 // For each element in [f1, l1) see if there are the same number of 1332 // For each element in [f1, l1) see if there are the same number of 1415 // Find first element in sequence 1 that matchs *__first2, with a mininum of loop checks 1418 if (__first1 == __last1) // return __last1 if no element matches *__first2 1429 … (++__m2 == __last2) // If pattern exhausted, __first1 is the answer (works for 1 element pattern) 1588 // Find first element in sequence that matchs __value_, with a mininum of loop checks 1591 if (__first == __last) // return __last if no element matches __value_ [all …]
|
D | bitset | 68 // element access: 679 // element access:
|
D | type_traits | 2201 // Array types are default constructible if their element type 2362 // Array types are default constructible if their element type
|
D | deque | 98 // element access: 1309 // element access:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | dynarray | 76 // element access: 199 // element access:
|
/ndk/sources/host-tools/make-3.81/ |
D | configh.dos | 116 /* Grok DOS paths (drive specs and backslash path element separators) */
|
D | configure | 5506 if test "X$x" = "X$element"; then 5512 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" 6092 for element in $INCINTL; do 6104 if test "X$x" = "X$element"; then 6110 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 538 for element in [$2]; do 542 if test "X$x" = "X$element"; then 548 [$1]="${[$1]}${[$1]:+ }$element"
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 14 * Improvement: the <testsuites> XML element now has a timestamp attribute.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | framework.ipp | 130 // the delete will erase this element from map
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 531 a[1]...a[length(s)] with each character a single element. 572 fixed at least one error in gsub that looked at -1-th element 874 complains about attempt to delete non-array element.
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 203 // for each element in the sequence produced by the generator.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | pl.po | 25 msgstr "element biblioteki `touch' jest niedost�pny pod VMS" 1583 msgid ".LIBPATTERNS element `%s' is not a pattern" 1584 msgstr "element .LIBPATTERNS `%s' nie jest wzorcem"
|
D | nl.po | 1591 msgid ".LIBPATTERNS element `%s' is not a pattern" 1592 msgstr ".LIBPATTERNS-element '%s' is geen patroon"
|
D | da.po | 1574 msgid ".LIBPATTERNS element `%s' is not a pattern" 1575 msgstr ".LIBPATTERNS-element '%s' er ikke et m�nster"
|
D | make.pot | 1503 msgid ".LIBPATTERNS element `%s' is not a pattern"
|