Home
last modified time | relevance | path

Searched defs:ExpectedValues (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dtracking_allocator_test.cc68 struct ExpectedValues { struct
69 uint32_t requested_bytes = 0;
70 uint32_t peak_requested_bytes = 0;
71 uint32_t cumulative_requested_bytes = 0;
72 uint32_t allocated_bytes = 0;
73 uint32_t peak_allocated_bytes = 0;
74 uint32_t cumulative_allocated_bytes = 0;
75 uint32_t num_allocations = 0;
76 uint32_t num_deallocations = 0;
77 uint32_t num_resizes = 0;
[all …]
/aosp_15_r20/external/cronet/crypto/
H A Dp224_spake_unittest.cc78 TEST(MutualAuth, ExpectedValues) { in TEST() argument
/aosp_15_r20/external/libchrome/crypto/
H A Dp224_spake_unittest.cc83 TEST(MutualAuth, ExpectedValues) { in TEST() argument