Home
last modified time | relevance | path

Searched defs:root (Results 1 – 16 of 16) sorted by relevance

/development/gsi/gsi_util/gsi_util/utils/
Dadb_utils.py24 def root(serial_num=None): function
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DPreferencesFromCode.java41 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); in onCreate() local
46 private void populatePreferenceHierarchy(PreferenceScreen root) { in populatePreferenceHierarchy()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DRuntimePermissionsFragment.java33 View root = inflater.inflate(R.layout.fragment_main, null); in onCreateView() local
/development/scripts/
Dgdbclient.py29 def get_gdbserver_path(root, arch): argument
71 def verify_device(root, device): argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java52 LinearLayout root = new LinearLayout(this); in onCreate() local
122 private void addLabelToRoot(LinearLayout root, String text) { in addLabelToRoot()
129 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java206 String getDirectoryContents(File root) { in getDirectoryContents()
254 private static void deleteDir(File root) { in deleteDir()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentContextMenu.java53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
DFragmentTabsFragment.java133 public TabHost handleCreateView(View root) { in handleCreateView()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
DCameraPreviewFragment.java78 View root = inflater.inflate(R.layout.fragment_camera, null); in onCreateView() local
/development/vndk/snapshot/
Dutils.py46 def join_realpath(root, *args): argument
/development/tools/line_endings/
Dline_endings.c62 Node* root = malloc(sizeof(Node)); in main() local
/development/tools/findunused/
Dfind_unused_resources.rb35 def findResDirectories(root) argument
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1294 def scan_accessible_files(root): argument
1302 def scan_elf_files(root): argument
1310 def scan_elf_dump_files(root): argument
1871 def _compile_path_matcher(root, subdirs): argument
1876 def add_executables_in_dir(self, partition_name, partition, root, argument
2511 def _load_from_sym_dir(self, root): argument
2524 def create_from_sym_dir(root): argument
2529 def _load_from_image_dir(self, root, prefix): argument
2536 def create_from_image_dir(root, prefix): argument
2589 def _enumerate_partition_paths(partition, root): argument
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js1 (function (root, factory) { argument
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js91 insertBefore: function (inside, before, insert, root) { argument
/development/python-packages/adb/
Ddevice.py462 def root(self): member in AndroidDevice