Home
last modified time | relevance | path

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

/development/ndk/tools/
Dheaders-diff-bionic-vs-ndk.py40 def scan_dir(self, root): argument
48 def scan_includes(self, root): argument
65 def scan_archs_includes(self, root): argument
86 def append_sysincludes(self, arch, root, headers, platform): argument
170 def print_history(self, arch, root, header): 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/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentContextMenuSupport.java53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false); in onCreateView() local
/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/ApiDemos/src/com/example/android/apis/preference/
DPreferencesFromCode.java44 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); in createPreferenceHierarchy() local
/development/tools/line_endings/
Dline_endings.c62 Node* root = malloc(sizeof(Node)); in main() local
/development/ndk/platforms/android-3/include/linux/
Drbtree.h41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
/development/tools/findunused/
Dfind_unused_resources.rb35 def findResDirectories(root) argument
/development/tools/idegen/src/com/android/idegen/
DStandardModule.java161 private ImmutableList<File> parseSourceFiles(File root) { in parseSourceFiles()