Home
last modified time | relevance | path

Searched defs:kMemorySize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc594 const uint32_t kMemorySize = 256; // bytes in TEST() local
686 const uint32_t kMemorySize = 256; // bytes in TEST() local
777 const uint32_t kMemorySize = 4096; // bytes in TEST() local
934 const uint32_t kMemorySize = sysconf(_SC_PAGESIZE); in TEST() local
1182 const uint32_t kMemorySize = sysconf(_SC_PAGESIZE); in TEST() local
1226 const uint32_t kMemorySize = sysconf(_SC_PAGESIZE); in TEST() local
/aosp_15_r20/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc318 const uint32_t kMemorySize = 256; // bytes in TEST_F() local
417 const uint32_t kMemorySize = 256; // bytes in TEST_F() local
516 const uint32_t kMemorySize = 4096; // bytes in TEST_F() local
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.cc405 const uint32_t kMemorySize = si.dwPageSize; in TEST_F() local
459 const uint32_t kMemorySize = si.dwPageSize; in TEST_F() local
H A Dexception_handler_death_test.cc329 const uint32_t kMemorySize = 256; // bytes in TEST_F() local
423 const uint32_t kMemorySize = 256; // bytes in TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dthree_band_filter_bank.h28 constexpr int kMemorySize = kFilterSize * kStride - 1; variable
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp231 static constexpr uint16_t kMemorySize = OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE; member in ot::Utils::Heap
/aosp_15_r20/external/skia/tests/
H A DTraceMemoryDumpTest.cpp97 const size_t kMemorySize = 1024; in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstatic_map_unittest.cc95 static const int kMemorySize = 40; member in TestInvalidMap
/aosp_15_r20/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc281 constexpr size_t kMemorySize = kImageBytes + kImage1OatSize + kImage2OatSize + kImage3OatSize; in TEST_F() local
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_analyzer_unittest.cc51 const int kMemorySize = 1 << 20; // 1MiB member in base::debug::ActivityAnalyzerTest
H A Dactivity_tracker_unittest.cc48 const int kMemorySize = 1 << 20; // 1MiB member in base::debug::ActivityTrackerTest
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc618 const uint32_t kMemorySize = sysconf(_SC_PAGESIZE); in TEST() local