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

  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.h 27 kPattern,
  /external/skia/src/gpu/
GrResourceProvider.cpp 293 static const uint16_t kPattern[] = { 0, 1, 2, 0, 2, 3 };
295 return this->createInstancedIndexBuffer(kPattern, 6, kMaxQuads, 4, fQuadIndexBufferKey);
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 470 kPattern,
498 case kPattern:
528 case EMode::kPattern:
591 #define DO_NumFmtInt64Test(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kPattern); runTestOn(t); }
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc     [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 973 const string kPattern = "http://([^/]+)/.*";
974 const RE2 re(kPattern);
975 CHECK_EQ(kPattern, re.pattern());
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 532 const char *kPattern = "########################################";
533 size_t kPatternSize = strlen(kPattern);
547 kPattern + kPatternSize - n);
    [all...]
  /external/v8/src/
interface-descriptors.h 488 DEFINE_PARAMETERS(kClosure, kLiteralIndex, kPattern, kFlags)
code-stubs.cc     [all...]

Completed in 840 milliseconds