Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 25 of 57) sorted by relevance

123

/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DErrorTypeImpl.java41 private final javax.lang.model.type.ErrorType errorType; field in ErrorTypeImpl
43 protected ErrorTypeImpl(TypeElement el, javax.lang.model.type.ErrorType errorType, in ErrorTypeImpl()
49 static ErrorTypeImpl create(javax.lang.model.type.ErrorType errorType, in create()
DTypeImpl.java109 var errorType = (ErrorType) m; in create() local
DDocletElementUtils.java39 private final TypeMirror errorType; field in DocletElementUtils
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DNumberParseException.java60 private ErrorType errorType; field in NumberParseException
63 public NumberParseException(ErrorType errorType, String message) { in NumberParseException()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java57 private ErrorType errorType; field in NumberParseException
60 public NumberParseException(ErrorType errorType, String message) { in NumberParseException()
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/cfg/
DNullAwayCFGBuilder.java137 public void insertThrowOnFalse(Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOnFalse()
148 public void insertThrowOnTrue(Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOnTrue()
152 private void insertThrowOn(boolean throwOn, Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOn()
/external/cronet/tot/third_party/icu/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
/external/cronet/stable/third_party/icu/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
/external/icu/icu4c/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource()
/external/ksp/test-utils/testData/api/
DasMemberOf.kt120 val errorType: NonExistType = TODO() constant in Base
152 val errorType: NonExistingType in fileLevelExtensionFunction() constant
/external/deqp-deps/amber/samples/
Dconfig_helper_dawn.cc27 void PrintDeviceError(DawnErrorType errorType, const char* message, void*) { in PrintDeviceError()
/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/test/java/software/amazon/awssdk/protocols/json/
DJsonErrorCodeParserTest.java44 private static JsonContent toJsonContent(String errorType) throws IOException { in toJsonContent()
/external/dagger2/javatests/dagger/internal/codegen/
DDaggerSuperficialValidationTest.java127 final String errorType; in missingGenericReturnType() local
177 final String errorType; in missingReturnTypeTypeParameter() local
/external/turbine/javatests/com/google/turbine/processing/
DErrorTypeTest.java143 public void errorType() throws Exception { in errorType() method in ErrorTypeTest
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java67 …eDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) in XSLTAttributeDef()
90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef()
118 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) in XSLTAttributeDef()
151 …boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, i… in XSLTAttributeDef()
186 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, in XSLTAttributeDef()
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DAbstractTypesTest.kt64 val errorType = DeclaredTypeAsErrorType(types.getDeclaredType(getElement(Set::class.java))) in getErrorType() constant
/external/ktfmt/website/index/
Dindex.js111 error: function (xhr, errorType, errorThrown) { argument
/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
DAsMemberOfProcessor.kt65 val errorType = resolver.getDeclaration<KSPropertyDeclaration>("errorType").type.resolve() in <lambda>() constant
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
DMFSerializer.java327 private void errorType(String expectedType, Object obj) { in errorType() method in MFSerializer
/external/icu/icu4c/source/test/intltest/
Dmessageformat2test_read_json.cpp193 std::string errorType = errors[0]["type"]; in runValidTest() local
/external/icu/android_icu4j/src/main/java/android/icu/message2/
DMFSerializer.java329 private void errorType(String expectedType, Object obj) { in errorType() method in MFSerializer
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp743 … ShaderType shaderType, TestType testType, ErrorType errorType, in LayoutBindingNegativeCase()
1258 … ShaderType shaderType, TestType testType, ErrorType errorType, in SamplerBindingNegativeCase()
1593 … ShaderType shaderType, TestType testType, ErrorType errorType, in ImageBindingNegativeCase()
1873 … ShaderType shaderType, TestType testType, ErrorType errorType) in UBOBindingNegativeCase()
2152 … ShaderType shaderType, TestType testType, ErrorType errorType) in SSBOBindingNegativeCase()
2334 LayoutBindingNegativeCase::ErrorType errorType; in init() member
/external/angle/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp271 for (const char *errorType : kLoopRelatedErrors) in compileToBinary() local
/external/pytorch/torch/csrc/distributed/rpc/
Drref_impl.cpp71 void RRef::handleError(RPCErrorType errorType, const JitFuture& jitFuture) { in handleError()
/external/lzma/C/
D7zStream.c77 SRes LookInStream_Read2(ILookInStreamPtr stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2()

123