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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 549 def adaptgetter(name, klass, getter):
550 kind, des = getter
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java 35 * <p>APIs are executed locally to assert that what you set can later be retrieved via the getter.
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 29 * This class defines fields for the initial properties, and getter
  /external/autotest/frontend/afe/
site_rpc_interface.py 70 getter = control_file_getter.DevServerGetter.create(build, ds)
78 control_file_in = getter.get_control_file_contents_by_name(
213 getter = control_file_getter.FileSystemGetter(
216 control_file = getter.get_control_file_contents_by_name(suite_name)
  /external/autotest/site_utils/suite_scheduler/
base_event.py 97 """Getter for private |self._keyword| property."""
  /external/clang/test/CodeGenObjC/
arc-property.m 24 // The getter should be a simple load.
  /external/clang/tools/libclang/
IndexingContext.cpp 613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
614 getEntityInfo(Getter, GetterEntity, SA);
615 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
617 DInfo.ObjCPropDeclInfo.getter = nullptr;
    [all...]
  /external/icu/icu4c/source/common/
utrie.h 176 /** Internal trie getter from an offset (0 if c16 is a BMP/lead units) and a 16-bit unit */
183 /** Internal trie getter from a pair of surrogates */
199 /** Internal trie getter from a BMP code point, treating a lead surrogate as a normal code point */
204 * Internal trie getter from a code point.
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 60 /// \brief TargetInstrInfo getter.
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 169 accessorType = SyntheticAccessorResolver.GETTER; fbreak;
  /external/v8/test/mjsunit/es6/
rest-params.js 142 // getter always does =)
  /external/v8/test/mjsunit/
object-literal.js 160 // Getter/setter property, read and write.
  /external/v8/test/webkit/
dfg-getter-expected.txt 24 Tests that DFG getter caching does not break the world.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 294 // To finish, verify that the getter works.
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 91 dsc->getter ? "read" : "",
  /frameworks/base/core/java/android/nfc/
NdefMessage.java 55 * obtained by getter methods, unless such modification is explicitly
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 227 /* Getting, there is no direct getter function for each fields of property */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLReaderAdapterTest.java 132 // There is no getter for the DocumentHandler, so we can only test
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageConsumer.java 202 * Getter to the object that manages the ListenerEvents. Register listeners
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeSelectorItem.java 183 * Getter for visible width. This function will get called during animation as
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsConfig.java 40 * the actual loading and stores the values in a Bundle. This class provides getter
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pydocfodder.py 112 "A property getter function."
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pydocfodder.py 112 "A property getter function."
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 369 (:getter (cl::format nil "~@[~A_~]~A" class id))
381 id :type :getter :class class :arity arity))
410 cname :type :getter :class class :arity arity))))
462 ((cl::eq type :getter) (cl::format nil "~A-get" name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 112 "A property getter function."

Completed in 1277 milliseconds

<<21222324252627282930>>