Searched refs:lastElement (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js97 function testToStringAndLength(fn, length, lastElement)
103 shouldBe(""+ fn +"()[" + length +"-1]", "" + lastElement);
112 shouldBe("eval(unevalf("+fn+"))()[" + length +"-1]", ""+lastElement);
/external/chromium_org/third_party/icu/source/common/
H A Duvector.h145 void* lastElement(void) const;
371 inline void* UVector::lastElement(void) const { function in class:UVector
394 return lastElement();
H A Dbytestriebuilder.cpp296 const BytesTrieElement &lastElement=elements[last]; local
300 lastElement.charAt(byteIndex, *strings)) {}
H A Ducharstriebuilder.cpp245 const UCharsTrieElement &lastElement=elements[last]; local
249 lastElement.charAt(unitIndex, strings)) {}
/external/icu/icu4c/source/common/
H A Duvector.h145 void* lastElement(void) const;
371 inline void* UVector::lastElement(void) const { function in class:UVector
394 return lastElement();
H A Dbytestriebuilder.cpp296 const BytesTrieElement &lastElement=elements[last]; local
300 lastElement.charAt(byteIndex, *strings)) {}
H A Ducharstriebuilder.cpp245 const UCharsTrieElement &lastElement=elements[last]; local
249 lastElement.charAt(unitIndex, strings)) {}
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js659 var lastElement; variable
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/
H A DComplexToRealFixup.S148 BEQ lastElement
250 lastElement: label
H A 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/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S163 BEQ lastElement\name
231 lastElement\name:
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S237 BEQ lastElement
308 lastElement: label
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S183 BEQ lastElement\name
276 lastElement\name :
H A DarmSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S189 BEQ lastElement\name
289 lastElement\name :
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S291 BEQ lastElement
388 lastElement: label
H A DomxSP_FFTFwd_RToCCS_S32_Sfs_s.S433 BEQ lastElement
529 lastElement: label
H A DarmSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S172 BEQ lastElement\name
252 B lastElement\name
292 BEQ lastElement\name
382 lastElement\name:
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S518 b lastElement
545 BEQ lastElement
619 lastElement: label
/external/easymock/src/org/easymock/internal/
H A DLastControl.java108 return stack.lastElement();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0);
/external/icu/icu4c/source/test/intltest/
H A Duvectest.cpp156 TEST_ASSERT(strcmp("cde", (const char *)a->lastElement()) == 0);
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js1002 var lastElement = {
1008 wallpapersDataModel.push(lastElement);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp972 SVal lastElement = C.getSValBuilder().evalBinOpLN(state, BO_Add, local
978 state = state->BindExpr(CE, LCtx, lastElement);
1595 SVal lastElement = svalBuilder.evalBinOpLN(state, BO_Add, *dstRegVal, local
1602 state = CheckLocation(C, state, Dst, lastElement, warningMsg);
1609 Result = lastElement;
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java793 String lastequality = null; // Always equal to equalities.lastElement().text
814 while (thisDiff != equalities.lastElement()) {
836 thisDiff = equalities.lastElement();
1004 String lastequality = null; // Always equal to equalities.lastElement().text
1054 while (thisDiff != equalities.lastElement()) {
1082 thisDiff = equalities.lastElement();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 444 milliseconds

12