Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 21 of 21) sorted by relevance

/development/tools/ota_analysis/src/assets/
Dlogo.svg1cls-1{fill:#1697f6;}.cls-2{fill:#7bc6ff;}.cls-3{fill:#1867c0;}.cls-4{fill:#aeddff;}</style></defs>…
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py38 def get_contact_info(cls, username): argument
40 query = cls.gql('WHERE handle = :1', username)
45 def get_contact_last_updated(cls, username): argument
47 query = cls.gql('WHERE handle = :1', username)
52 def get_contact_id(cls, username): argument
54 query = cls.gql('WHERE handle = :1', username)
59 def get_contact_status(cls, username): argument
61 query = cls.gql('WHERE handle = :1', username)
/development/tools/axl/
Dsingletonmixin.py57 def __call__(cls, *lstArgs, **dictArgs): argument
63 def getInstance(cls, *lstArgs): argument
69 if cls._isInstantiated():
73 if len(lstArgs) != cls._getConstructionArgCountNotCountingSelf():
75 instance = cls.__new__(cls)
77 cls.cInstance = instance
78 return cls.cInstance
81 def _isInstantiated(cls): argument
82 return hasattr(cls, 'cInstance')
85 def _getConstructionArgCountNotCountingSelf(cls): argument
[all …]
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandom.java402 float cls = mRandom.nextFloat(); in generateEvents() local
405 if (cls < mFactors[FACTOR_TOUCH]) { in generateEvents()
408 } else if (cls < mFactors[FACTOR_MOTION]) { in generateEvents()
411 } else if (cls < mFactors[FACTOR_PINCHZOOM]) { in generateEvents()
414 } else if (cls < mFactors[FACTOR_TRACKBALL]) { in generateEvents()
417 } else if (cls < mFactors[FACTOR_ROTATION]) { in generateEvents()
420 } else if (cls < mFactors[FACTOR_PERMISSION]) { in generateEvents()
427 if (cls < mFactors[FACTOR_NAV]) { in generateEvents()
429 } else if (cls < mFactors[FACTOR_MAJORNAV]) { in generateEvents()
431 } else if (cls < mFactors[FACTOR_SYSOPS]) { in generateEvents()
[all …]
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py79 def __iter__(cls): argument
81 return iter(cls._enums)
235 def lex_interpreted_string(cls, buf, offset): argument
253 match = cls.UNICODE_CHARS_PATTERN.match(buf, pos)
269 if char in cls.OCT_TABLE:
270 literal += chr(cls.decode_oct(buf, pos, pos + 1, pos + 4))
273 literal += chr(cls.decode_hex(buf, pos, pos + 2, pos + 4))
277 cls.decode_hex(buf, pos, pos + 2, pos + 6))
281 cls.decode_hex(buf, pos, pos + 2, pos + 10))
285 literal += cls.ESCAPE_CHAR_TABLE[char]
[all …]
Dvndk.py190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument
192 result = cls()
/development/tools/repo_diff/service/repodiff/tools/
Dupgrade_db.py15 def all(cls): argument
17 cls.UPGRADE,
18 cls.DOWNGRADE,
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java39 public static String makeLogTag(Class cls) { in makeLogTag() argument
40 return makeLogTag(cls.getSimpleName()); in makeLogTag()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/
DMainActivity.java70 public InstantiatingTabListener(TabCompatActivity activity, Class<? extends Fragment> cls) { in InstantiatingTabListener() argument
72 mClass = cls; in InstantiatingTabListener()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java304 private String buildFunctionName(String pkg, String cls, String meth) { in buildFunctionName() argument
310 if (cls != null && cls.length() > 0) { in buildFunctionName()
311 result.append(cls); in buildFunctionName()
/development/vndk/tools/header-checker/tests/
Dtest.py42 def setUpClass(cls): argument
43 cls.maxDiff = None
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jar ... .lang.StringBuilder) int end String simpleName Object cls StringBuilder out } android/support/v4/util ...