/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/tools/repo_diff/service/repodiff/tools/ |
D | upgrade_db.py | 15 def all(cls): argument
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | DisplayPowerDemoActivity.java | 107 private void chooseDisplayAndStartActivity(Class<?> cls) { in chooseDisplayAndStartActivity()
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/ |
D | MainActivity.java | 70 public InstantiatingTabListener(TabCompatActivity activity, Class<? extends Fragment> cls) { in InstantiatingTabListener()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 79 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
|
D | vndk.py | 190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | LogHelper.java | 39 public static String makeLogTag(Class cls) { in makeLogTag()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandom.java | 402 float cls = mRandom.nextFloat(); in generateEvents() local
|
/development/tools/bugreport/src/com/android/bugreport/html/ |
D | Renderer.java | 304 private String buildFunctionName(String pkg, String cls, String meth) { in buildFunctionName()
|
/development/vndk/tools/header-checker/tests/ |
D | test.py | 42 def setUpClass(cls): argument
|