Searched refs:lastElement (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/common/ |
D | uvector.h | 162 void* lastElement(void) const; 380 inline void* UVector::lastElement(void) const { in lastElement() function 403 return lastElement(); in peek()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | VectorTest.java | 151 assertTrue("Failed to add Object", tVector.lastElement() == o); in test_addLjava_lang_Object() 155 assertNull("Failed to add null", tVector.lastElement()); in test_addLjava_lang_Object() 694 assertEquals("Incorrect last element returned", "Test 99", tVector.lastElement() in test_lastElement() 698 .lastElement()); in test_lastElement() 702 vector.lastElement(); in test_lastElement()
|
/external/easymock/src/org/easymock/internal/ |
D | LastControl.java | 108 return stack.lastElement(); in getCurrentInvocation()
|
/external/icu4c/test/intltest/ |
D | uvectest.cpp | 156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TextViewer.js | 592 _totalHeight: function(firstElement, lastElement) argument 594 lastElement = (lastElement || firstElement).nextElementSibling; 595 if (lastElement) 596 return lastElement.offsetTop - firstElement.offsetTop; 603 while (firstElement && firstElement !== lastElement) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 880 SVal lastElement = C.getSValBuilder().evalBinOpLN(state, BO_Add, in evalCopyCommon() local 886 state = state->BindExpr(CE, lastElement); in evalCopyCommon() 1441 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, in evalStrcpyCommon() local 1448 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon() 1455 Result = lastElement; in evalStrcpyCommon()
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 814 while (thisDiff != equalities.lastElement()) { in diff_cleanupSemantic() 836 thisDiff = equalities.lastElement(); in diff_cleanupSemantic() 1054 while (thisDiff != equalities.lastElement()) { in diff_cleanupEfficiency() 1082 thisDiff = equalities.lastElement(); in diff_cleanupEfficiency()
|