HomeSort by relevance Sort by last modified time
    Searched refs:pat2 (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
rate_hist.c 190 const char *pat1, *pat2; local
197 pat2 = "%4d-%2d: ";
201 pat2 = "%5d-%3d: ";
205 pat2 = "%6d-%4d: ";
209 pat2 = "%7d-%5d: ";
213 pat2 = "%8d-%6d: ";
217 pat2 = "%9d-%7d: ";
221 pat2 = "%12d-%10d: ";
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
  /external/libvpx/libvpx/
rate_hist.c 190 const char *pat1, *pat2; local
197 pat2 = "%4d-%2d: ";
201 pat2 = "%5d-%3d: ";
205 pat2 = "%6d-%4d: ";
209 pat2 = "%7d-%5d: ";
213 pat2 = "%8d-%6d: ";
217 pat2 = "%9d-%7d: ";
221 pat2 = "%12d-%10d: ";
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
rate_hist.c 190 const char *pat1, *pat2; local
197 pat2 = "%4d-%2d: ";
201 pat2 = "%5d-%3d: ";
205 pat2 = "%6d-%4d: ";
209 pat2 = "%7d-%5d: ";
213 pat2 = "%8d-%6d: ";
217 pat2 = "%9d-%7d: ";
221 pat2 = "%12d-%10d: ";
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
  /external/valgrind/main/none/tests/s390x/
cu12.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu12_1.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu14.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
cu14_1.c 369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 772 RegexPattern *pat2; local
773 pat2 = RegexPattern::compile(re, flags, pe, status);
784 RegexMatcher *m1 = pat2->matcher(inStr1, status);
797 REGEX_ASSERT(&m1->pattern() == pat2);
888 delete pat2;
1398 RegexPattern *pat2 = RegexPattern::compile(re2, flags, pe, status); local
1516 RegexPattern *pat2 = RegexPattern::compile(re2, 0, pe, status); local
1838 RegexPattern *pat2; local
2556 RegexPattern *pat2 = RegexPattern::compile(&re, flags, pe, status); local
2774 RegexPattern *pat2 = RegexPattern::compile(&re2, 0, pe, status); local
    [all...]
msfmrgts.cpp 947 UnicodeString pat2; local
    [all...]
tsdtfmsy.cpp 380 UnicodeString localPattern, pat1, pat2; local
383 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
numrgts.cpp 1953 UnicodeString pat2; local
    [all...]
numfmtst.cpp 1293 UnicodeString pat2; local
1298 pat2 + "\\""); local
1302 pat2 + "\\""); local
2328 UnicodeString pat2; local
    [all...]
usettest.cpp 237 UnicodeString pat2;
238 testSet.toPattern(pat2, FALSE);
239 if (!checkPat(source, testSet, pat2)) return FALSE;
241 //String pat3 = unescapeLeniently(pat2);
244 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
245 logln((UnicodeString)source + " => " + pat0 + ", " + pat2);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 777 RegexPattern *pat2; local
778 pat2 = RegexPattern::compile(re, flags, pe, status);
789 RegexMatcher *m1 = pat2->matcher(inStr1, status);
802 REGEX_ASSERT(&m1->pattern() == pat2);
893 delete pat2;
1403 RegexPattern *pat2 = RegexPattern::compile(re2, flags, pe, status); local
1521 RegexPattern *pat2 = RegexPattern::compile(re2, 0, pe, status); local
1843 RegexPattern *pat2; local
2561 RegexPattern *pat2 = RegexPattern::compile(&re, flags, pe, status); local
2779 RegexPattern *pat2 = RegexPattern::compile(&re2, 0, pe, status); local
    [all...]
msfmrgts.cpp 947 UnicodeString pat2; local
    [all...]
tsdtfmsy.cpp 380 UnicodeString localPattern, pat1, pat2; local
383 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
numrgts.cpp 1953 UnicodeString pat2; local
    [all...]
numfmtst.cpp 1297 UnicodeString pat2; local
1302 pat2 + "\\""); local
1306 pat2 + "\\""); local
2351 UnicodeString pat2; local
    [all...]
usettest.cpp 237 UnicodeString pat2;
238 testSet.toPattern(pat2, FALSE);
239 if (!checkPat(source, testSet, pat2)) return FALSE;
241 //String pat3 = unescapeLeniently(pat2);
244 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
245 logln((UnicodeString)source + " => " + pat0 + ", " + pat2);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 343 Pattern pat2 = Pattern.compile(testPattern); local
344 Matcher mat2 = pat2.matcher(testString);
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 240 Pattern pat2 = Pattern.compile(testPattern); local
241 Matcher mat2 = pat2.matcher(testString);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 1956 UChar pat2[512]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 1959 UChar pat2[512]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 770 milliseconds