HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 226 - 250 of 1328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_ttk_guionly.py 37 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 133 * Restore select packages from the given set onto the device, replacing the
147 * @param packages The set of packages for which to attempt a restore. Regardless of
154 String[] packages) {
165 err = mBinder.restoreSome(token, mObserver, monitorWrapper, packages);
167 Log.d(TAG, "Can't contact server to restore packages");
173 * Restore select packages from the given set onto the device, replacing the
185 * @param packages The set of packages for which to attempt a restore. Regardless of
191 public int restoreSome(long token, RestoreObserver observer, String[] packages) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 148 List<AppOpsManager.PackageOps> packages local
151 if (packages != null) {
152 final int numPackages = packages.size();
154 AppOpsManager.PackageOps packageOp = packages.get(packageInd);
  /frameworks/base/services/core/java/com/android/server/audio/
RecordingActivityMonitor.java 210 final String[] packages = mPackMan.getPackagesForUid(uid); local
212 if (packages != null && packages.length > 0) {
213 packageName = packages[0];
  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover.cpp 59 for (auto& package : table->packages) {
  /frameworks/native/libs/sensor/
SensorManager.cpp 57 // In this case we will get the packages for the calling UID and pick the
60 // all packages in the UID. The caveat is that the operation may be attributed
66 Vector<String16> packages; local
67 interface_cast<IPermissionController>(binder)->getPackagesForUid(uid, packages);
68 if (!packages.isEmpty()) {
69 opPackageName = packages[0];
71 ALOGE("No packages for calling UID");
82 // name, to avoid looking up the packages for a UID and get the same result.
  /packages/apps/Car/LatinIME/
Android.mk 44 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
45 include packages/services/Car/car-support-lib/car-support.mk
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 63 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/
Android.mk 50 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
51 include packages/services/Car/car-support-lib/car-support.mk
  /packages/services/Car/tests/carservice_test/
Android.mk 23 LOCAL_RESOURCE_DIR += packages/services/Car/service/res
25 LOCAL_AAPT_FLAGS += --extra-packages com.android.car --auto-add-overlay
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
OverviewHelper.java 99 List<PackageInfo> packages = pm.getInstalledPackages(0); local
101 for (PackageInfo pkg : packages) {
136 public void forceStopPackages(ArrayList<String> packages) {
137 for (String pkg : packages) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ttk_guionly.py 38 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ttk_guionly.py 38 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /prebuilts/go/darwin-x86/src/
run.bat 15 :: we disallow local import for non-local packages, if %GOROOT% happens
24 echo ##### Building packages and commands.
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
17 :: GOOS: The target operating system for installed packages and tools.
20 :: building the packages and commands.
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
109 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 8 // TestDeps into testing.Main. This allows tests to use packages at run time
9 // without making those packages direct dependencies of package testing.
  /prebuilts/go/linux-x86/src/
run.bat 15 :: we disallow local import for non-local packages, if %GOROOT% happens
24 echo ##### Building packages and commands.
make.bat 15 :: GOARCH: The target architecture for installed packages and tools.
17 :: GOOS: The target operating system for installed packages and tools.
20 :: building the packages and commands.
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
109 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 8 // TestDeps into testing.Main. This allows tests to use packages at run time
9 // without making those packages direct dependencies of package testing.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_guionly.py 38 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ttk_guionly.py 38 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /tools/test/connectivity/tools/lab/
setup.py 47 """Installs only required packages
49 Installs all required packages for acts to work. Rather than using the
51 used to install the packages.
83 packages=setuptools.find_packages(),
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 274 final String[] packages = extractPackagesFromSipper(sipper); local
275 if (packages != null) {
276 String[] packageLabels = new String[packages.length];
277 System.arraycopy(packages, 0, packageLabels, 0, packages.length);
296 defaultPackageName = packages[i];
310 for (String pkgName : packages) {
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 82 * packages.0.name = java.lang
83 * packages.0.sites.0.hasPackage = 1
84 * packages.0.sites.0.link = http://proja.domain.com/reference/java/lang
85 * packages.0.sites.1.hasPackage = 0
86 * packages.0.classes.0.qualifiedName = java.lang.Object
87 * packages.0.classes.0.sites.0.hasClass = 1
88 * packages.0.classes.0.sites.0.link = http://proja.domain.com/reference/java/lang/Object
89 * packages.0.classes.0.sites.1.hasClass = 0
90 * packages.0.classes.0.methods.0.signature = wait()
91 * packages.0.classes.0.methods.0.sites.0.hasMethod =
196 Map<String, PackageInfo> packages = site.apiInfo().getPackages(); local
202 List<String> packages = new ArrayList<String>(allPackages); local
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 180 private Hashtable packages; // should be synchronized. field in class:ClassPoolTail
184 packages = new Hashtable();
276 packages.put(name, name);
327 if (packages.get(classname) != null)
363 if (packages.get(classname) != null)

Completed in 2134 milliseconds

1 2 3 4 5 6 7 8 91011>>