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

1 2

  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
Validator.java 40 public Void visitType(TypeElement e, Element p) {
41 return Validator.this.visitType(e, p);
123 public Void visitType(TypeElement e, Element p) {
ImplementsValidator.java 73 public Void visitType(TypeElement shadowType, Element parent) {
  /external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar 
auto-factory-1.0-20150915.183854-35.jar 
  /external/guice/core/test/com/google/inject/internal/
SpiUtils.java 35 import static com.google.inject.internal.SpiUtils.VisitType.BOTH;
36 import static com.google.inject.internal.SpiUtils.VisitType.INJECTOR;
37 import static com.google.inject.internal.SpiUtils.VisitType.MODULE;
100 enum VisitType {
114 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module)
125 VisitType visitType,
129 if (visitType == null) {
133 if (visitType == BOTH || visitType == INJECTOR)
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FrameworkField.java 142 public String visitType(TypeElement e, Void p) {
Binding.java 147 public TypeElement visitType(TypeElement e, Void p) {
DependencyRequestFormatter.java 129 public String visitType(TypeElement e, Optional<AnnotationMirror> p) {
ConfigurationAnnotations.java 145 public TypeMirror visitType(TypeMirror t, Void p) {
MapKeys.java 198 public Snippet visitType(TypeMirror t, AnnotationValue p) {
  /external/python/cpython3/Lib/test/
test_asdl_parser.py 104 def visitType(self, type):
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
Helpers.java 32 public TypeMirror visitType(TypeMirror t, Void arg) {
40 public TypeElement visitType(TypeElement e, Void p) {
RobolectricModel.java 69 public TypeElement visitType(TypeElement e, Void p) {
186 public Void visitType(TypeElement parent, TypeElement type) {
  /external/skia/tools/viewer/
ParticlesSlide.cpp 100 auto visitType = [baseType, curType, &e](const SkReflected::Type* t) {
106 SkReflected::VisitTypes(visitType);
  /external/javapoet/src/main/java/com/squareup/javapoet/
ClassName.java 215 @Override public ClassName visitType(TypeElement enclosingClass, Void p) {
AnnotationSpec.java 268 @Override public Builder visitType(TypeMirror t, String name) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 105 def visitType(self, type, depth=0):
145 def visitType(self, type, depth=0):
215 def visitType(self, type):
339 def visitType(self, type):
    [all...]
asdl.py 341 def visitType(self, type):
  /external/python/cpython2/Parser/
asdl_c.py 105 def visitType(self, type, depth=0):
145 def visitType(self, type, depth=0):
215 def visitType(self, type):
339 def visitType(self, type):
    [all...]
asdl.py 341 def visitType(self, type):
  /external/python/cpython3/Parser/
asdl_c.py 107 def visitType(self, type, depth=0):
147 def visitType(self, type, depth=0):
219 def visitType(self, type):
345 def visitType(self, type):
    [all...]
asdl.py 149 def visitType(self, type):
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 

Completed in 1508 milliseconds

1 2