/aosp_15_r20/external/ot-br-posix/tests/gtest/ |
H A D | test_async_task.cpp | 49 auto errorHandler = [&resultHandlerCalledTimes](otError aError, const std::string &aErrorInfo) { in TEST() local 80 …auto errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorI… in TEST() local 122 …auto errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorI… in TEST() local 170 …auto errorHandler = [&resultHandlerCalledTimes, &error](otError aError, const std::string &aErrorI… in TEST() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | DocumentBuilderFactoryTest.java | 391 ValidationErrorHandler errorHandler = new ValidationErrorHandler(); in test_setCoalescingZ() local 419 ValidationErrorHandler errorHandler = new ValidationErrorHandler(); in test_setCoalescingZ() local 454 ValidationErrorHandler errorHandler = new ValidationErrorHandler(); in test_setExpandEntityReferencesZ() local 477 ValidationErrorHandler errorHandler = new ValidationErrorHandler(); in test_setExpandEntityReferencesZ() local
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_host.cpp | 136 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError,… in Join() local 150 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError,… in Leave() local 163 …auto errorHandler = [aReceiver](otError aError, const std::string &aErrorInfo) { aReceiver(aError… in ScheduleMigration() local
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | NewHdfParser.java | 102 final ErrorHandler errorHandler; field in NewHdfParser.ParseState 113 private ParseState(Data output, LineNumberReader lineReader, ErrorHandler errorHandler, in ParseState() 129 ErrorHandler errorHandler, ResourceLoader resourceLoader, NewHdfParser hdfParser, in createNewParseState() 190 public void parse(Reader reader, Data output, Parser.ErrorHandler errorHandler, in parse()
|
H A D | DefaultHdfParser.java | 35 public void parse(Reader reader, Data output, ErrorHandler errorHandler, in parse() 50 LineNumberReader lineReader, String dataFileName, ErrorHandler errorHandler) in parseLine()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1459 int unicode_decode_call_errorhandler(const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler() 1664 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF7Stateful() local 1980 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF8Stateful() local 2296 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF32Stateful() local 2563 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF16Stateful() local 2818 PyObject *errorHandler = NULL; in PyUnicode_DecodeUnicodeEscape() local 3218 PyObject *errorHandler = NULL; in PyUnicode_DecodeRawUnicodeEscape() local 3434 PyObject *errorHandler = NULL; in _PyUnicode_DecodeUnicodeInternal() local 3567 PyObject **errorHandler, in unicode_encode_call_errorhandler() 3634 PyObject *errorHandler = NULL; in unicode_encode_ucs1() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/external/python/cpython3/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/sax/ |
H A D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/external/python/cpython2/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument 35 def parseString(string, handler, errorHandler=ErrorHandler()): argument
|
/aosp_15_r20/external/objenesis/tck/src/main/java/org/objenesis/tck/ |
H A D | CandidateLoader.java | 35 private final ErrorHandler errorHandler; field in CandidateLoader 75 public CandidateLoader(TCK tck, ClassLoader classloader, ErrorHandler errorHandler) { in CandidateLoader()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/ |
H A D | GrGLShaderStringBuilder.cpp | 27 GrContextOptions::ShaderErrorHandler* errorHandler) { in GrGLCompileAndAttachShader() 77 GrContextOptions::ShaderErrorHandler* errorHandler, in GrGLCheckLinkStatus()
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnGraphiteUtils.cpp | 103 ShaderErrorHandler* errorHandler) { in check_shader_module() 186 ShaderErrorHandler* errorHandler) { in DawnCompileWGSLShaderModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | xmlbuilder.py | 40 errorHandler = None variable in Options 46 errorHandler = None variable in DOMBuilder 67 def _set_errorHandler(self, errorHandler): argument
|
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteDatabase.java | 488 @Nullable CursorFactory cursorFactory, @Nullable DatabaseErrorHandler errorHandler, in SQLiteDatabase() 1059 @DatabaseOpenFlags int flags, @Nullable DatabaseErrorHandler errorHandler) { in openDatabase() 1086 @Nullable CursorFactory factory, @Nullable DatabaseErrorHandler errorHandler) { in openOrCreateDatabase() 2985 DatabaseErrorHandler errorHandler, int lookasideSlotSize, int lookasideSlotCount, in OpenParams() 3223 public Builder setErrorHandler(@Nullable DatabaseErrorHandler errorHandler) { in setErrorHandler()
|
H A D | SQLiteOpenHelper.java | 104 @Nullable DatabaseErrorHandler errorHandler) { in SQLiteOpenHelper() 153 int minimumSupportedVersion, @Nullable DatabaseErrorHandler errorHandler) { in SQLiteOpenHelper()
|