Home
last modified time | relevance | path

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

/system/tools/aidl/codelab/
DREADME.md22 ### Estimated time
27 ### Prerequisites
/system/unwinding/libunwindstack/tests/
DMemoryCacheTest.cpp83 std::vector<uint8_t> expect(16, 0xab); in TEST_F() local
127 std::vector<uint8_t> expect(16, 0xde); in TEST_F() local
DMemoryThreadCacheTest.cpp84 std::vector<uint8_t> expect(16, 0xab); in TEST_F() local
128 std::vector<uint8_t> expect(16, 0xde); in TEST_F() local
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp170 const std::string expect = XMLAttribute(test, "expect", "okay"); in ExtractPacked() local
239 const std::string expect = XMLAttribute(test, "expect"); in ExtractOem() local
Dextensions.h79 Expect expect; // Does it have slots member
102 Expect expect; member
Dmain.cpp1630 const RetCode expect = (test.expect == extension::FAIL) ? DEVICE_FAIL : SUCCESS; in TEST_P() local
/system/media/tests/
Delementwise_op_basic_tests.cpp422 std::vector<float> expect = {1, 20, 21}; in TEST() local
452 std::vector<float> expect = {10, 20, 20}; in TEST() local
466 std::vector<float> expect = {0, 10, 20}; in TEST() local
480 std::vector<float> expect = {0, 20, 20}; in TEST() local
492 std::vector<float> expect = {0, 20, 20}; in TEST() local
/system/core/libutils/binder/
DUnicode_test.cpp42 std::initializer_list<char16_t> expect, in TestUTF8toUTF16()
63 std::initializer_list<char> expect, in TestUTF16toUTF8()
/system/security/keystore2/test_utils/
Drun_as.rs74 macro_rules! expect { macro
/system/logging/logcat/tests/
Dlogcat_test.cpp1488 std::string expect(str); in End_to_End() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1137 int32_t expect[] = {0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, in TEST_F() local
1162 int32_t expect[] = {0, 2, 4, 6, 8, 10, 12, 14, 16, 18}; in TEST_F() local
/system/libvintf/test/
Dvintf_object_tests.cpp1202 void expect(std::string path, std::string content) { in expect() function