Home
last modified time | relevance | path

Searched refs:DefaultConfig (Results 1 – 9 of 9) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h55 struct DefaultConfig { struct
60 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
65 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
72 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
164 typedef DefaultConfig Config;
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h26 struct DefaultConfig { struct
86 typedef DefaultConfig Config;
/external/libvpx/libvpx/test/
Dresize_test.cc522 void DefaultConfig() { in DefaultConfig() function in __anon23f26dd40111::ResizeRealtimeTest
557 DefaultConfig(); in TEST_P()
585 DefaultConfig(); in TEST_P()
615 DefaultConfig(); in TEST_P()
653 DefaultConfig(); in TEST_P()
/external/libaom/libaom/test/
Dresize_test.cc407 void DefaultConfig() { in DefaultConfig() function in __anonbcecf0f20111::ResizeRealtimeTest
441 DefaultConfig(); in TEST_P()
471 DefaultConfig(); in TEST_P()
509 DefaultConfig(); in TEST_P()
/external/scudo/standalone/tests/
Dsecondary_test.cpp78 testSecondaryBasic<scudo::DefaultConfig>(); in TEST()
82 using LargeAllocator = scudo::MapAllocator<scudo::DefaultConfig>;
Dcombined_test.cpp113 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, DefaultConfig) \
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp237 static const char *DefaultConfig = variable
371 config = (char *)alloca(strlen(DefaultConfig) + 1); in ProcessConfigFile()
372 strcpy(config, DefaultConfig); in ProcessConfigFile()
/external/webrtc/call/
Dbitrate_allocator_unittest.cc123 MediaStreamAllocationConfig DefaultConfig() const { in DefaultConfig() function in webrtc::BitrateAllocatorTest
140 auto config_a = DefaultConfig(); in TEST_F()
146 auto config_b = DefaultConfig(); in TEST_F()
501 MediaStreamAllocationConfig allocation_config = DefaultConfig(); in TEST_F()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp332 testAllocator<scudo::DefaultConfig>(); in TEST()
383 testAllocatorThreaded<scudo::DefaultConfig>(); in TEST()