/development/ndk/tools/ |
D | headers-diff-bionic-vs-ndk.py | 36 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/ |
D | DensityActivity.java | 52 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/ |
D | line_endings.c | 62 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/ |
D | README | 18 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 …]
|
D | excluded-paths | 8 # Developers can also create an 'excluded-paths' file in the project's root
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
D | PreferencesFromCode.java | 44 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/ |
D | rbtree.h | 41 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentContextMenuSupport.java | 53 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/ |
D | FragmentContextMenu.java | 53 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()
|
D | FragmentTabsFragment.java | 133 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/ |
D | mono.rs | 22 void root(const uchar4 *v_in, uchar4 *v_out) {
|
/development/sdk/ |
D | sdk.properties | 2 # This file is copied in the root folder of each platform component.
|
/development/tools/idegen/src/com/android/idegen/ |
D | StandardModule.java | 161 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/ |
D | levels.rs | 28 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 35 def findResDirectories(root) argument 37 Find.find(root) do |path|
|
/development/ndk/platforms/android-18/samples/gles3jni/ |
D | README | 17 ANDROID_SDK is the root of your SDK installation.
|
/development/scripts/ |
D | divide_and_compress.py | 173 root, ext = os.path.splitext(archive_path) 174 old_archive = ''.join([root, '-old', ext])
|
/development/tools/labpretest/ |
D | labpretest.sh | 520 adb_command root 533 adb_command root
|
/development/host/windows/usb/ |
D | readme.txt | 40 and run inf2cat.exe on .inf file at the root of installation folder.
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 188 root function must still compute square roots.)
|