Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 11 of 11) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py38 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/
Dsingletonmixin.py57 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/tools/repo_diff/service/repodiff/tools/
Dupgrade_db.py15 def all(cls): argument
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/
DDisplayPowerDemoActivity.java107 private void chooseDisplayAndStartActivity(Class<?> cls) { in chooseDisplayAndStartActivity()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/
DMainActivity.java70 public InstantiatingTabListener(TabCompatActivity activity, Class<? extends Fragment> cls) { in InstantiatingTabListener()
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py79 def __iter__(cls): argument
235 def lex_interpreted_string(cls, buf, offset): argument
297 def lex_string(cls, buf, offset): argument
348 def lex(cls, buf, offset): argument
782 def find_sub_files_from_env(cls, rootdir, env, use_subdirs, argument
Dvndk.py190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java39 public static String makeLogTag(Class cls) { in makeLogTag()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandom.java402 float cls = mRandom.nextFloat(); in generateEvents() local
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java304 private String buildFunctionName(String pkg, String cls, String meth) { in buildFunctionName()
/development/vndk/tools/header-checker/tests/
Dtest.py42 def setUpClass(cls): argument