Home
last modified time | relevance | path

Searched defs:expected_ref (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.cc155 auto expected_ref = GetString(data_.raw, i); in TypedCheck() local
/aosp_15_r20/external/zucchini/
H A Drel32_utils_unittest.cc38 for (Reference expected_ref : expected_refs) { in CheckReader() local
H A Dabs32_utils_unittest.cc291 for (const auto& expected_ref : test_case.expected_refs) { in TEST() local
/aosp_15_r20/art/runtime/gc/collector/
H A Dconcurrent_copying.cc3157 mirror::Object* expected_ref = ref; in Process() local
3187 mirror::Object* expected_ref = ref; in VisitRoots() local
3206 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtflite_driver.cc287 auto expected_ref = GetString(data_.get(), i); in TypedCheckString() local
/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp157 Reference expected_ref; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dframing.rs722 let expected_ref = ProposalRef::from_content(&cs, &test_auth).await.unwrap(); in proposal_ref() localVariable