Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/tools/streaming_proto/
H A DErrors.h11 struct Error struct
38 vector<Error> m_errors; argument
H A DErrors.cpp14 Error::Error() in Error() function in android::stream_proto::Error
18 Error::Error(const Error& that) in Error() function in android::stream_proto::Error
25 Error::Error(const string& f, int l, const char* m) in Error() function in android::stream_proto::Error
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DResult.cpp26 Error::Error(const char* fmt, ...) { in Error() function in android::idmap2::Error
34 Error::Error(const Error& parent, const char* fmt, ...) : msg_(parent.msg_) { in Error() function in android::idmap2::Error
/aosp14/frameworks/base/libs/hwui/utils/
H A DResult.h25 struct Error { struct
34 Result(Error<E>&& error) : result(std::forward<Error<E>>(error)) {} in Result() argument
/aosp14/system/core/debuggerd/rust/tombstoned_client/src/
H A Dlib.rs25 pub struct Error; struct
63 pub fn connect(pid: i32, dump_type: DebuggerdDumpType) -> Result<Self, Error> { in connect() argument
81 pub fn notify_completion(&self) -> Result<(), Error> { in notify_completion() argument
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_priv_overlayfs.h38 Error enumerator
H A Dfile_wait.cpp82 enum class Result { Success, Timeout, Error }; enumerator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptMessage.kt41 data class Error(val errorMessage: String) : PromptMessage dataClass
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DIDiagnostics.h71 enum class Level { Note, Warn, Error }; enumerator
75 virtual void Error(const DiagMessage& message) { in Error() function
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DSavedDatasetsInfoCallback.java45 @interface Error { annotation
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialStatus.kt15 data class Error( dataClass
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_status.h47 static FiemapStatus Error() { return FiemapStatus(ErrorCode::ERROR); } in Error() function
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h43 static Return Error() { return Return(ErrorCode::ERROR); } in Error() function
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarInfo.kt68 object Error : ChipbarEndItem() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/
H A DChipStateSender.kt319 object Error : SenderEndItem() regex
/aosp14/frameworks/base/core/java/android/content/pm/verify/domain/
H A DDomainVerificationManager.java125 public @interface Error { annotation in DomainVerificationManager
/aosp14/frameworks/base/tools/aapt2/util/
H A DUtil.h188 inline const std::string& StringBuilder::Error() const { in Error() function
/aosp14/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp74 enum Error { enum
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java114 public @interface Error {} annotation in TextToSpeech
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp418 std::string FastBootDriver::Error() { in Error() function in fastboot::FastBootDriver
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java757 public @interface Error {}; annotation in ImageDecoder.DecodeException
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...