Searched refs:foundStart (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/test/
H A DplotTimingTest.m12 foundStart = 0;
21 if ~foundStart
23 foundStart = 1;
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp274 int32_t foundStart = 0; local
281 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
284 (foundStart != expectedMatchStart) ||
289 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
295 expectedMatchStart = foundStart;
298 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
310 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
313 (foundStart != expectedMatchStart) ||
318 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
931 // int32_t foundStart;
[all...]
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp530 const SkOpPtT* foundStart = nullptr; local
544 foundStart = work->ptT();
557 double denom = foundEnd->fT - foundStart->fT;
558 double sRatio = denom ? (t - foundStart->fT) / denom : 1;
H A DSkPathOpsTSect.h720 bool foundStart = false; local
726 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT);
731 if (!foundStart || !foundEnd) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 354 milliseconds