HomeSort by relevance Sort by last modified time
    Searched full:installed (Results 101 - 125 of 4230) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/
libSDL2.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/lib/
libSDL2_ttf.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/lib/
libSDL2_ttf.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
  /prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
libprotobuf.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
libprotoc.la 30 # Is this an already installed library?
31 installed=yes
40 # Directory that this library needs to be installed in:
  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 40 public boolean installed; field in class:PackageUserState
55 installed = true;
65 installed = o.installed;
80 * Test if this package is installed.
83 return (this.installed && !this.hidden)
88 * Test if the given component is considered installed, enabled and a match
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCache.java 52 * Returns the currently-installed {@code HttpResponseCache}, or null if
53 * there is no cache installed or it is not a {@code HttpResponseCache}.
56 ResponseCache installed = ResponseCache.getDefault(); local
57 if (installed instanceof HttpResponseCache) {
58 return (HttpResponseCache) installed;
68 * @return the newly-installed cache
75 ResponseCache installed = ResponseCache.getDefault(); local
77 if (installed instanceof HttpResponseCache) {
78 HttpResponseCache installedResponseCache = (HttpResponseCache) installed;
79 // don't close and reopen if an equivalent cache is already installed
    [all...]
  /build/core/tasks/
vendor_module_check.mk 77 $(if $(ALL_MODULES.$(m).INSTALLED),\
78 $(eval _vendor_module_owner_info += $(patsubst $(PRODUCT_OUT)/%,%,$(ALL_MODULES.$(m).INSTALLED)):$(ALL_MODULES.$(m).OWNER))))))
89 $(if $(filter-out ,$(ALL_MODULES.$(m).INSTALLED)),\
90 $(if $(filter $(TARGET_OUT_VENDOR)/% $(HOST_OUT)/%, $(ALL_MODULES.$(m).INSTALLED)),,\
92 in product "$(TARGET_PRODUCT)" being installed to \
93 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))))
  /build/tools/
check_builds.sh 64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt"
65 inputs="$inputs $TEST_BUILD_DIR/dist-$1/installed-files.txt"
83 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> /dev/null
86 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
  /cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/
Android.mk 61 $(eval installed := $(CTS_TESTCASES_OUT)/$(notdir $(word 2,$(pair))))\
62 $(eval $(call copy-one-file, $(built), $(installed)))\
63 $(eval cts_support_apks += $(installed)))
92 $(eval installed := $(CTS_TESTCASES_OUT)/$(notdir $(word 2,$(pair))))\
93 $(eval $(call copy-one-file, $(built), $(installed)))\
94 $(eval cts_support_apks += $(installed)))
  /device/google/marlin/dataservices/datatop/
autogen.sh 35 echo "Missing 'aclocal'; not in path. Make sure it is installed!"
40 echo "Missing 'autoconf'; not in path. Make sure it is installed!"
45 echo "Missing 'automake'; not in path. Make sure it is installed!"
  /external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox 15 /// the data elements of the type and what a function pointer installed in any particular
19 /// for a 'class', which are installed by the runtime when a default instance of one the
28 /// find "Base Recognizer Implementation", which documents the actual functions that are installed
  /external/autotest/client/site_tests/network_WiMaxPresent/
control 13 2. The WiMAX kernel driver is not installed or does not function properly on
15 3. The WiMAX firmware is not installed on the DUT.
16 4. The WiMAX manager is not installed or does not function properly on the
  /external/autotest/client/tests/kvm/tests/
module_probe.py 12 - based on previous 'build' test: in case KVM modules were installed by a
13 'build' test, we used the modules installed by the previous test.
16 we assume a pre-installed KVM module. Some parameters that
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 11 """Compare the installed BIOS and EC versions to those in the shellball."""
41 error_message = str('BIOS versions do not match! Installed: %s '
45 ec_message = str('EC versions do not match! Installed: %s '
  /external/autotest/server/site_tests/ssp_PackageInstall/
ssp_PackageInstall.py 20 @param packages: OS packages to be installed.
30 @param packages: Python packages to be installed.
48 any of the given packages failed to be installed.
  /external/libxml2/
README.tests 22 for the version of the library installed on the system. Note however
23 that there isn't backward compatibility provided so if the installed
25 is likely. In any event this won't work with an installed libxml2 older
  /external/skia/platform_tools/android/bin/
android_install_app 7 echo " Options: -f Forces the package to be installed by removing any"
8 echo " previously installed packages"
53 echo "Forcing removal of previously installed packages"
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
InstallPackageTask.java 39 * package which is already installed for a different user.
80 * Install all packages given by {@link #addPackageToInstall}. Each package will be installed
82 * package is installed for a different user, it will be enabled for the calling user. If the
83 * package location is not provided and the package is not installed for any other users, this
141 ProvisionLogger.loge("Installed package has no admin receiver.");
163 "Package " + mInstallInfo.packageName + " is succesfully installed.");
168 + " higher than the version to be installed. It was not reinstalled.");
183 * Calls the success callback once all of the packages that needed to be installed are
184 * successfully installed.
199 * Attempt to install this package from an existing package installed under a different user
    [all...]
  /development/samples/Wiktionary/
_index.html 4 <p>When installed, this adds a "Wiktionary" option to the widget installation
  /development/samples/WiktionarySimple/
_index.html 3 <p>When installed, this adds a "Wiktionary simple" option to the widget
  /external/ImageMagick/MagickWand/
MagickWand-config.1 5 MagickWand-config \- get information about the installed version of the Magick Wand
22 To print the version of the installed distribution of
48 your program and the installed libraries.
51 Print the directory under which target specific binaries and executables are installed.
  /external/autotest/client/profilers/lockmeter/
lockstat.diff 4 # other than the one currently installed on your machine, define it in
  /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
control 17 This test assumes disk_upgrader package is installed.

Completed in 632 milliseconds

1 2 3 45 6 7 8 91011>>