Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dconnection_manager_unittest.cc143 ConnectionType expected_type) { in TestWithServiceType()
173 ConnectionType expected_type) { in TestWithServiceDisconnected()
/aosp12/bionic/libc/bionic/
H A Dfdsan.cpp253 const char* expected_type = android_fdsan_get_tag_type(expected_tag); in android_fdsan_close_with_tag() local
/aosp12/art/runtime/
H A Dcommon_throws.cc260 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, in ThrowIncompatibleClassChangeError()
822 void ThrowWrongMethodTypeException(ObjPtr<mirror::MethodType> expected_type, in ThrowWrongMethodTypeException()
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc224 const InstallOperation::Type expected_type = in TEST_F() local
H A Dab_generator_unittest.cc125 InstallOperation::Type expected_type = in TestSplitReplaceOrReplaceXzOperation() local
/aosp12/packages/modules/adb/pairing_connection/
H A Dpairing_connection.cpp261 bool PairingConnectionCtx::CheckHeaderType(adb::proto::PairingPacket::Type expected_type, in CheckHeaderType()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_camera_metadata.cc207 bool HalCameraMetadata::IsTypeValid(uint32_t tag, int32_t expected_type) { in IsTypeValid()
/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/dex/
H A Ddex_file_annotations.cc815 uint32_t expected_type) in GetAnnotationValue()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverFloatXNNPACK.cpp421 static V1_3::ErrorStatus CheckTensorType(OperandType tensor_type, OperandType expected_type) { in CheckTensorType()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc4384 const RegType& expected_type = reg_types_.GetComponentType(res_type, class_loader_.Get()); in VerifyNewArray() local
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc707 DataType::Type expected_type) { in FindOrAddTypeConversionIfNecessary()