Searched
refs:packages (Results
301 -
325 of
1328) sorted by null
<<11121314151617181920>>
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/ |
Android.mk | 26 packages/services/Car/libvehiclenetwork/include \
|
/packages/services/Car/tests/usb/AoapHostApp/ |
Android.mk | 35 include packages/services/Car/car-support-lib/car-support.mk
|
/prebuilts/go/darwin-x86/misc/chrome/gophertool/ |
gopher.js | 35 // TODO: make this smarter, using a list of packages + substring matches.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
bootstrap.go | 8 // These stubs avoid importing packages with large dependency
|
/prebuilts/go/darwin-x86/src/cmd/vet/internal/whitelist/ |
whitelist.go | 8 // UnkeyedLiteral is a white list of types in the standard packages
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/ |
buf_test.go | 1 // Test of examples with divergent packages.
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
doc.go | 14 // Some external packages provide more functionality. See:
|
/prebuilts/go/darwin-x86/test/stress/ |
parsego.go | 45 // Some directories contain main packages: Only accept 47 // parser.ParsePackage doesn't return "multiple packages 70 for _, pkg := range packages { 78 var packages = []string{ var
|
/prebuilts/go/linux-x86/misc/chrome/gophertool/ |
gopher.js | 35 // TODO: make this smarter, using a list of packages + substring matches.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
bootstrap.go | 8 // These stubs avoid importing packages with large dependency
|
/prebuilts/go/linux-x86/src/cmd/vet/internal/whitelist/ |
whitelist.go | 8 // UnkeyedLiteral is a white list of types in the standard packages
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/ |
buf_test.go | 1 // Test of examples with divergent packages.
|
/prebuilts/go/linux-x86/src/log/syslog/ |
doc.go | 14 // Some external packages provide more functionality. See:
|
/prebuilts/go/linux-x86/test/stress/ |
parsego.go | 45 // Some directories contain main packages: Only accept 47 // parser.ParsePackage doesn't return "multiple packages 70 for _, pkg := range packages { 78 var packages = []string{ var
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_lib.py | 64 cmd.distribution.packages = [pkg_dir] 81 cmd.distribution.packages = [pkg_dir]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_lib.py | 64 cmd.distribution.packages = [pkg_dir] 81 cmd.distribution.packages = [pkg_dir]
|
/system/update_engine/ |
omaha_response_handler_action.cc | 90 for (const auto& package : response.packages) { 209 for (const auto& package : response.packages) {
|
/build/make/core/ |
package.mk | 1 # We don't automatically set up rules to build packages for both 17 # packages default to building for either architecture,
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 114 * packages provided to {@link #requestBackup(String[], BackupObserver)} 152 * BackupManager will pass a blank old state to BackupAgents of requested packages. 231 * needs a backup pass. This can be useful in the case of groups of packages 334 // All packages, current transport 578 * provided packages using the remote transport. 580 * @param packages List of package names to backup. 584 * @exception IllegalArgumentException on null or empty {@code packages} param. 590 public int requestBackup(String[] packages, BackupObserver observer) { 591 return requestBackup(packages, observer, null, 0); 600 * provided packages using the remote transport [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 134 // If multiple packages share a UID (cf: android:sharedUserId) and ask for different 256 // If multiple packages share a UID (cf: android:sharedUserId) and ask for different 276 String[] packages = mPackageManager.getPackagesForUid(appUid); local 277 if (packages != null && packages.length > 0) { 278 for (String name : packages) {
|
/frameworks/base/tools/aapt2/optimize/ |
ResourceDeduper.cpp | 111 for (auto& package : table->packages) {
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageFeatureProviderImpl.java | 68 public boolean isLocationSettingEnabled(String[] packages) {
|
/prebuilts/go/darwin-x86/src/mime/ |
example_test.go | 39 // Real use would integrate with packages such 78 // Real use would integrate with packages such
|
/prebuilts/go/linux-x86/src/mime/ |
example_test.go | 39 // Real use would integrate with packages such 78 // Real use would integrate with packages such
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 179 // Display the list of AndroidManifest packages in a selection dialog 315 TreeSet<String> packages = new TreeSet<String>(); local 325 packages.add(manifestData.getPackage()); 328 return packages.toArray(new String[packages.size()]);
|
Completed in 1107 milliseconds
<<11121314151617181920>>