Searched refs:foundStart (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotTimingTest.m | 12 foundStart = 0; variable 21 if ~foundStart 23 foundStart = 1; variable
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 274 int32_t foundStart = 0; in searchTest() local 281 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest() 284 (foundStart != expectedMatchStart) || in searchTest() 289 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest() 295 expectedMatchStart = foundStart; in searchTest() 298 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest() 310 …foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest() 313 (foundStart != expectedMatchStart) || in searchTest() 318 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit); in searchTest()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 535 const SkOpPtT* foundStart = nullptr; in TRange() local 549 foundStart = work->ptT(); in TRange() 562 double denom = foundEnd->fT - foundStart->fT; in TRange() 563 double sRatio = denom ? (t - foundStart->fT) / denom : 1; in TRange()
|
D | SkPathOpsTSect.cpp | 365 bool foundStart = false; in removeBounded() local 371 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT); in removeBounded() 376 if (!foundStart || !foundEnd) { in removeBounded()
|
/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 535 const SkOpPtT* foundStart = nullptr; in TRange() local 549 foundStart = work->ptT(); in TRange() 562 double denom = foundEnd->fT - foundStart->fT; in TRange() 563 double sRatio = denom ? (t - foundStart->fT) / denom : 1; in TRange()
|
D | SkPathOpsTSect.cpp | 365 bool foundStart = false; in removeBounded() local 371 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT); in removeBounded() 376 if (!foundStart || !foundEnd) { in removeBounded()
|
/external/bcc/tests/lua/ |
D | luaunit.lua | 205 local foundStart, foundEnd = string.find(s, pattern, start, false) 206 return foundStart == start and foundEnd == final
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/dexmaker/lib/ |
D | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |