/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 | 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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelineView.js | 659 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/ |
D | ComplexToRealFixup.S | 148 BEQ lastElement 250 lastElement: label
|
D | armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S | 165 BEQ lastElement\name 263 lastElement\name :
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
D | armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 163 BEQ lastElement\name 231 lastElement\name:
|
D | omxSP_FFTFwd_RToCCS_F32_Sfs_s.S | 237 BEQ lastElement 308 lastElement: label
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
D | armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 183 BEQ lastElement\name 276 lastElement\name :
|
D | armSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S | 189 BEQ lastElement\name 289 lastElement\name :
|
D | armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S | 172 BEQ lastElement\name 252 B lastElement\name 292 BEQ lastElement\name 382 lastElement\name:
|
D | omxSP_FFTFwd_RToCCS_F32_Sfs_s.S | 291 BEQ lastElement 388 lastElement: label
|
D | omxSP_FFTFwd_RToCCS_S32_Sfs_s.S | 433 BEQ lastElement 529 lastElement: label
|
D | omxSP_FFTFwd_RToCCS_S16_Sfs_s.S | 518 b lastElement 545 BEQ lastElement 619 lastElement: label
|
/external/easymock/src/org/easymock/internal/ |
D | LastControl.java | 108 return stack.lastElement(); in getCurrentInvocation()
|
/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/icu/icu4c/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 | 972 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/ |
D | wallpaper_manager.js | 1002 var lastElement = { variable 1008 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()
|