HomeSort by relevance Sort by last modified time
    Searched full:methoddescription (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/ocmock/OCMock/
OCProtocolMockObject.m 31 struct objc_method_description methodDescription = protocol_getMethodDescription(mockedProtocol, aSelector, YES, YES);
32 if(methodDescription.name == NULL)
34 methodDescription = protocol_getMethodDescription(mockedProtocol, aSelector, NO, YES);
36 if(methodDescription.name == NULL)
40 return [NSMethodSignature signatureWithObjCTypes:methodDescription.types];
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 69 spec.addChild(methodDescription(method));
86 Description description= methodDescription(method);
116 protected Description methodDescription(Method method) {
127 if (!filter.shouldRun(methodDescription(method)))
137 return sorter.compare(methodDescription(o1), methodDescription(o2));
  /external/antlr/antlr-3.4/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/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.mm 152 struct objc_method_description methodDescription =
161 return methodDescription.name != NULL || methodDescription.types != NULL;
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 795 milliseconds