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

  /external/antlr/runtime/Ruby/test/unit/
test-template.rb 9 MethodDescription = Struct.new( :name, :body, :arguments )
179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
180 MethodDescription.new( :to_s, '@name.to_s.dup' )
223 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
224 MethodDescription.new( :to_s, '@name.to_s.dup' )
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
SubclassBytecodeGenerator.java 8 import net.bytebuddy.description.method.MethodDescription;
49 private final ElementMatcher<? super MethodDescription> matcher;
64 public SubclassBytecodeGenerator(Implementation readReplace, ElementMatcher<? super MethodDescription> matcher) {
68 protected SubclassBytecodeGenerator(SubclassLoader loader, Implementation readReplace, ElementMatcher<? super MethodDescription> matcher) {
133 private static ElementMatcher<MethodDescription> isGroovyMethod() {
InlineBytecodeGenerator.java 13 import net.bytebuddy.description.method.MethodDescription;
89 .and(not(isDeclaredBy(nameStartsWith("java.")).<MethodDescription>and(isPackagePrivate()))),
258 MethodList<?> methodList = typeDescription.getDeclaredMethods().filter((name.equals(MethodDescription.CONSTRUCTOR_INTERNAL_NAME)
260 : ElementMatchers.<MethodDescription>named(name)).and(hasDescriptor(desc)));
MockMethodAdvice.java 8 import net.bytebuddy.description.method.MethodDescription;
136 MethodGraph.Node node = methodGraph.locate(new MethodDescription.ForLoadedMethod(origin).asSignatureToken());
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 352 milliseconds