Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 20 of 20) 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/vndk/tools/definition-tool/tests/
Dtest_command_deps_insight.py27 def _get_module(cls, strs, mods, path): argument
35 def _get_module_deps(cls, strs, mods, path): argument
44 def _get_module_users(cls, strs, mods, path): argument
Dtest_elfdump.py33 def setUpClass(cls): argument
45 def tearDownClass(cls): argument
50 def _build_fixtures(cls, target_name): argument
/development/vndk/tools/sourcedr/sourcedr/
Dutils.py35 def _get_locked_path(cls, path): argument
41 def is_locked(cls, path): argument
Dproject.py31 def get_default_path(cls, project_dir): argument
138 def create_project_dir(cls, project_dir, source_dir): argument
168 def get_or_create_project_dir(cls, project_dir, source_dir): argument
Dpattern_db.py15 def get_default_path(cls, project_dir): argument
Dreview_db.py13 def get_default_path(cls, project_dir): argument
Dcodesearch.py193 def get_default_path(cls, project_dir): 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/
Dvndk_definition_tool.py241 def __new__(cls, *args, **kwargs): argument
266 def unpack_from(cls, buf, offset=0): argument
546 def parse_struct(cls, fmt, offset, error_msg): argument
800 def extract_dex_string(cls, buf, offset=0): argument
809 def extract_dex_string(cls, buf, offset=0): argument
814 def extract_uleb128(cls, buf, offset=0): argument
869 def enumerate_dex_strings_buf(cls, buf, offset=0, data_offset=None): argument
901 def _read_first_bytes(cls, apk_file, num_bytes): argument
909 def is_zipfile(cls, apk_file_path): argument
914 def enumerate_dex_strings_apk(cls, apk_file_path): argument
[all …]
/development/gsi/gsi_util/gsi_util/mounters/
Dimage_mounter.py75 def _detect_system_as_root(cls, raw_image_file): argument
Dcomposite_mounter.py43 def create_by_mount_target(cls, mount_target, partition): 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/sourcedr/sourcedr/blueprint/
Dblueprint.py79 def __iter__(cls): argument
234 def lex_interpreted_string(cls, buf, offset): argument
296 def lex_string(cls, buf, offset): argument
347 def lex(cls, buf, offset): argument
774 def find_sub_files_from_env(cls, rootdir, env, use_subdirs, argument
/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/insight/
Dinsight.js455 function onAddAllClass(evt, cls) { argument
/development/vndk/tools/header-checker/tests/
Dtest.py25 def setUpClass(cls): argument