Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 13 of 13) 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/vndk/tools/definition-tool/tests/
Dtest_elfdump.py32 def setUpClass(cls): argument
44 def tearDownClass(cls): argument
49 def _build_fixtures(cls, target_name): argument
/development/ndk/platforms/android-9/include/linux/
Dtransport_class.h30 #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
Dsysdev.h48 struct sysdev_class * cls; member
/development/vndk/tools/header-checker/tests/
Dtest.py14 def setUpClass(cls): argument
/development/samples/training/TabCompat/src/com/example/android/tabcompat/
DMainActivity.java70 public InstantiatingTabListener(TabCompatActivity activity, Class<? extends Fragment> cls) { in InstantiatingTabListener()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java39 public static String makeLogTag(Class cls) { in makeLogTag()
/development/vndk/tools/definition-tool/tools/
Dremove_dt_needed.py135 def parse_struct(cls, fmt, offset, error_msg): argument
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandom.java401 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/definition-tool/assets/
Dinsight.js418 function onAddAllClass(evt, cls) { argument
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py95 def __new__(cls, *args, **kwargs): argument
342 def parse_struct(cls, fmt, offset, error_msg): argument
2262 def _normalize_tag(cls, tag): argument
2305 def is_tag_visible(cls, from_tag, to_tag): argument