/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | small_buffer_unittest.cpp | 13 TEST(SmallBuffer, Empty) { in TEST() argument 19 TEST(SmallBuffer, NoFixed) { in TEST() argument 30 TEST(SmallBuffer, NoFixedEmpty) { in TEST() argument 36 TEST(SmallBuffer, Fixed) { in TEST() argument 45 TEST(SmallBuffer, Dynamic) { in TEST() argument
|
H A D | small_buffer.h | 22 explicit SmallBuffer(size_t actual_size) : m_pSize(actual_size) { in SmallBuffer() function
|
/aosp_15_r20/external/pigweed/pw_hex_dump/ |
H A D | hex_dump_test.cc | 75 class SmallBuffer : public ::testing::Test { class 77 SmallBuffer() { in SmallBuffer() function in pw::dump::__anon4b803b170111::SmallBuffer 399 TEST_F(SmallBuffer, TinyHexDump) { in TEST_F() argument 411 TEST_F(SmallBuffer, TooManyBytesPerLine) { in TEST_F() argument 422 TEST_F(SmallBuffer, SpacesIncreaseBufferRequirement) { in TEST_F() argument 434 TEST_F(SmallBuffer, PrefixIncreasesBufferRequirement) { in TEST_F() argument
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | SmallBuffer.h | 28 SmallBuffer(size_t size) : size_(size) { in SmallBuffer() function 40 SmallBuffer(SmallBuffer&& rhs) noexcept : size_{rhs.size_} { in SmallBuffer() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | edit_distance.h | 62 unsigned SmallBuffer[SmallBufferSize]; variable
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 62 unsigned SmallBuffer[SmallBufferSize]; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 61 unsigned SmallBuffer[SmallBufferSize]; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | edit_distance.h | 74 unsigned SmallBuffer[SmallBufferSize]; variable
|
/aosp_15_r20/external/llvm/unittests/DebugInfo/PDB/ |
H A D | MappedBlockStreamTest.cpp | 241 static uint8_t SmallBuffer[] = {'0', '1', '2'}; in TEST() local
|
/aosp_15_r20/external/llvm-libc/test/src/__support/File/ |
H A D | file_test.cpp | 429 TEST(LlvmLibcFileTest, SmallBuffer) { in TEST() argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | pickle_unittest.cc | 166 TEST(PickleTest, SmallBuffer) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | pickle_unittest.cc | 176 TEST(PickleTest, SmallBuffer) { in TEST() argument
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 4117 TEST_P(SSLVersionTest, SmallBuffer) { in TEST_P() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 4117 TEST_P(SSLVersionTest, SmallBuffer) { in TEST_P() argument
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_test.cc | 4471 TEST_P(SSLVersionTest, SmallBuffer) { in TEST_P() argument
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_test.cc | 4437 TEST_P(SSLVersionTest, SmallBuffer) { in TEST_P() argument
|