Home
last modified time | relevance | path

Searched defs:DefaultConfig (Results 1 – 7 of 7) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h69 struct DefaultConfig { struct
74 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
82 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
90 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
91 static const u32 SecondaryCacheEntriesArraySize = 32U;
92 static const u32 SecondaryCacheQuarantineSize = 0U;
93 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;
94 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19;
95 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN;
96 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX;
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp237 static const char *DefaultConfig = variable
/external/libvpx/test/
Dresize_test.cc503 void DefaultConfig() { in DefaultConfig() function in __anon594f0f0e0111::ResizeRealtimeTest
/external/libaom/test/
Dresize_test.cc444 void DefaultConfig() { in DefaultConfig() function in __anonfeadfb0d0111::ResizeRealtimeTest
/external/webrtc/call/
Dbitrate_allocator_unittest.cc124 MediaStreamAllocationConfig DefaultConfig() const { in DefaultConfig() function in webrtc::BitrateAllocatorTest
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress_unittest.cc134 RtpRtcpInterface::Configuration DefaultConfig() { in DefaultConfig() function in webrtc::RtpSenderEgressTest
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc9025 VideoStream DefaultConfig() const { in DefaultConfig() function in webrtc::ReconfigureEncoderTest