Searched refs:numRegions (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/testing/ |
D | ArenaTestHelpers.h | 64 return !numRegions(); in isEmpty() 67 int numRegions() const in numRegions() function
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PODArenaTest.cpp | 72 EXPECT_GT(allocator->numRegions(), 1); in TEST_F() 83 EXPECT_GT(allocator->numRegions(), 0); in TEST_F()
|
D | PODFreeListArenaTest.cpp | 80 EXPECT_GT(allocator->numRegions(), 1); in TEST_F() 91 EXPECT_GT(allocator->numRegions(), 0); in TEST_F()
|
D | PODRedBlackTreeTest.cpp | 53 EXPECT_GT(allocator->numRegions(), 1); in TEST() 55 EXPECT_EQ(allocator->numRegions(), 0); in TEST()
|
/external/chromium_org/third_party/icu/source/common/ |
D | locmap.c | 69 const uint32_t numRegions; member 809 for (idx = 0; idx < this_0->numRegions; idx++ ) { in getHostID() 838 for (i = 0; i <= this_0->numRegions; i++) in getPosixID()
|
/external/icu4c/common/ |
D | locmap.c | 75 const uint32_t numRegions; member 910 for (idx = 0; idx < this_0->numRegions; idx++ ) { in getHostID() 939 for (i = 0; i <= this_0->numRegions; i++) in getPosixID()
|
/external/llvm/lib/Analysis/ |
D | RegionInfo.cpp | 40 STATISTIC(numRegions, "The # of regions"); 573 ++numRegions; in updateStatistics()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 415 …(SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegions); 1529 … (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegions) in Parse_lrgn() argument 1554 if (regionCount == numRegions) in Parse_lrgn()
|