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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertTrue(name in installed)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 73 installed = os.listdir(target)
75 self.assertTrue(name in installed)
  /frameworks/base/tools/bit/
make.cpp 164 get_values(value, "installed", &module.installed);
179 for (ssize_t i = module.installed.size() - 1; i >= 0; i--) {
180 string fn = module.installed[i];
182 module.installed.erase(module.installed.begin() + i);
185 if (module.installed.size() == 0) {
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 28 to be installed and managed.
29 * Device implementations MAY provide visual separation between pre-installed
32 (installed inputs) and third-party inputs.
51 * [SR] The EPG is STRONGLY RECOMMENDED to display installed inputs and
54 installed inputs on the EPG.
55 * The EPG SHOULD display information from all installed inputs and third-party
57 * The EPG MAY provide visual separation between the installed inputs and
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 123 /** Package name of the app that installed this package */
125 /** Indicates if the package that installed this app has been uninstalled */
306 modifyUserState(userId).installed = inst;
310 return readUserState(userId).installed;
338 if (readUserState(user).installed) {
345 int[] queryInstalledUsers(int[] users, boolean installed) {
348 if (getInstalled(user) == installed) {
355 if (getInstalled(user) == installed) {
425 void setUserState(int userId, long ceDataInode, int enabled, boolean installed, boolean stopped,
436 state.installed = installed
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 100 "either not installed, or the template depends on a more recent version than " +
101 "the one you have installed.");
118 installedLabel.setText("Installed version:");
186 int installed = -1; local
188 installed = getInstalledSupportLibVersion();
191 if (installed == -1) {
194 if (required > installed) {
216 mInstalledVersion.setText("Not installed");
275 File installed = AddSupportJarAction.installSupport(version); local
276 if (installed != null)
    [all...]
  /build/make/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
41 # We need this so that the installed files could be picked up based on the
43 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(my_symlink)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
363 # non-empty if that module should be installed in /system.
366 # be installed in /system.
373 # installed in /data even if that module also has "eng"/"debug"/"user".
412 # so that the modules will be installed in the same place they
425 echo 'INSTALL-PATH: $(1) $(ALL_MODULES.$(1).INSTALLED)'
435 $(foreach mod,$(UNIQUE_ALL_MODULES),$(if $(ALL_MODULES.$(mod).INSTALLED),\
482 # Fix up CUSTOM_MODULES to refer to installed files rather than
488 $(call module-installed-files,$(known_custom_modules)) \
569 # Sets up dependencies such that whenever a host module is installed,
    [all...]
  /cts/apps/CtsVerifier/
Android.mk 104 pre-installed-apps := \
117 $(pre-installed-apps) \
126 cts-verifier: CtsVerifier adb $(pre-installed-apps)
128 $(foreach app,$(pre-installed-apps), \
  /device/common/
generate-blob-lists.sh 66 cat out/target/product/$DEVICENAME/installed-files.txt |
77 cat out/target/product/$DEVICENAME/installed-files.txt |
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java 68 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local
69 assertNotNull(installed);
70 assertSame(installed, ResponseCache.getDefault());
71 assertSame(installed, HttpResponseCache.getDefault());
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 122 kwargs['installed'] = items.get_optional_bool('installed', True)
131 required_libraries, add_to_library_groups, installed):
146 # Whether or not this library is installed.
147 self.installed = installed
171 if not self.installed:
172 result += 'installed = 0\n'
207 required_libraries, add_to_library_groups, installed):
210 add_to_library_groups, installed)
    [all...]
  /build/soong/ui/build/
cleanbuild.go 53 // installClean deletes all of the installed files -- the intent is to remove
54 // files that may no longer be installed, either because the user previously
55 // installed them, or they were previously installed by default but no longer
  /compatibility/cdd/9_security-model/
9_13_safe-mode.md 16 apps installed on the device, except when the third-party app is a
  /device/google/atv/products/
atv_base.mk 106 # The feature com.google.android.tv.installed is used to tell whether a device
107 # has the pre-installed Live Channels app. This is necessary for the Play Store
117 device/google/atv/permissions/com.google.android.tv.installed.xml:system/etc/permissions/com.google.android.tv.installed.xml
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 379 Macro that calls DebugAssert() if a protocol is already installed in the
408 _ASSERT (Guid already installed in database); \
412 _ASSERT (Guid already installed on Handle); \
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 15 After you have both of those files installed and in your path, you need to
  /external/fonttools/
README.md 10 From your command line type the above command to get fontools installed on your system.
  /external/google-fonts/carrois-gothic-sc/
fonts.mk 17 # get installed too.
  /external/google-fonts/coming-soon/
fonts.mk 17 # get installed too.
  /external/google-fonts/cutive-mono/
fonts.mk 17 # get installed too.
  /external/google-fonts/dancing-script/
fonts.mk 17 # get installed too.
  /packages/apps/Settings/src/com/android/settings/
AppWidgetLoader.java 141 * installed {@link AppWidgetProviderInfo} and those provided through
176 * Create list entries for installed {@link AppWidgetProviderInfo} widgets.
179 List<AppWidgetProviderInfo> installed = local
181 putAppWidgetItems(installed, null, items, categoryFilter, false);
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 114 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
  /prebuilts/go/linux-x86/src/
bootstrap.bash 114 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".

Completed in 1603 milliseconds

12 3 4 5 6 7 8 91011>>