HomeSort by relevance Sort by last modified time
    Searched full:setfoo (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/SemaObjC/
property-11.m 16 - (void)setFoo:obj {
26 // GCC does *not* warn about the following. Since foo/setFoo: are not in the
31 [x setFoo:o];
ivar-ref-misuse.m 7 + (void)setFoo:(int)foo;
9 - (void)setFoo:(int)foo;
17 + (void)setFoo:(int)foo {
31 - (void)setFoo:(int)foo {
super-property-notation.m 39 [super setFoo:foo]; // expected-error {{'ClassBase' cannot use 'super' because it is a root class}}
50 [super setFoo:foo]; // works with no warning
provisional-ivar-lookup.m 18 - (void)setFoo:(int)value {
property-category-impl.m 24 - (void) setFoo:(int)foo { _foo = foo; }
property-user-setter.m 85 - (void)setFoo:(int)value;
  /sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/
MyView.java 14 public void setFoo(float foo) {
  /external/clang/test/Rewriter/
rewrite-user-defined-accessors.mm 23 - (void) setFoo : (Foo *) arg {
  /external/clang/test/Index/
get-cursor.m 56 -(void)setFoo:(int)x withBar:(int)y;
60 [test3 setFoo:2 withBar:4];
141 // CHECK-SPELLRANGE: 56:8 ObjCInstanceMethodDecl=setFoo:withBar::56:8 Extent=[56:1 - 56:37] Spelling=setFoo:withBar: ([56:8 - 56:14][56:22 - 56:29]) Selector index=1
142 // CHECK-SPELLRANGE: 60:3 ObjCMessageExpr=setFoo:withBar::56:8 Extent=[60:3 - 60:29] Spelling=setFoo:withBar: ([60:10 - 60:16][60:19 - 60:26]) Selector index=0
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 273 ReplyWhenSatisfied(SYNC, "noop", "setFoo");
277 ReplyWhenSatisfied(SYNC, "setFoo", "noop");
297 ReplyWhenSatisfied(SYNC, "noop", "setFoo");
321 ReplyWhenSatisfied(SYNC, "noop", "setFoo");
330 ReplyWhenSatisfied(LOCAL, "setFoo", "noop");
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 132 simple.setFoo(i, new Foo(i));
272 public void setFoo(int pos, Foo value);
361 public void setFoo(int pos, Foo value) {
  /external/clang/test/CodeGenObjCXX/
property-reference.mm 17 - (void) setFoo:(const MyStruct&)inFoo;
  /external/clang/test/SemaObjCXX/
instantiate-expr.mm 58 - (void)setFoo:(int)value;
  /frameworks/base/core/java/android/util/
Property.java 73 * <code>setFoo()</code> method.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DownloadInfoTest.java 24 * without prefix, so "int getFoo()" and "void setFoo(int)" both have same AccessorSignature
95 * signature: Type setFoo(), where Type is a String or a primitive type.
  /external/icu4c/samples/datefmt/
README.TXT 73 Use either setFoo() or adoptFoo() methods, depending on where you
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 57 * in a call to the function <code>setFoo()</code> on the target object. If either
123 * in a call to the function <code>setFoo()</code> on the target object. If either
PropertyValuesHolder.java 364 * Determine the setter or getter function using the JavaBeans convention of setFoo or
667 * in a call to the function <code>setFoo()</code> on the target object. If either
698 * in a call to the function <code>setFoo()</code> on the target object. If either
    [all...]
  /art/test/107-int-math2/src/
Main.java 761 void setFoo(int a)
784 foo.setFoo(z);
  /external/chromium_org/ui/compositor/
layer_animator.cc 89 // It is worth noting that SetFoo avoids invoking the usual animation machinery
  /docs/source.android.com/src/source/
code-style.jd 258 <code>setFoo()</code> if all your Javadoc would say is "sets Foo". If the method does
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 546 // implicit property with no getter (because the 'foo' -> 'setFoo:'
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 450 have a <code>setFoo()</code> method. If this setter method does not exist, you have three
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 3770 def setfoo(self, foo=None): member in class:.test_copy_setstate.C
    [all...]

Completed in 1111 milliseconds

1 2