Home
last modified time | relevance | path

Searched refs:instanceof (Results 1 – 25 of 54) sorted by relevance

123

/external/apache-commons-bcel/src/examples/Mini/
DMini.jj66 if (jjte000 instanceof ParseException) {
69 if (jjte000 instanceof RuntimeException) {
117 if (jjte000 instanceof ParseException) {
120 if (jjte000 instanceof RuntimeException) {
160 if (jjte000 instanceof ParseException) {
163 if (jjte000 instanceof RuntimeException) {
202 if (jjte000 instanceof ParseException) {
205 if (jjte000 instanceof RuntimeException) {
239 if (jjte000 instanceof ParseException) {
242 if (jjte000 instanceof RuntimeException) {
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_comments_CommentsCollection.txt2 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…
3 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…
4 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment) ==> java.util.stream.…
7 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…
8 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…
9 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment) ==> java.util.stream…
12 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…
13 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…
14 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment) ==> java.util.stre…
Dcom_github_javaparser_ast_nodeTypes_NodeWithMembers.txt49 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
50 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
51 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
57 …Line 223) unmodifiableList(getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m…
58 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m -> (MethodDeclar…
59 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m -> (MethodDeclar…
60 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration) ==> java.util.stream.S…
64 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
65 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
66 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…
[all …]
Dcom_github_javaparser_ast_CompilationUnit.txt74 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…
75 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…
76 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…
82 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…
83 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…
84 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…
90 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…
91 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…
92 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…
97 ….stream().filter(type -> type.getName().equals(annotationName) && type instanceof AnnotationDeclar…
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_PositionUtils.txt26 Line 85) node instanceof AnnotableNode ==> boolean
37 Line 108) node instanceof MethodDeclaration ==> boolean
41 Line 111) node instanceof FieldDeclaration ==> boolean
45 Line 114) node instanceof ClassOrInterfaceDeclaration ==> boolean
54 Line 131) container instanceof AnnotableNode ==> boolean
Dcom_github_javaparser_ast_Node.txt19 Line 179) comment != null && (this instanceof Comment) ==> boolean
38 Line 246) obj == null || !(obj instanceof Node) ==> boolean
Dcom_github_javaparser_ast_comments_Comment.txt23 Line 101) commentedNode instanceof Comment ==> boolean
Dcom_github_javaparser_ast_visitor_DumpVisitor.txt474 Line 806) printer.print(" instanceof ") ==> void
794 Line 1296) final boolean thenBlock = n.getThenStmt() instanceof BlockStmt ==> boolean
795 Line 1296) n.getThenStmt() instanceof BlockStmt ==> boolean
808 Line 1311) final boolean elseIf = n.getElseStmt() instanceof IfStmt ==> boolean
809 Line 1311) n.getElseStmt() instanceof IfStmt ==> boolean
810 Line 1312) final boolean elseBlock = n.getElseStmt() instanceof BlockStmt ==> boolean
811 Line 1312) n.getElseStmt() instanceof BlockStmt ==> boolean
995 Line 1570) body instanceof ExpressionStmt ==> boolean
1022 Line 1616) node instanceof Comment ==> boolean
1046 Line 1630) !(everything.get(i) instanceof Comment) ==> boolean
[all …]
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bulk_test_results/
Dopenjdk_src_repo_test_results.txt74 … of "!=" "%" "&" "&&" "(" ")" "*" "+" "-" "/" "<" "<=" "==" ">" ">=" "?" "^" "instanceof" "|" "||"
101 …"/" "/=" "::" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
119 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
135 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
161 … one of "!=" "%" "&" "&&" ")" "*" "+" "-" "/" "<" "<=" "==" ">" ">=" "?" "^" "instanceof" "|" "||"
212 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
239 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
253 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
274 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
277 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/
Dcom_github_javaparser_symbolsolver_logic_InferenceVariableType.txt9 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…
10 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…
11 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…
15 …Line 105) inferenceVariableType.equivalentTypes.stream().filter(t -> t instanceof InferenceVariabl…
21 …Line 105) inferenceVariableType.equivalentTypes.stream().filter(t -> t instanceof InferenceVariabl…
/external/libchrome/libchrome_tools/patch/
DContextUtils.patch9 - if (appContext instanceof Application) {
13 + // if (appContext instanceof Application) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DJSONBackend.cpp177 json::Object instanceof; in run() local
179 instanceof[kv.first] = std::move(kv.second); in run()
180 root["!instanceof"] = std::move(instanceof); in run()
/external/ksoap2/
D0001-ksoap2-update.patch405 + } else if (instance instanceof HasAttributes) {
424 + if(instance instanceof ValueWriter)
935 + if (element instanceof PropertyInfo) {
949 if (prop instanceof PropertyInfo) {
953 - } else if (prop instanceof SoapObject) {
957 + } else if(prop instanceof SoapObject) {
1025 - if (prop instanceof PropertyInfo) {
1026 + if(prop instanceof PropertyInfo) {
1244 + if(obj instanceof HasInnerText){
1251 if (!implicitTypes || !(obj instanceof SoapObject)) {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DJSON.td12 // CHECK: 'D' in data['!instanceof']['Base']
13 // CHECK: 'D' in data['!instanceof']['Intermediate']
14 // CHECK: 'D' not in data['!instanceof']['Derived']
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestExpressionFeatures.g374 KW_INSTANCEOF = 'instanceof';
113 | e 'instanceof'^ e
/external/proguard/examples/dictionaries/
Dkeywords.txt57 instanceof
/external/antlr/tool/src/main/java/org/antlr/tool/
Dserialize.g47 if ( ex instanceof MismatchedTokenException ) {
50 else if ( ex instanceof NoViableAltException ) {
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/printer/
DPrettyPrintVisitor_prettyprinted302 while (type instanceof ArrayType) {
533 printer.print(" instanceof ");
972 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt;
988 final boolean elseIf = n.getElseStmt().orElse(null) instanceof IfStmt;
989 final boolean elseBlock = n.getElseStmt().orElse(null) instanceof BlockStmt;
1250 if (body instanceof ExpressionStmt) {
1304 if (node instanceof Comment)
1322 if (!(everything.get(i) instanceof Comment))
1327 if (!(nodeToPrint instanceof Comment))
1344 findingComments = (last instanceof Comment);
DJavaConcepts_prettyprinted243 if (t instanceof Base) {
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DLeftRecursiveRuleWalker.g63 if (ex instanceof MismatchedTokenException)
67 else if (ex instanceof NoViableAltException)
DANTLRTreePrinter.g83 if (ex instanceof MismatchedTokenException) {
85 } else if (ex instanceof NoViableAltException) {
DAssignTokenTypesWalker.g115 if (ex instanceof MismatchedTokenException) {
117 } else if (ex instanceof NoViableAltException) {
DANTLR.g226 if (trappedException instanceof MissingTokenException)
231 } else if (trappedException instanceof UnwantedTokenException) {
235 } else if (trappedException instanceof MismatchedTokenException) {
237 } else if (trappedException instanceof NoViableAltException) {
DTreeToNFAConverter.g160 if ( ex instanceof MismatchedTokenException )
164 else if ( ex instanceof NoViableAltException )
579 if ( $g.left.transition(0) instanceof RuleClosureTransition
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dpretty_printing_java_concepts.story247 if (t instanceof Base) {

123