Searched defs:cls (Results 1 – 5 of 5) sorted by relevance
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
D | datastore.py | 38 def get_contact_info(cls, username): argument 45 def get_contact_last_updated(cls, username): argument 52 def get_contact_id(cls, username): argument 59 def get_contact_status(cls, username): argument
|
/development/tools/axl/ |
D | singletonmixin.py | 57 def __call__(cls, *lstArgs, **dictArgs): argument 63 def getInstance(cls, *lstArgs): argument 81 def _isInstantiated(cls): argument 85 def _getConstructionArgCountNotCountingSelf(cls): argument 89 def _forgetClassInstanceReferenceForTesting(cls): argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | transport_class.h | 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { … argument 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass… argument
|
D | sysdev.h | 48 struct sysdev_class * cls; member
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandom.java | 399 float cls = mRandom.nextFloat(); in generateEvents() local
|