Home
last modified time | relevance | path

Searched refs:root (Results 1 – 20 of 20) sorted by relevance

/development/ndk/tools/
Dheaders-diff-bionic-vs-ndk.py36 self.root = platforms_root
40 def scan_dir(self, root): argument
43 for filename in os.listdir(root):
44 if os.path.isfile(os.path.join(root, filename)):
48 def scan_includes(self, root): argument
51 includes_root = os.path.join(root, 'include')
65 def scan_archs_includes(self, root): argument
68 includes['common'] = self.scan_includes(root)
71 arch_root = os.path.join(root, arch)
78 platform_root = os.path.join(self.root, platform)
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java52 LinearLayout root = new LinearLayout(this); in onCreate() local
53 root.setOrientation(LinearLayout.VERTICAL); in onCreate()
59 addLabelToRoot(root, "Prescaled bitmap in drawable"); in onCreate()
60 addChildToRoot(root, layout); in onCreate()
66 addLabelToRoot(root, "Autoscaled bitmap in drawable"); in onCreate()
67 addChildToRoot(root, layout); in onCreate()
73 addLabelToRoot(root, "Prescaled resource drawable"); in onCreate()
74 addChildToRoot(root, layout); in onCreate()
77 addLabelToRoot(root, "Inflated layout"); in onCreate()
78 addChildToRoot(root, layout); in onCreate()
[all …]
/development/tools/line_endings/
Dline_endings.c62 Node* root = malloc(sizeof(Node)); in main() local
63 Node* node = root; in main()
93 while (root) { in main()
94 ssize_t amt2 = strlen(root->buf); in main()
96 ssize_t amt = write(fd, root->buf, amt2); in main()
102 node = root; in main()
103 root = root->next; in main()
/development/tools/idegen/
DREADME18 From the project's root directory...
45 From the project's root directory...
51 3) Import the project root directory into your Eclipse workspace. If you
58 project root) that should be excluded from the IDE configuration. We
62 "excluded-paths" file in the project's root directory. For example, you
66 Controlling source root ordering (Eclipse)
69 create a file named "path-precedence" in your project's root directory.
70 Each line in the file is a regular expression that matches a source root
71 path (relative to the project's root directory). If a given source root's
73 source root will come earlier in the generated configuration. If a source
[all …]
Dexcluded-paths8 # Developers can also create an 'excluded-paths' file in the project's root
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DPreferencesFromCode.java44 PreferenceScreen root = getPreferenceManager().createPreferenceScreen(this); in createPreferenceHierarchy() local
49 root.addPreference(inlinePrefCat); in createPreferenceHierarchy()
68 root.addPreference(dialogBasedPrefCat); in createPreferenceHierarchy()
91 root.addPreference(launchPrefCat); in createPreferenceHierarchy()
128 root.addPreference(prefAttrsCat); in createPreferenceHierarchy()
149 return root; in createPreferenceHierarchy()
/development/ndk/platforms/android-3/include/linux/
Drbtree.h41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
/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
54 registerForContextMenu(root.findViewById(R.id.long_press)); in onCreateView()
55 return root; in onCreateView()
/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
54 registerForContextMenu(root.findViewById(R.id.long_press)); in onCreateView()
55 return root; in onCreateView()
DFragmentTabsFragment.java133 public TabHost handleCreateView(View root) { in handleCreateView() argument
137 mTabHost = (TabHost)root.findViewById(android.R.id.tabhost); in handleCreateView()
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
Dmono.rs22 void root(const uchar4 *v_in, uchar4 *v_out) {
/development/sdk/
Dsdk.properties2 # This file is copied in the root folder of each platform component.
/development/tools/idegen/src/com/android/idegen/
DStandardModule.java161 private ImmutableList<File> parseSourceFiles(File root) { in parseSourceFiles() argument
164 if (root.isFile()) { in parseSourceFiles()
165 rootDir = root.getParentFile(); in parseSourceFiles()
167 rootDir = root; in parseSourceFiles()
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
Dlevels.rs28 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
/development/tools/findunused/
Dfind_unused_resources.rb35 def findResDirectories(root) argument
37 Find.find(root) do |path|
/development/ndk/platforms/android-18/samples/gles3jni/
DREADME17 ANDROID_SDK is the root of your SDK installation.
/development/scripts/
Ddivide_and_compress.py173 root, ext = os.path.splitext(archive_path)
174 old_archive = ''.join([root, '-old', ext])
/development/tools/labpretest/
Dlabpretest.sh520 adb_command root
533 adb_command root
/development/host/windows/usb/
Dreadme.txt40 and run inf2cat.exe on .inf file at the root of installation folder.
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dlicense-LGPL.txt188 root function must still compute square roots.)