HomeSort by relevance Sort by last modified time
    Searched defs:handleError (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /libcore/luni/src/main/java/org/w3c/dom/
DOMErrorHandler.java 36 * the <code>handleError</code> method.
37 * @return If the <code>handleError</code> method returns
43 public boolean handleError(DOMError error);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 43 * Implementation of DOMErrorHandler.handleError that
47 public boolean handleError(DOMError error) {
  /external/swiftshader/src/OpenGL/compiler/
DirectiveHandler.cpp 49 void TDirectiveHandler::handleError(const pp::SourceLocation& loc,
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorMonitor.java 39 * Implementation of DOMErrorHandler.handleError that
43 public boolean handleError(DOMError error) {
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderBase.cpp 201 void NuPlayer2::DecoderBase::handleError(int32_t err)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.cpp 199 void NuPlayer::DecoderBase::handleError(int32_t err)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
56 return handleError(std::move(EC));
58 return handleError(std::move(EC));
62 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
56 return handleError(std::move(EC));
58 return handleError(std::move(EC));
62 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 30 TypeIndex handleError(Error EC) const {
57 return handleError(std::move(EC));
59 return handleError(std::move(EC));
63 return handleError(ExpectedIndex.takeError());
  /system/extras/tests/workloads/
defs.sh 436 handleError $*: $p is not running
455 function handleError {
  /development/apps/Development/src/com/android/development/
AppHwPref.java 65 handleError("Null package name", true);
76 handleError("Failed retrieving packageInfo for pkg:"+pkgName, true);
112 void handleError(String errMsg, boolean finish) {
168 handleError("Invalid HardwareConfigurationObject", true);
187 handleError("Invalid HardwareConfigurationObject", true);
206 handleError("Invalid HardwareConfigurationObject", true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java 79 handleError(exception, exception.getLineNumber());
89 handleError(exception, exception.getLineNumber());
118 public void handleError(Exception exception, int lineNumber) {
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java 119 handleError(e);
170 handleError(new Exception("Failed to do recording. Error Code: " + resultCode));
181 private void handleError(Exception e) {
224 handleError(error);
  /external/libxml2/xstc/
xstc.py 115 def handleError(test, msg):
277 libxml2.registerErrorHandler(handleError, self)

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 91011