Searched refs:package (Results 1 – 19 of 19) sorted by relevance
/development/vndk/tools/ |
D | system_image_diff.py | 129 package = system_files_map[file] 131 package = "--unknown--" 133 if package in packages: 134 packages[package].append(file) 136 packages[package] = [file] 143 for package, files in packages.iteritems(): 146 if package in package_vendor_map: 147 vendor = package_vendor_map[package] 153 if package in module_info.keys(): 154 module_path = module_info[package]['path'] [all …]
|
/development/samples/ShortcutDemo/publisher/ |
D | Android.mk | 32 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutdemo 56 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutdemo2
|
/development/samples/ShortcutDemo/launcher/ |
D | Android.mk | 28 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutlauncherdemo 55 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutlauncherdemo2
|
/development/tools/apkcheck/ |
D | README.txt | 42 --ignore-package=<package-name> 43 Ignore errors generated by references to the named package (e.g. 78 This could be a Creator class in the package android.os.Parcelable, 79 or Parcelable.Creator in the package android.os. We can guess based on 82 The API XML does specify each package in a <package> tag, so we should have 84 at a time from the right until we match a known package. This will work 139 default package (i.e. that have no package name). In most cases they're
|
/development/tools/templates/ |
D | java_file.template | 1 package PACKAGE;
|
D | java_tests_file.template | 1 package PACKAGE;
|
/development/host/windows/usb/ |
D | readme.txt | 3 package that is compliant with android_winusb.inf, you need to create 8 * File androidwinusb86.cat - Signed catalog for 32-bit package 9 * File androidwinusba64.cat - Signed catalog for AMD 64-bit package
|
/development/samples/UiAutomator/ |
D | README | 5 use the package name to verify that the current window is actually 6 from the expected package
|
/development/samples/ApiDemos/ |
D | README.txt | 16 It is available through the SDK Updater in the "Android Compatibility package".
|
/development/tools/mkstubs/ |
D | README.txt | 28 - a package name, e.g. com.android.blah 47 This would include only the indicated package yet would totally exclude the inner class
|
/development/testrunner/ |
D | adb_interface.py | 294 self, package, runner_name, no_window_animation=False, profile=False, argument 297 instrumentation_path = "%s/%s" % (package, runner_name)
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_diff.proto | 5 package abi_diff;
|
D | abi_dump.proto | 3 package abi_dump;
|
/development/samples/SkeletonApp/ |
D | readme.txt | 30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
|
/development/build/ |
D | Android.mk | 78 $(remove-timestamps-from-package)
|
D | sdk.atree | 273 # samples to include in the sdk samples package
|
/development/tools/idegen/ |
D | excluded-paths | 51 # Each test has a Main.java in the default package, so they conflict with
|
/development/vndk/tools/definition-tool/ |
D | README.md | 64 Developers have to add the phony package name to `PRODUCT_PACKAGES` variable in
|
/development/tools/winscope/ |
D | yarn.lock | 2562 normalize-package-data "^2.3.4" 2745 normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: 2747 …resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#1… 2752 validate-npm-package-license "^3.0.1" 3416 normalize-package-data "^2.3.2" 4128 validate-npm-package-license@^3.0.1: 4130 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
|