Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java90 public void setDraft() { setType(STA, STA_DRAFT); } in setDraft()
91 public void setStable() { setType(STA, STA_STABLE); } in setStable()
92 public void setDeprecated() { setType(STA, STA_DEPRECATED); } in setDeprecated()
93 public void setObsolete() { setType(STA, STA_OBSOLETE); } in setObsolete()
94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal()
95 public void setPackage() { setType(VIS, VIS_PACKAGE); } in setPackage()
96 public void setPublic() { setType(VIS, VIS_PUBLIC); } in setPublic()
97 public void setProtected() { setType(VIS, VIS_PROTECTED); } in setProtected()
98 public void setPrivate() { setType(VIS, VIS_PRIVATE); } in setPrivate()
99 public void setStatic() { setType(STK, STK_STATIC); } in setStatic()
[all …]
DCheckAPI.java133 private void setType(int typ, int val) { in setType() method in CheckAPI.Info
139 private void setType(int typ, String val) { in setType() method in CheckAPI.Info
260 setType(i, readToken(r)); in read()
293 setType(STA, tagStatus(doc)); in read()
297 setType(VIS, VIS_PUBLIC); in read()
299 setType(VIS, VIS_PROTECTED); in read()
301 setType(VIS, VIS_PRIVATE); in read()
308 setType(STK, STK_STATIC); in read()
315 setType(FIN, FIN_FINAL); in read()
322 setType(CAT, CAT_FIELD); in read()
[all …]
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp132 pElem->setType(OCSD_GEN_TRC_ELEM_EO_TRACE); in onEOT()
275 pElem->setType(OCSD_GEN_TRC_ELEM_CYCLE_COUNT); in decodePacket()
281 pElem->setType(OCSD_GEN_TRC_ELEM_EVENT); in decodePacket()
301 pElem->setType(OCSD_GEN_TRC_ELEM_PE_CONTEXT); in decodePacket()
308 pElem->setType(OCSD_GEN_TRC_ELEM_PE_CONTEXT); in decodePacket()
315 pElem->setType(OCSD_GEN_TRC_ELEM_EXCEPTION); in decodePacket()
321 pElem->setType(OCSD_GEN_TRC_ELEM_EXCEPTION_RET); in decodePacket()
327 pElem->setType(OCSD_GEN_TRC_ELEM_TIMESTAMP); in decodePacket()
382 pElem->setType(OCSD_GEN_TRC_ELEM_NO_SYNC); in sendUnsyncPacket()
417 pElem->setType(OCSD_GEN_TRC_ELEM_TRACE_ON); in processISync()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithType.java51 T setType(Type<?> type); in setType() method
59 default T setType(Class<?> typeClass) { in setType() method
61 return setType(new ClassOrInterfaceType(typeClass.getSimpleName())); in setType()
64 default T setType(final String type) { in setType() method
66 return setType(classOrInterfaceType); in setType()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DTestSessionBuilderTest.java29 .setType(0x11) in buildsValidBasicSession()
44 .setType(0x11) in buildsValidOcspSession()
60 .setType(0x11) in buildsValidOcspAndTlsSctSession()
77 .setType(0x11) in buildsValidButEmptyOcspAndTlsSctSession()
94 .setType(0x11) in buildsInvalidOcspAndTlsSctSession()
DNativeSslSessionTest.java388 .setType(0x01) in getType1()
395 .setType(0x02) in getType2()
403 .setType(0x03) in getType3()
468 assertInvalidSession(getType3().setType((byte) 0xEE).build()); in toSession_UnknownType_Failure()
533 assertValidSession(getType1().setType(0x02).setOcspDataEmpty().build()); in toSession_Type2OcspDataEmpty_Success()
538 assertValidSession(getType2().setType(0x03).setTlsSctDataEmpty().build()); in toSession_Type3TlsSctDataEmpty_Success()
544 getType1().setType(0x03).setOcspDataEmpty().setTlsSctDataEmpty().build()); in toSession_Type3OcspAndTlsSctDataEmpty_Success()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DTestSessionBuilderTest.java33 .setType(0x11) in buildsValidBasicSession()
48 .setType(0x11) in buildsValidOcspSession()
64 .setType(0x11) in buildsValidOcspAndTlsSctSession()
81 .setType(0x11) in buildsValidButEmptyOcspAndTlsSctSession()
98 .setType(0x11) in buildsInvalidOcspAndTlsSctSession()
DNativeSslSessionTest.java392 .setType(0x01) in getType1()
399 .setType(0x02) in getType2()
407 .setType(0x03) in getType3()
472 assertInvalidSession(getType3().setType((byte) 0xEE).build()); in toSession_UnknownType_Failure()
537 assertValidSession(getType1().setType(0x02).setOcspDataEmpty().build()); in toSession_Type2OcspDataEmpty_Success()
542 assertValidSession(getType2().setType(0x03).setTlsSctDataEmpty().build()); in toSession_Type3TlsSctDataEmpty_Success()
548 getType1().setType(0x03).setOcspDataEmpty().setTlsSctDataEmpty().build()); in toSession_Type3OcspAndTlsSctDataEmpty_Success()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/
Dcom_github_javaparser_ast_expr_ArrayCreationExpr.txt2 …Line 51) setType(type) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setType(com.github.jav…
5 …Line 58) setType(type) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setType(com.github.jav…
7 …Line 63) setType(type) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setType(com.github.jav…
9 …Line 69) setType(type) ==> com.github.javaparser.ast.expr.ArrayCreationExpr.setType(com.github.jav…
Dcom_github_javaparser_ast_nodeTypes_NodeWithType.txt2 …Line 61) setType(new ClassOrInterfaceType(typeClass.getSimpleName())) ==> com.github.javaparser.as…
4 …Line 66) setType(classOrInterfaceType) ==> com.github.javaparser.ast.nodeTypes.NodeWithType.setTyp…
Dcom_github_javaparser_ast_expr_ClassExpr.txt1 …Line 46) setType(type) ==> com.github.javaparser.ast.expr.ClassExpr.setType(com.github.javaparser.…
2 …Line 51) setType(type) ==> com.github.javaparser.ast.expr.ClassExpr.setType(com.github.javaparser.…
Dcom_github_javaparser_ast_body_AnnotationMemberDeclaration.txt3 …Line 60) setType(type) ==> com.github.javaparser.ast.body.AnnotationMemberDeclaration.setType(com.…
7 …Line 69) setType(type) ==> com.github.javaparser.ast.body.AnnotationMemberDeclaration.setType(com.…
11 …Line 78) setType(type) ==> com.github.javaparser.ast.body.AnnotationMemberDeclaration.setType(com.…
Dcom_github_javaparser_ast_expr_CastExpr.txt1 …Line 43) setType(type) ==> com.github.javaparser.ast.expr.CastExpr.setType(com.github.javaparser.a…
3 …Line 49) setType(type) ==> com.github.javaparser.ast.expr.CastExpr.setType(com.github.javaparser.a…
Dcom_github_javaparser_ast_expr_InstanceOfExpr.txt2 …Line 44) setType(type) ==> com.github.javaparser.ast.expr.InstanceOfExpr.setType(com.github.javapa…
4 …Line 50) setType(type) ==> com.github.javaparser.ast.expr.InstanceOfExpr.setType(com.github.javapa…
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithType.java53 N setType(T type); in setType() method
64 default N setType(Class<?> typeClass) { in setType() method
66 return setType((T) parseType(typeClass.getSimpleName())); in setType()
70 default N setType(final String typeString) { in setType() method
72 return setType((T) parseType(typeString)); in setType()
/external/capstone/bindings/java/capstone/
DM680x.java75 value.setType(Integer.TYPE); in read()
77 value.setType(Integer.TYPE); in read()
79 value.setType(OpIndexed.class); in read()
81 value.setType(OpRelative.class); in read()
83 value.setType(OpExtended.class); in read()
85 value.setType(Integer.TYPE); in read()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp134 CurrentToken->setType(TT_DictLiteral); in parseAngle()
136 CurrentToken->setType(TT_TemplateCloser); in parseAngle()
167 Previous->setType(TT_SelectorName); in parseAngle()
276 Left->setType(TT_AttributeParen); in parseParens()
280 Left->setType(TT_TypeDeclarationParen); in parseParens()
289 Left->setType(TT_ObjCMethodExpr); in parseParens()
320 Prev->setType(TT_BinaryOperator); in parseParens()
338 Left->setType(Left->Next->is(tok::caret) ? TT_ObjCBlockLParen in parseParens()
351 Tok->setType(TT_PointerOrReference); in parseParens()
356 CurrentToken->setType(TT_ObjCMethodExpr); in parseParens()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java43 .setType(MethodType.CLIENT_STREAMING) in createMethodDescriptor()
58 .setType(MethodType.SERVER_STREAMING) in idempotent()
78 .setType(MethodType.UNARY) in safe()
96 .setType(MethodType.SERVER_STREAMING) in safeAndNonUnary()
109 .setType(MethodType.SERVER_STREAMING) in sampledToLocalTracing()
124 .setType(MethodType.SERVER_STREAMING) in sampledToLocalTracing()
141 .setType(MethodType.UNARY) in toBuilderTest()
153 .setType(MethodType.UNARY) in toBuilderTest()
180 .setType(MethodType.UNARY) in toStringTest()
DServiceDescriptorTest.java70 .setType(MethodType.UNARY) in failsOnNonMatchingNames()
86 .setType(MethodType.UNARY) in failsOnNonDuplicateNames()
92 .setType(MethodType.UNARY) in failsOnNonDuplicateNames()
109 .setType(MethodType.UNARY) in toStringTest()
116 .setType(MethodType.UNARY) in toStringTest()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
DReferenceType.java45 setType(type); in ReferenceType()
49 setType(type); in ReferenceType()
56 setType(type); in ReferenceType()
65 setType(type); in ReferenceType()
90 public void setType(final Type type) { in setType() method in ReferenceType
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DArrayCreationExpr.java51 setType(type); in ArrayCreationExpr()
58 setType(type); in ArrayCreationExpr()
63 setType(type); in ArrayCreationExpr()
69 setType(type); in ArrayCreationExpr()
99 public ArrayCreationExpr setType(Type type) { in setType() method in ArrayCreationExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DFieldDeclaration.java50 setType(type); in FieldDeclaration()
58 setType(type); in FieldDeclaration()
65 setType(type); in FieldDeclaration()
72 setType(type); in FieldDeclaration()
108 public void setType(Type type) { in setType() method in FieldDeclaration
DParameter.java44 setType(type); in Parameter()
49 setType(type); in Parameter()
54 setType(type); in Parameter()
76 public void setType(Type type) { in setType() method in Parameter
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DArrayCreationExpr.java49 setType(type); in ArrayCreationExpr()
57 setType(type); in ArrayCreationExpr()
64 setType(type); in ArrayCreationExpr()
72 setType(type); in ArrayCreationExpr()
118 public void setType(Type type) { in setType() method in ArrayCreationExpr
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp111 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EO_TRACE); in onEOT()
240 m_output_elem.setType(OCSD_GEN_TRC_ELEM_NO_SYNC); in decodePacket()
259 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EVENT); in decodePacket()
278 m_output_elem.setType(OCSD_GEN_TRC_ELEM_PE_CONTEXT); in decodePacket()
295 m_output_elem.setType(OCSD_GEN_TRC_ELEM_PE_CONTEXT); in decodePacket()
311 m_output_elem.setType(OCSD_GEN_TRC_ELEM_TIMESTAMP); in decodePacket()
319 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EXCEPTION_RET); in decodePacket()
356 m_output_elem.setType(OCSD_GEN_TRC_ELEM_TRACE_ON); in processIsync()
377 m_output_elem.setType(OCSD_GEN_TRC_ELEM_PE_CONTEXT); in processIsync()
404 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EXCEPTION); in processBranch()
[all …]

12345678910>>...26