HomeSort by relevance Sort by last modified time
    Searched refs:unionType (Results 1 - 25 of 25) sorted by null

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
Java7ValidatorTest.java 11 import com.github.javaparser.ast.type.UnionType;
83 UnionType unionType = new UnionType();
86 new Java7Validator().accept(unionType, new ProblemReporter(problems::add));
88 assertProblems(problems, "UnionType.elements can not be empty.");
93 UnionType unionType = new UnionType();
94 unionType.getElements().add(new ClassOrInterfaceType())
    [all...]
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 311 const UnionType *unionType;\
319 typedef struct UnionType UnionType;
352 struct UnionType {
chre_slpi_stub.c 311 const UnionType *unionType;\
319 typedef struct UnionType UnionType;
352 struct UnionType {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
JavaParserFacade.java 473 } else if (type instanceof UnionType) {
474 UnionType unionType = (UnionType) type;
475 return new ResolvedUnionType(unionType.getElements().stream().map(el -> convertToUsage(el, context)).collect(Collectors.toList()));
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
ASTPathCriterion.java 673 UnionTypeTree unionType = (UnionTypeTree) actualNode;
675 List<? extends Tree> typeAlts = unionType.getTypeAlternatives();
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
LexicalPreservingPrinterTest.java 9 import com.github.javaparser.ast.type.UnionType;
434 UnionType unionType = (UnionType)catchClause.getParameter().getType();
436 assertEquals("Exception | AssertionError", LexicalPreservingPrinter.print(unionType));
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
ASTPath.java 693 } else if (s.equals("UnionType")) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 1975 milliseconds