HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 451 - 475 of 1126) sorted by null

<<11121314151617181920>>

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 261 // Find space location range between receiver expression and getter method.
268 // rewrite getter method expression into: receiver.property or
452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter,
469 std::string PropertyNameString = Getter->getNameAsString();
473 PropertyString += "(getter=";
477 PropertyString += ", getter=";
490 QualType QT = Getter->getReturnType();
494 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
505 QualType RT = Getter->getReturnType();
543 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc()
    [all...]
  /external/clang/lib/Headers/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /external/clang/test/Index/
comment-objc-decls.m 156 * \brief property getter
  /external/clang/test/SemaObjC/
default-synthesize-2.m 33 // object has user declared setter/getter so it won't be
  /external/clang/test/SemaObjCXX/
instantiate-expr.mm 55 // Implicit setter/getter
  /external/dng_sdk/source/
dng_exceptions.h 69 /// Getter for error code of this exception
  /external/javassist/src/main/javassist/
CtNewMethod.java 213 * Creates a public getter method. The getter method returns the value
218 * @param methodName the name of the getter
221 public static CtMethod getter(String methodName, CtField field) method in class:CtNewMethod
  /external/libavc/encoder/
irc_rate_control_api.h 158 Getter functions
  /external/libxml2/
triop.h 21 * Private data must only be accessible through the getter and
  /external/ltrace/
prototype.c 247 struct dict *(*getter)(struct protolib *plib); member in struct:lookup
272 struct dict *dict = (*lookup->getter)(*plibp);
289 struct dict *(*getter)(struct protolib *),
293 struct lookup lookup = { name, getter, imports, NULL };
  /external/mesa3d/src/glsl/
glsl_symbol_table.h 94 * or similar. However, this breaks symmetry with the getter functions and
  /external/opencv3/modules/ts/misc/
summary.py 141 getter = metrix_table[options.metric][1] variable
204 val = getter(case, cases[0], options.units)
236 val = getter(case, cases[0], options.units)
260 val = getter(r, cases[0], options.units)
  /frameworks/base/core/java/android/util/
Property.java 23 * "getter" methods or by some other mechanism, as appropriate.
  /frameworks/base/docs/html-intl/intl/ja/training/material/
drawables.jd 67 <code>Palette</code> ?????<code>Palette.getVibrantColor</code> ??? getter ???????????????????????</p>
  /frameworks/base/docs/html-intl/intl/ko/training/material/
drawables.jd 67 <code>Palette</code> ???? getter ???? ???? ????? ?? ??? ??? ? ????.</p>
  /frameworks/base/docs/html-intl/intl/ru/training/material/
drawables.jd 66 <p>??????? ??????? ????? ?? ??????????? ????? ????? ? ??????? ??????? getter ?? ??????
  /frameworks/base/docs/html-intl/intl/zh-cn/training/material/
drawables.jd 67 <code>Palette</code> ????? <code>Palette.getVibrantColor</code>??? getter ????????????</p>
  /frameworks/base/docs/html-intl/intl/zh-tw/training/material/
drawables.jd 66 <p>???? <code>Palette</code> ???? getter ?? (? <code>Palette.getVibrantColor</code> ??????????
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingAdapter.java 66 * a getter to retrieve an instance of the BindingAdapter's class to use to call the method.
  /frameworks/opt/telephony/
README.txt 17 used. If the caller is on the same thread then a getter
  /libcore/ojluni/src/main/java/java/util/stream/
StreamShape.java 42 * generic type parameters for its input types, and a getter for the
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h 30 // getter function which in turn would call appropriate builtin to fetch the

Completed in 1589 milliseconds

<<11121314151617181920>>