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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/flag/
flag.go 245 // Getter is an interface that allows the contents of a Value to be retrieved.
248 // by this package satisfy the Getter interface.
249 type Getter interface {
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 396 // Also look through property-getter sugar.
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc 433 // Getter method.
  /external/dng_sdk/source/
dng_memory.h 347 /// Getter for available size, in bytes, of memory block.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 270 * the method is invoked, and a key and the value returned from the getter method
281 * @param bean An object that has getter methods that should be used
295 * the method is invoked, and a key and the value returned from the getter method
302 * @param bean An object that has getter methods that should be used
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie.java 328 * Internal trie getter from a code point.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 307 // Combined getter/setter methods handle many attributes.
  /external/icu/icu4c/source/common/unicode/
utrace.h 102 * Getter for the trace level.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LanguageTag.java 527 // Getter methods for language subtag fields
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 305 // Combined getter/setter methods handle many attributes.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie.java 327 * Internal trie getter from a code point.
  /external/iw/
mesh.c 370 /* Getter */
  /external/javassist/tutorial/
tutorial.html 310 For example, suppose that a new method <code>getter()</code> is added
313 method call to <code>getter()</code> in <code>Point</code> and use the
317 to <code>getter()</code>. Note that the original class definition does
318 not include <code>getter()</code>. Therefore, to correctly compile
    [all...]
  /external/libgdx/
CHANGES 252 - API Addition: Added getter for UITextField on IOS for keyboard customization
279 - API Addition: Decal has now a getter for the Color.
322 - Bullet: ClosestRayResultCallback, AllHitsRayResultCallback, LocalConvexResult, ClosestConvexResultCallback and subclasses now use getter/setters taking a Vector3 instead of btVector3, see https://github.com/libgdx/libgdx/pull/2176
329 - API change: Animation#frameDuration and #animationDuration are now hidden behind a getter/setter and dynamic
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 394 // Since this is actually a getter that "looks like" a setter, don't use the
  /external/skia/src/images/
SkImageDecoder_libico.cpp 248 //change the config, and use different address getter, and place index vs color, and add the color table
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 454 accessorType = SyntheticAccessorResolver.GETTER; { p += 1; _goto_targ = 5; if (true) continue _goto;}
  /external/v8/src/crankshaft/
lithium-allocator.h 101 // We have to use this kind of getter instead of static member due to
  /external/v8/src/
messages.cc 218 return pair->getter() == *fun || pair->setter() == *fun;
  /external/v8/test/mjsunit/
object-freeze.js 228 // Also testing that getter/setter properties work after freezing
object-seal.js 310 // Also testing that getter/setter properties work after sealing
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 283 // Getter commands are only sent to the active sub effect.
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 93 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will
159 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 465 animation. Therefore, the object property that you are animating must have a getter function
466 that is used to obtain the starting value of the animation. The getter function must be in the
470 <li>The getter (if needed) and setter methods of the property that you are animating must
    [all...]

Completed in 1621 milliseconds

<<21222324252627282930>>