Searched defs:matchEnd (Results 1 - 10 of 10) sorted by relevance

/external/skia/tools/flags/
H A DSkCommandLineFlags.cpp377 bool matchExclude, matchStart, matchEnd; local
387 if ((matchEnd = matchName[matchLen - 1] == '$')) {
390 if (matchStart ? (!matchEnd || matchLen == testLen)
392 : matchEnd ? matchLen <= testLen
/external/lz4/lib/
H A Dlz4hc.c243 const BYTE* const matchEnd = ip + MINMATCH + LZ4_count(ip+MINMATCH, match+MINMATCH, iHighLimit); local
247 if ((matchEnd-startt) > longest)
249 longest = (int)(matchEnd-startt);
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1178 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) argument
1190 matchStart = matchEnd = -1;
1195 matchStart = matchEnd = -1;
1258 matchEnd = mend;
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 999 milliseconds