Home
last modified time | relevance | path

Searched defs:expected_value (Results 1 – 23 of 23) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dvar_handle.cc816 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
825 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
835 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
929 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local
953 ObjPtr<Object> expected_value = ValueGetter<ObjPtr<Object>>::Get(getter); in Dispatch() local
1072 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
1081 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
1091 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
1224 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
1235 T expected_value = ValueGetter<T>::Get(getter); in Dispatch() local
[all …]
H A Dobject.cc171 uint32_t expected_value, new_value; in GenerateIdentityHashCode() local
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/tests/
H A DVehicleBindingIntegrationTedt.cpp49 std::string expected_value = "1"; in TEST() local
/aosp12/system/core/init/test_service/
H A Dtest_service.cpp63 std::string expected_value = argv[i + 1]; in main() local
/aosp12/system/update_engine/update_manager/
H A Dupdate_time_restrictions_policy_impl_unittest.cc54 const EvalStatus& expected_value, in TestPolicy()
/aosp12/art/dex2oat/linker/
H A Delf_writer_test.cc43 #define EXPECT_ELF_FILE_ADDRESS(ef, expected_value, symbol_name, build_map) \ argument
/aosp12/system/libbase/
H A Dproperties.cpp141 const std::string* expected_value; member
196 bool WaitForProperty(const std::string& key, const std::string& expected_value, in WaitForProperty()
/aosp12/packages/modules/adb/
H A Dadb_utils_test.cpp184 void TestParseUint(std::string_view string, bool expected_success, uint32_t expected_value = 0) {
/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp473 const std::string& expected_value) { in TEST()
481 const std::string& expected_value) { in TEST()
H A Dbuffer_tests.cpp219 uint8_t expected_value; in VerifyFencepost() local
H A Dwchar_test.cpp446 T expected_value, ptrdiff_t expected_len) { in TestSingleWcsToInt()
812 T expected_value, ptrdiff_t expected_len) { in TestSingleWcsToFloat()
/aosp12/art/runtime/gc/accounting/
H A Dremembered_set.cc45 void operator()(uint8_t* card, uint8_t expected_value, uint8_t new_value ATTRIBUTE_UNUSED) const { in operator ()()
H A Dmod_union_table.cc45 uint8_t expected_value, in operator ()()
62 uint8_t expected_value, in operator ()()
/aosp12/hardware/google/pixel/rebalance_interrupts/
H A Drebalance_interrupts.cpp189 void ReportIfAffinityUpdated(const std::string expected_value, in ReportIfAffinityUpdated()
/aosp12/system/connectivity/wificond/tests/
H A Dnl80211_attribute_unittest.cpp306 std::vector<uint8_t> expected_value{{'a', 'b', 'c', 'd', 'e'}}; in TEST() local
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc589 uint32_t expected_value, in CheckTypeCheckBitstringInput()
H A Dintrinsics_x86.cc1967 Location expected_value, in GenPrimitiveLockedCmpxchg()
2021 Location expected_value, in GenPrimitiveCAS()
2068 Location expected_value, in GenReferenceCAS()
2166 Location expected_value = locations->InAt(3); in GenCAS() local
4138 Location expected_value = locations->InAt(expected_value_index); in GenerateVarHandleCompareAndSetOrExchange() local
/aosp12/system/unwinding/libunwindstack/tests/
H A DDwarfOpTest.cpp228 TypeParam expected_value = 0; in TYPED_TEST_P() local
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DIdmapTests.cpp51 #define ASSERT_TARGET_INLINE_ENTRY(entry, target_resid, expected_type, expected_value) \ argument
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1482 mirror::Object* expected_value = shadow_frame->GetVRegReference(arg_offset + 4); in UnstartedUnsafeCompareAndSwapObject() local
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp190 bool contains(hidl_vec<KeyParameter>& set, TypedTag<tag_type, tag> ttag, ValueT expected_value) { in contains()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp85 bool contains(hidl_vec<KeyParameter>& set, TypedTag<tag_type, tag> ttag, ValueT expected_value) { in contains()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp76 ValueT expected_value) { in contains()