Home
last modified time | relevance | path

Searched refs:lastElement (Results 1 – 24 of 24) 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.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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineView.js659 var lastElement;
671 if (lastElement) {
675 lastElement.classList.remove(foreignStyle);
677 lastElement._tasksInfo.lastTaskIndex = taskIndex;
680 lastElement.style.width = (lastRight - lastLeft) + "px";
691 lastElement = element;
695 if (lastElement)
696 lastElement.style.width = (lastRight - lastLeft) + "px";
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
DComplexToRealFixup.S148 BEQ lastElement
250 lastElement: label
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S165 BEQ lastElement\name
263 lastElement\name :
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S163 BEQ lastElement\name
231 lastElement\name:
DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S237 BEQ lastElement
308 lastElement: label
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S183 BEQ lastElement\name
276 lastElement\name :
DarmSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S189 BEQ lastElement\name
289 lastElement\name :
DarmSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S172 BEQ lastElement\name
252 B lastElement\name
292 BEQ lastElement\name
382 lastElement\name:
DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S291 BEQ lastElement
388 lastElement: label
DomxSP_FFTFwd_RToCCS_S32_Sfs_s.S433 BEQ lastElement
529 lastElement: label
DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S518 b lastElement
545 BEQ lastElement
619 lastElement: label
/external/easymock/src/org/easymock/internal/
DLastControl.java108 return stack.lastElement(); in getCurrentInvocation()
/external/chromium_org/third_party/icu/source/test/intltest/
Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
/external/icu/icu4c/source/test/intltest/
Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0); in UStack_API()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp972 SVal lastElement = C.getSValBuilder().evalBinOpLN(state, BO_Add, in evalCopyCommon() local
978 state = state->BindExpr(CE, LCtx, lastElement); in evalCopyCommon()
1595 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, in evalStrcpyCommon() local
1602 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon()
1609 Result = lastElement; in evalStrcpyCommon()
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
Dwallpaper_manager.js1002 var lastElement = { variable
1008 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()