Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 17 of 17) 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.py24 def _get_module(cls, strs, mods, path): argument
32 def _get_module_deps(cls, strs, mods, path): argument
41 def _get_module_users(cls, strs, mods, path): argument
Dtest_elfdump.py30 def setUpClass(cls): argument
43 def tearDownClass(cls): argument
49 def _build_fixtures(cls, target_name): 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.py344 def __new__(cls, *args, **kwargs): argument
369 def unpack_from(cls, buf, offset=0): argument
671 def parse_struct(cls, fmt, offset, error_msg): argument
937 def extract_dex_string(cls, buf, offset=0): argument
943 def extract_uleb128(cls, buf, offset=0): argument
998 def enumerate_dex_strings_buf(cls, buf, offset=0, data_offset=None): argument
1030 def enumerate_dex_strings_apk(cls, apk_file_path): argument
1043 def is_vdex_file(cls, vdex_file_path): argument
1098 def enumerate_dex_strings_vdex_buf(cls, buf): argument
1164 def enumerate_dex_strings_vdex(cls, vdex_file_path): argument
[all …]
/development/gsi/gsi_util/gsi_util/mounters/
Dimage_mounter.py76 def _detect_system_as_root(cls, raw_image_file): argument
Dcomposite_mounter.py43 def create_by_mount_target(cls, mount_target, partition): argument
/development/tools/repo_diff/service/repodiff/tools/
Dupgrade_db.py15 def all(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/sourcedr/blueprint/
Dvndk.py190 def create_from_root_bp(cls, root_bp_path, namespaces=None): argument
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
/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.py38 def setUpClass(cls): argument