Home
last modified time | relevance | path

Searched defs:aBoolean (Results 1 – 11 of 11) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
DDefaultVisitorAdapter.java17 public Type visit(CompilationUnit node, Boolean aBoolean) { in visit()
22 public Type visit(PackageDeclaration node, Boolean aBoolean) { in visit()
27 public Type visit(TypeParameter node, Boolean aBoolean) { in visit()
32 public Type visit(LineComment node, Boolean aBoolean) { in visit()
37 public Type visit(BlockComment node, Boolean aBoolean) { in visit()
42 public Type visit(ClassOrInterfaceDeclaration node, Boolean aBoolean) { in visit()
47 public Type visit(EnumDeclaration node, Boolean aBoolean) { in visit()
52 public Type visit(EnumConstantDeclaration node, Boolean aBoolean) { in visit()
57 public Type visit(AnnotationDeclaration node, Boolean aBoolean) { in visit()
62 public Type visit(AnnotationMemberDeclaration node, Boolean aBoolean) { in visit()
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
DDefaultVisitorAdapter.java17 public ResolvedType visit(CompilationUnit node, Boolean aBoolean) { in visit()
22 public ResolvedType visit(PackageDeclaration node, Boolean aBoolean) { in visit()
27 public ResolvedType visit(TypeParameter node, Boolean aBoolean) { in visit()
32 public ResolvedType visit(LineComment node, Boolean aBoolean) { in visit()
37 public ResolvedType visit(BlockComment node, Boolean aBoolean) { in visit()
42 public ResolvedType visit(ClassOrInterfaceDeclaration node, Boolean aBoolean) { in visit()
47 public ResolvedType visit(EnumDeclaration node, Boolean aBoolean) { in visit()
52 public ResolvedType visit(EnumConstantDeclaration node, Boolean aBoolean) { in visit()
57 public ResolvedType visit(AnnotationDeclaration node, Boolean aBoolean) { in visit()
62 public ResolvedType visit(AnnotationMemberDeclaration node, Boolean aBoolean) { in visit()
[all …]
/external/protobuf/js/compatibility_tests/v3.1.0/
Ddebug_test.js65 'aBoolean': true property
73 'aBoolean': true property
Dmessage_test.js602 aString: 'str', aRepeatedStringList: ['s1', 's2'], aBoolean: true property
607 { aString: 'foo', aRepeatedStringList: ['s1', 's2'], aBoolean: true}, property
608 { aString: 'bar', aRepeatedStringList: ['t1', 't2'], aBoolean: false} property
623 aBoolean: true, property
632 aBoolean: true, property
637 aBoolean: false, property
/external/protobuf/js/compatibility_tests/v3.0.0/
Ddebug_test.js65 'aBoolean': true property
73 'aBoolean': true property
Dmessage_test.js646 aString: 'str', aRepeatedStringList: ['s1', 's2'], aBoolean: true property
651 { aString: 'foo', aRepeatedStringList: ['s1', 's2'], aBoolean: true}, property
652 { aString: 'bar', aRepeatedStringList: ['t1', 't2'], aBoolean: false} property
667 aBoolean: true, property
676 aBoolean: true, property
681 aBoolean: false, property
/external/protobuf/js/
Ddebug_test.js69 'aBoolean': true property
77 'aBoolean': true property
Dmessage_test.js671 aBoolean: true property
676 {aString: 'foo', aRepeatedStringList: ['s1', 's2'], aBoolean: true}, property
677 {aString: 'bar', aRepeatedStringList: ['t1', 't2'], aBoolean: false} property
696 aBoolean: true, property
706 aBoolean: true, property
712 aBoolean: false, property
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoAnnotationTest.java140 boolean aBoolean(); in aBoolean() method
180 boolean aBoolean, in newEverything()
229 boolean aBoolean, in newEverythingCollections()
567 boolean aBoolean() default true; in aBoolean() method
DAutoAnnotationDefaultsTest.java49 boolean aBoolean() default true; in aBoolean() method
DAutoOneOfTest.java262 public abstract boolean aBoolean(); in aBoolean() method in AutoOneOfTest.Primitive