Home
last modified time | relevance | path

Searched refs:lastElement (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/v8/test/webkit/
DtoString-elision-trailing-comma.js97 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/
Duvector.h162 void* lastElement(void) const;
380 inline void* UVector::lastElement(void) const { in lastElement() function
403 return lastElement(); in peek()
/external/icu4c/common/
Duvector.h145 void* lastElement(void) const;
371 inline void* UVector::lastElement(void) const { in lastElement() function
394 return lastElement(); in peek()
Ducharstriebuilder.cpp245 const UCharsTrieElement &lastElement=elements[last]; in getLimitOfLinearMatch() local
249 lastElement.charAt(unitIndex, strings)) {} in getLimitOfLinearMatch()
Dbytestriebuilder.cpp296 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/
DVectorTest.java151 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/
DLastControl.java108 return stack.lastElement(); in getCurrentInvocation()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelinePanel.js1245 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/
Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
/external/chromium_org/third_party/icu/source/test/intltest/
Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp937 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/
Dwallpaper_manager.js977 var lastElement = { variable
983 wallpapersDataModel.push(lastElement);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
Ddiff_match_patch.java814 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()