Searched refs:lastElement (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/v8/test/webkit/ |
D | toString-elision-trailing-comma.js | 97 function testToStringAndLength(fn, length, lastElement) argument 103 shouldBe(""+ fn +"()[" + length +"-1]", "" + lastElement); 112 shouldBe("eval(unevalf("+fn+"))()[" + length +"-1]", ""+lastElement);
|
/external/chromium_org/third_party/icu/source/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/icu4c/common/ |
D | uvector.h | 145 void* lastElement(void) const; 371 inline void* UVector::lastElement(void) const { in lastElement() function 394 return lastElement(); in peek()
|
D | ucharstriebuilder.cpp | 245 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local 249 lastElement.charAt(unitIndex, strings)) {} in getLimitOfLinearMatch()
|
D | bytestriebuilder.cpp | 296 const BytesTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local 300 lastElement.charAt(byteIndex, *strings)) {} in getLimitOfLinearMatch()
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelinePanel.js | 1245 var lastElement; 1257 if (lastElement) { 1261 lastElement.classList.remove(foreignStyle); 1263 lastElement._tasksInfo.lastTaskIndex = taskIndex; 1266 lastElement.style.width = (lastRight - lastLeft) + "px"; 1277 lastElement = element; 1281 if (lastElement) 1282 lastElement.style.width = (lastRight - lastLeft) + "px";
|
/external/icu4c/test/intltest/ |
D | uvectest.cpp | 156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | uvectest.cpp | 156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 937 SVal lastElement = C.getSValBuilder().evalBinOpLN(state, BO_Add, in evalCopyCommon() local 943 state = state->BindExpr(CE, LCtx, lastElement); in evalCopyCommon() 1550 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, in evalStrcpyCommon() local 1557 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon() 1564 Result = lastElement; in evalStrcpyCommon()
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
D | wallpaper_manager.js | 977 var lastElement = { variable 983 wallpapersDataModel.push(lastElement);
|
/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()
|