HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 126 - 150 of 578) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/common_lib/cros/
arc.py 406 """Check if a package is installed. adb must be ready.
414 """Check if an installed package is disabled. adb must be ready.
613 @param apks: List of apk names to be installed
621 # Verify if package(s) are installed correctly
625 logging.info('Check if %s is installed', pkg)
628 # Make sure full_pkg_names contains installed packages only
662 @param apks: Array of APK name arrays to be installed in dep_package.
765 This function removes all installed packages in arc_setup stage
774 raise error.TestError('Package %s was not installed' % pkg)
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 292 List<Interpreter> installed = mConfiguration.getInstalledInterpreters(); local
293 Collections.sort(installed, new Comparator<Interpreter>() {
299 for (Interpreter interpreter : installed) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 543 final boolean installed = PackageUtils.isPackageInstalled(getContext(), pkg);
545 Log.v(TAG, " " + pkg + (installed ? " installed" : " removed"));
547 if (!installed) {
  /compatibility/cdd/3_software/
3_9_device-administration.md 45 * [C-1-2] MUST NOT set an application (including pre-installed app) as the
114 * Independent management of VPN Applications installed within the primary
116 * Independent management of applications installed within the primary user
  /build/soong/cc/
prebuilt.go 123 // Copy binaries to a name matching the final installed name
ndk_prebuilt.go 34 // These differ from regular prebuilts in that they aren't stripped and usually aren't installed
35 // either (with the exception of the shared STLs, which are installed to the app's directory rather
vndk.go 28 // will be installed in /system instead of /vendor partition.
102 // Non-VNDK modules (those installed to /vendor) can't depend on modules marked with
  /dalvik/dx/
Android.mk 5 # We use copy-file-to-new-target so that the installed
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat 103 @echo This Microsoft Visual Studio version is in not installed on this system: %1
  /external/golang-protobuf/protoc-gen-go/
doc.go 37 protocol compiler, so once the protocol compiler (protoc) is installed
  /external/python/cpython3/Lib/test/test_importlib/
test_spec.py 266 installed = sys.modules[self.spec.name]
269 self.assertIs(loaded, installed)
279 installed = sys.modules[self.spec.name] variable in class:ModuleSpecMethodsTests.test_load_replaced.ReplacingLoader
282 self.assertIs(installed, replacement)
340 installed = sys.modules[self.spec.name]
344 self.assertIs(installed, loaded)
389 installed = sys.modules[self.spec.name]
393 self.assertIs(installed, loaded)
  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 68 // Contains all installed activities that handle the global search
296 * Returns a sorted list of installed search providers as per
320 private ComponentName findGlobalSearchActivity(List<ResolveInfo> installed) {
322 // and if it's still installed, return it.
332 return getDefaultGlobalSearchProvider(installed);
337 * component name is installed on the system or not. This deals with
338 * cases such as the removal of an installed provider.
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
CrossProfileAppsServiceImplTest.java 123 // PACKAGE_ONE are installed in all users.
345 private void mockAppsInstalled(String packageName, int user, boolean installed) {
351 .thenReturn(installed ? createInstalledPackageInfo() : null);
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 56 # will be used when tests. Otherwise the tests would run against the installed
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
buildid.go 42 // 1. The action ID half allows installed packages and binaries to serve as
44 // set of inputs summarized in the action ID, and the installed math.a already
45 // has that action ID, we can reuse the installed math.a instead of rebuilding it.
65 // The ?one-element cache? purpose is a bit more complex for installed
71 // already-installed gofmt binary. But computing the action ID for the link
93 // staleness determination without a cache beyond the usual installed
116 // detecting the need to rebuild installed files (not for lookups
367 // cached result is the installed package or binary at target.
429 // stored in the installed binary, and see if that makes
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 77 is called for either signal, a signal handler will be installed for
173 have already installed signal handlers when the Go code starts (that
194 asynchronous signal, a Go signal handler will be installed for that
203 an existing non-Go signal handler, that handler will be installed
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
buildid.go 42 // 1. The action ID half allows installed packages and binaries to serve as
44 // set of inputs summarized in the action ID, and the installed math.a already
45 // has that action ID, we can reuse the installed math.a instead of rebuilding it.
65 // The ?one-element cache? purpose is a bit more complex for installed
71 // already-installed gofmt binary. But computing the action ID for the link
93 // staleness determination without a cache beyond the usual installed
116 // detecting the need to rebuild installed files (not for lookups
367 // cached result is the installed package or binary at target.
429 // stored in the installed binary, and see if that makes
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 77 is called for either signal, a signal handler will be installed for
173 have already installed signal handlers when the Go code starts (that
194 asynchronous signal, a Go signal handler will be installed for that
203 an existing non-Go signal handler, that handler will be installed
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 167 int installed; member in struct:_drm_mga_warp_index
  /build/make/core/tasks/tools/
build_custom_image.mk 42 $(warning Unknown installed file for module '$(m)'))\
  /build/soong/android/
module.go 216 // whether this is a proprietary vendor module, and should be installed into /vendor
223 // it is installed into /vendor (or /system/vendor if vendor partition does not exist).
228 // it is installed into /vendor (or /system/vendor if vendor partition does not exist).
232 // peripherals. When set to true, it is installed into /odm (or /vendor/odm if odm partition
238 // network operator, etc). When set to true, it is installed into /product (or
242 // init.rc files to be installed if this module is installed
245 // names of other modules to install if this module is installed
1034 // Installed host modules might be used during the build, depend directly on their
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 337 or must be installed separately.
  /external/bart/docs/api_reference/
Makefile 12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
  /external/curl/projects/
checksrc.bat 78 rem It isn't so check we have it installed and set the path if it is
179 echo Error: Perl is not installed
  /external/devlib/doc/
Makefile 12 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)

Completed in 1501 milliseconds

1 2 3 4 56 7 8 91011>>