Home
last modified time | relevance | path

Searched defs:expType (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
H A DParserBase.java776 protected void _parseNumericValue(int expType) throws IOException in _parseNumericValue()
855 private void _parseSlowFloat(int expType) throws IOException in _parseSlowFloat()
879 private void _parseSlowInt(int expType) throws IOException in _parseSlowInt()
915 protected void _reportTooLongIntegral(int expType, String rawNum) throws IOException in _reportTooLongIntegral()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java376 int expType = _exptype2(makeNodeIdentity(node)); in next() local
1006 int expType; in next() local
1667 int expType; in next() local
2602 int expType; in getTypedAttribute() local
2639 int expType = _exptype(makeNodeIdentity(nodeHandle)); in getLocalName() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DDeviceFileReporterTest.java432 final LogDataType expType = expTypes[i]; in testInferDataTypes() local
441 final LogDataType expType = expTypes[i]; in testInferDataTypes() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java772 int expType = getExpandedTypeID(node); in next() local
1197 int expType; in next() local
1447 int expType; in next() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java338 int expType = dtm.getExpandedTypeID(currentNode); in execute() local
382 XPathContext xctxt, int currentNode, DTM dtm, int expType) in execute()
H A DFunctionPattern.java146 DTM dtm, int expType) in execute()
H A DNodeTest.java600 DTM dtm, int expType) in execute()
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts734 const expType = this.rowSpec[colName]; constant
829 const expType = this.rowSpec[colName]; constant
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts779 const expType = this.rowSpec[colName]; constant
877 const expType = this.rowSpec[colName]; constant
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DTypeFactory.java636 public JavaType[] findTypeParameters(JavaType type, Class<?> expType) in findTypeParameters()
649 public JavaType[] findTypeParameters(Class<?> clz, Class<?> expType, TypeBindings bindings) { in findTypeParameters()
657 public JavaType[] findTypeParameters(Class<?> clz, Class<?> expType) { in findTypeParameters()
H A DTypeBase.java151 public JavaType[] findTypeParameters(Class<?> expType) in findTypeParameters()
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DMethodHandlesGeneralTest.java667 MethodType expType; in testAccessor() local
709 assertSame(mh.type(), expType); in testAccessor() local
932 MethodType expType = !testSetter in testArrayElementGetterSetter() local
938 assertSame(mh.type(), expType); in testArrayElementGetterSetter() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
H A DDeserExceptionTypeTest.java130 void verifyException(Exception e, Class<?> expType, String expMsg) in verifyException()
H A DTestExceptionsDuringWriting.java133 void verifyException(Exception e, Class<?> expType, String expMsg) in verifyException()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java115 XPathContext xctxt, int currentNode, DTM dtm, int expType) in execute()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DTestTypedDeserialization.java199 …JavaType expType = TypeFactory.defaultInstance().constructCollectionType(ArrayList.class, Animal.c… in testListAsArray() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJavaType.java467 public abstract JavaType[] findTypeParameters(Class<?> expType); in findTypeParameters()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
H A DBaseTest.java331 protected void assertType(Object ob, Class<?> expType) in assertType()
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
H A DBaseTest.java483 protected void assertType(Object ob, Class<?> expType) in assertType()
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java660 TimeType expType = (TimeType)test[7]; in TestParse() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeZoneFormatTest.java663 TimeType expType = (TimeType)test[7]; in TestParse() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DClassUtil.java303 public static void verifyMustOverride(Class<?> expType, Object instance, in verifyMustOverride()
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/
H A DULocaleTest.java4659 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DULocaleTest.java4662 String expType = expectedKeywords.get(expKey); in TestUnicodeLocaleExtension() local
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2754 QualType expType = Exp->getType(); in RewriteObjCArrayLiteralExpr() local
2899 QualType expType = Exp->getType(); in RewriteObjCDictionaryLiteralExpr() local

12