Searched refs:CheckRegion (Results 1 – 8 of 8) sorted by relevance
/external/libtextclassifier/native/utils/i18n/ |
D | locale.cc | 67 bool CheckRegion(StringPiece region) { in CheckRegion() function 106 if (!CheckRegion(region)) { in FromBCP47() 139 if (!CheckRegion(region)) { in FromLanguageTag()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 1369 StringRef CheckRegion; in main() local 1371 CheckRegion = Buffer; in main() 1388 CheckRegion = Buffer.substr(0, MatchLabelPos + MatchLabelLen); in main() 1399 size_t MatchPos = CheckStr.Check(SM, CheckRegion, false, MatchLen, in main() 1408 CheckRegion = CheckRegion.substr(MatchPos + MatchLen); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 1492 StringRef CheckRegion; in CheckInput() local 1494 CheckRegion = Buffer; in CheckInput() 1510 CheckRegion = Buffer.substr(0, MatchLabelPos + MatchLabelLen); in CheckInput() 1525 CheckStr.Check(SM, CheckRegion, false, MatchLen, VariableTable); in CheckInput() 1533 CheckRegion = CheckRegion.substr(MatchPos + MatchLen); in CheckInput()
|
/external/v8/src/base/ |
D | region-allocator.h | 77 size_t CheckRegion(Address address);
|
D | bounded-page-allocator.cc | 110 CHECK_EQ(allocated_size, region_allocator_.CheckRegion(address)); in ReleasePages()
|
D | region-allocator.cc | 255 size_t RegionAllocator::CheckRegion(Address address) { in CheckRegion() function in v8::base::RegionAllocator
|
/external/stressapptest/src/ |
D | worker.cc | 695 int WorkerThread::CheckRegion(void *addr, in CheckRegion() function in WorkerThread 903 int errorcount = CheckRegion(memslice, in CrcCheckPage() 921 errors += CheckRegion(memslice, in CrcCheckPage() 1213 int errorcount = CheckRegion(sourcemem, in CrcCopyPage() 1227 errorcount = CheckRegion(sourcemem, in CrcCopyPage() 1257 errors += CheckRegion(sourcemem, in CrcCopyPage() 1357 int errorcount = CheckRegion(sourcemem, in CrcWarmCopyPage() 1371 errorcount = CheckRegion(sourcemem, in CrcWarmCopyPage() 1401 errors += CheckRegion(sourcemem, in CrcWarmCopyPage() 3148 if (CheckRegion(block_buffer_, block->pattern(), current_bytes, in ValidateBlockOnDisk()
|
D | worker.h | 321 virtual int CheckRegion(void *addr,
|