Searched defs:test_data (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/tests/ |
H A D | malloc_iterate_test.cpp | 51 static void AllocPtr(TestDataType* test_data, size_t size) { in AllocPtr() argument 62 static void FreePtrs(TestDataType* test_data) { in FreePtrs() 69 TestDataType* test_data = reinterpret_cast<TestDataType*>(data); in SavePointers() local 94 static void VerifyPtrs(TestDataType* test_data) { in VerifyPtrs() 125 static void AllocateSizes(TestDataType* test_data, const std::vector<size_t>& sizes) { in AllocateSizes() 149 TestDataType test_data; in TEST() local 173 TestDataType test_data; in TEST() local 193 TestDataType test_data = {}; in TEST() local
|
/aosp12/system/bt/gd/common/ |
H A D | byte_array_test.cc | 26 static uint8_t test_data[16] = { variable
|
H A D | circular_buffer_test.cc | 88 std::vector<std::string> test_data; in TEST() local
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | control_test.cpp | 325 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 335 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 430 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local 441 std::vector<uint8_t> test_data = {1, 2, 3}; in TEST_F() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/layout/ |
H A D | geometry_utils_test.cpp | 40 const float test_data[] = { 0.0f, 1.0f, 123.456f, -1.0f, -9876.54321f }; in TEST() local
|
/aosp12/system/core/init/parser/ |
H A D | tokenizer_test.cpp | 24 #define SETUP_TEST(test_data) \ argument
|
/aosp12/system/bt/gd/ |
H A D | module_unittest.cc | 303 auto test_data = data->module_unittest_data(); in TEST_F() local
|
/aosp12/system/core/storaged/tests/ |
H A D | storaged_test.cpp | 144 std::deque<uint32_t> test_data; in TEST() local
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/self-test/ |
H A D | phNxpNciHal_SelfTest.cc | 891 nci_test_data_t* test_data = (nci_test_data_t*)p_cb_data->pContext; in hal_read_cb() local
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/self-test/ |
H A D | phNxpNciHal_SelfTest.cc | 891 nci_test_data_t* test_data = (nci_test_data_t*)p_cb_data->pContext; in hal_read_cb() local
|
/aosp12/system/update_engine/common/ |
H A D | prefs_unittest.cc | 219 const string test_data = "test data"; in TEST_F() local
|