Home
last modified time | relevance | path

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

/development/vndk/tools/
Dsystem_image_diff.py129 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/
DAndroid.mk32 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/
DAndroid.mk28 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/
DREADME.txt42 --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/
Djava_file.template1 package PACKAGE;
Djava_tests_file.template1 package PACKAGE;
/development/host/windows/usb/
Dreadme.txt3 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/
DREADME5 use the package name to verify that the current window is actually
6 from the expected package
/development/samples/ApiDemos/
DREADME.txt16 It is available through the SDK Updater in the "Android Compatibility package".
/development/tools/mkstubs/
DREADME.txt28 - 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/
Dadb_interface.py294 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/
Dabi_diff.proto5 package abi_diff;
Dabi_dump.proto3 package abi_dump;
/development/samples/SkeletonApp/
Dreadme.txt30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
/development/build/
DAndroid.mk78 $(remove-timestamps-from-package)
Dsdk.atree273 # samples to include in the sdk samples package
/development/tools/idegen/
Dexcluded-paths51 # Each test has a Main.java in the default package, so they conflict with
/development/vndk/tools/definition-tool/
DREADME.md64 Developers have to add the phony package name to `PRODUCT_PACKAGES` variable in
/development/tools/winscope/
Dyarn.lock2562 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…
/development/sdk/
Dsdk_files_NOTICE.txt4697 Throughout this license, the terms `package', `FreeType Project',
5369 For full copyright notices consult the individual files in the package.
8097 * This package is an SSL implementation written
8110 * If this package is used in a product, Eric Young should be given attribution
8113 * in documentation (online or textual) provided with the package.
11687 * This package is an SSL implementation written
11700 * If this package is used in a product, Eric Young should be given attribution
11703 * in documentation (online or textual) provided with the package.
12643 The binary distribution package (ie. jars, samples and documentation) of
12656 The source distribution package (ie. all source and tools required to build
[all …]