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

  /external/mockito/src/org/mockito/internal/util/reflection/
BeanPropertySetter.java 56 writeMethod = target.getClass().getMethod(setterName(field.getName()), field.getType());
85 private String setterName(String fieldName) {
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 82 String setterName = PREFIX_SET + capitalizedName;
84 mSetter = propertyHolder.getMethod(setterName, getterType);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 447 my $setterName = "set" . ucfirst($attributeName);
452 $property = " void $setterName($attributeType)";
748 my $setterName = "set" . ucfirst($attributeName);
758 push(@implContent, "void $className\:\:$setterName($attributeType $argName)\n");
    [all...]
CodeGeneratorObjC.pm 801 my $setterName = "set" . ucfirst($attributeName) . ":";
809 $conflict = $conflictMethod{$setterName};
811 warn "$className conflicts with $conflict method $setterName\n";
833 my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declarationSuffix;
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 523 my $setterName = $attributeIsReadonly ? "0" : $self->_setterName($_);
528 return "{ \"$attributeName\", $getterName, $setterName, " . join(" | ", @attributes) . " }";
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 515 IdentifierInfo *setterName =
517 const char *compStr = setterName->getNameStart();
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 230 milliseconds