Home
last modified time | relevance | path

Searched defs:reportError (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java52 private boolean reportError; field in CheckTags.DocNode
55 public void reset(String header, boolean reportError) { in reset()
74 public void push(String header, boolean reportError) { in push()
289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp265 LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function
284 static void reportError(StringRef Input, std::error_code EC) { in reportError() function
291 static void reportError(StringRef Input, StringRef Message) { in reportError() function
298 static void reportError(StringRef Input, Error Err) { in reportError() function
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java73 public void reportError(IOException e) { in reportError() method in DebugParser
97 public void reportError(RecognitionException e) { in reportError() method in DebugParser
H A DDebugTreeParser.java75 public void reportError(IOException e) { in reportError() method in DebugTreeParser
81 public void reportError(RecognitionException e) { in reportError() method in DebugTreeParser
/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DTestBase.common.kt111 fun reportError(error: Throwable) in hasError() method
123 override fun reportError(error: Throwable) { in hasError() method in kotlinx.coroutines.testing.ErrorCatching.Impl
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3baserecognizer.inl205 void BaseRecognizer<ImplTraits, StreamType>::reportError() function in BaseRecognizer
211 void BaseRecognizer<ImplTraits, StreamType>::reportError( ClassForwarder<LexerType> ) function in BaseRecognizer
222 void BaseRecognizer<ImplTraits, StreamType>::reportError(ClassForwarder<CompType> ) function in BaseRecognizer
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DCleanup.kt91 fun reportError(e: Throwable) { in <lambda>() method
/aosp_15_r20/external/dagger2/java/dagger/android/processor/
H A DAndroidInjectorDescriptor.java160 void reportError(String error) { in reportError() method in AndroidInjectorDescriptor.Validator.ErrorReporter
165 void reportError(String error, XAnnotation annotation) { in reportError() method in AndroidInjectorDescriptor.Validator.ErrorReporter
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/testutil/
H A DKtfmtTruth.kt131 private fun reportError(code: String) { in reportError() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java93 void reportError(); in reportError() method
166 public void reportError() { in reportError() method in TakeScreenshotService.RequestCallbackImpl
/aosp_15_r20/out/soong/.intermediates/tools/platform-compat/java/com/android/annotationvisitor/annotationvisitor/linux_glibc_common/javac/
Dannotationvisitor.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/tools/platform-compat/java/com/android/annotationvisitor/annotationvisitor/linux_glibc_common/local-javac-header/
Dannotationvisitor.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.h438 [[noreturn]] void reportError(const std::string& what) { in reportError() function
441 [[noreturn]] void reportError(const std::string& what, const Token& t) { in reportError() function
/aosp_15_r20/external/guice/extensions/persist/lib/
HDantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp711 void HexagonMCChecker::reportError(Twine const &Msg) { in reportError() function in HexagonMCChecker
715 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) { in reportError() function in HexagonMCChecker
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp783 void HexagonMCChecker::reportError(Twine const &Msg) { in reportError() function in HexagonMCChecker
787 void HexagonMCChecker::reportError(SMLoc Loc, Twine const &Msg) { in reportError() function in HexagonMCChecker
/aosp_15_r20/tools/platform-compat/java/com/android/annotationvisitor/
H A DStatusReporter.java24 void reportError(String message, Object... args); in reportError() method
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dlogging.ts42 export function reportError(err: ErrorEvent|PromiseRejectionEvent|{}) { function
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java449 public boolean reportError(BluetoothDevice device, byte error, AttributionSource source) { in reportError() method in HidDeviceService.BluetoothHidDeviceBinder
692 synchronized boolean reportError(BluetoothDevice device, byte error) { in reportError() method in HidDeviceService
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DDependsOnProductionExecutorValidator.java68 private void reportError(DiagnosticReporter diagnosticReporter, Binding binding) { in reportError() method in DependsOnProductionExecutorValidator
/aosp_15_r20/external/antlr/runtime/Python/tests/
H A Dt004lexer.py16 def reportError(self, re): member in t004lexer.lexerClass.TLexer
H A Dt011lexer.py16 def reportError(self, re): member in t011lexer.lexerClass.TLexer
/aosp_15_r20/external/antlr/runtime/Python3/tests/
H A Dt008lexer.py16 def reportError(self, re): member in t008lexer.lexerClass.TLexer
H A Dt006lexer.py16 def reportError(self, re): member in t006lexer.lexerClass.TLexer
H A Dt010lexer.py16 def reportError(self, re): member in t010lexer.lexerClass.TLexer

12345678910>>...27