Searched refs:Invalid (Results 1 – 13 of 13) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | generic_messages.h | 32 Invalid, enumerator 93 template <typename CmdT, CmdT Invalid = CmdT::Invalid> 99 return {stream, Invalid}; 102 template <typename CmdT, CmdT Invalid = CmdT::Invalid> CmdT peakCmd(ReadStream in) {
|
/system/chre/core/ |
D | wifi_scan_request.cc | 30 return WifiScanType::Invalid; in getWifiScanTypeForEnum() 35 : WifiScanRequest(WifiScanType::Invalid, in WifiScanRequest()
|
/system/tools/sysprop/tests/ |
D | CppGenTest.cpp | 258 …LOG_ALWAYS_FATAL("Invalid value %d for property android.test.enum", static_cast<std::int32_t>(*val… 285 LOG_ALWAYS_FATAL("Invalid value %d for property el", static_cast<std::int32_t>(*value));
|
/system/chre/core/tests/ |
D | wifi_scan_request_test.cc | 26 EXPECT_EQ(request.getScanType(), WifiScanType::Invalid); in TEST()
|
/system/extras/brillo_config/ |
D | Android.mk | 60 $(error Invalid BRILLO_PRODUCT_VERSION "$(BRILLO_PRODUCT_VERSION)", must be \ 83 $(error Invalid BRILLO_SYSTEM_VERSION "$(BRILLO_SYSTEM_VERSION)", must be \
|
/system/logging/logcat/ |
D | logpersist | 59 echo ERROR: Invalid --size ${size} >&2 66 echo ERROR: Invalid --buffer ${buffer} >&2
|
/system/chre/core/include/chre/core/ |
D | wifi_scan_request.h | 40 enum class WifiScanType { Invalid, Active, ActivePlusPassiveDfs, Passive }; enumerator
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 471 _ => $enum_name::Invalid, 568 _ => $enum_name::Invalid, 783 #[key_param(tag = INVALID, field = Invalid)] 784 Invalid, 1058 TagType::INVALID => return KmKeyParameterValue::Invalid(Default::default()), in get_field_by_tag_type() 1091 | (&KmKeyParameterValue::Invalid(_), KmKeyParameterValue::Invalid(_)) in check_field_matches_tag_type() 1414 let kp = KeyParameter::new(KeyParameterValue::Invalid, SecurityLevel::STRONGBOX); in test_convert_to_wire_invalid() 1416 KmKeyParameter { tag: Tag::INVALID, value: KmKeyParameterValue::Invalid(0) }, in test_convert_to_wire_invalid() 1473 assert_eq!(KeyParameterValue::Invalid, aidl_kp.into()); in test_convert_from_wire_invalid()
|
D | database.rs | 5017 KeyParameter::new(KeyParameterValue::Invalid, SecurityLevel::TRUSTED_ENVIRONMENT), in make_test_params()
|
/system/teeui/libteeui/include/secure_input/ |
D | secure_input_proto.h | 39 Invalid, enumerator
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 250 clock_offset_valid: ClockOffsetValid::Invalid, in build_create_connection()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 253 <test value="garbage" expect="fail" assert="Invalid var '[\w ]+'"/> 285 crash the bootloader. Invalid input MUST be handled gracefully. Using "asserts"
|
/system/chre/chpp/ |
D | README.md | 76 - 0x4: Invalid header
|