Searched defs:installed (Results 1 - 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Dlocavailable.cpp129 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
146 ures_resetIterator(&installed);
147 while(ures_hasNext(&installed)) {
148 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
155 ures_close(&installed);
H A Duresbund.cpp2392 UResourceBundle installed; member in struct:ULocalesContext
2400 ures_close(&ctx->installed);
2408 return ures_getSize(&ctx->installed);
2419 UResourceBundle *res = &(ctx->installed);
2436 UResourceBundle *res = &((ULocalesContext *)en->context)->installed;
2473 ures_initStackObject(&myContext->installed);
2476 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2480 path, INDEX_LOCALE_NAME, INDEX_TAG, ures_getKey(&myContext->installed));
2487 ures_close(&myContext->installed);
/external/autotest/utils/
H A Drun_pylint.py22 # Do a basic check to see if pylint is even installed.
27 print ("Unable to import pylint, it may need to be installed." namespace
/external/python/cpython2/Lib/plat-mac/
H A Dpimp.py9 and parsing the database, testing whether packages are installed, computing
552 installed through pimp, return the name in (parentheses)."""
579 def installed(self): member in class:PimpPackage
580 """Test wheter the package is installed.
583 "yes", "no", "old" (an older version is installed) or "bad"
630 # For pseudo-packages that are already installed we don't
632 status, _ = self.installed()
636 "Package %s cannot be installed automatically, see the description" %
640 "Package %s can only be installed system-wide" %
722 return "%s: This package needs to be installed manuall
[all...]
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp227 UResourceBundle installed; local
230 ures_initStackObject(&installed);
232 ures_getByKey(index, "InstalledLocales", &installed, &status);
235 availableLocaleListCount = ures_getSize(&installed);
239 ures_resetIterator(&installed);
240 while(ures_hasNext(&installed)) {
242 ures_getNextString(&installed, NULL, &tempKey, &status);
247 ures_close(&installed);
/external/valgrind/coregrind/
H A Dm_machine.c466 * handlers are installed. Determines the sizes affected by dcbz
1474 UInt installed; member in struct:fac_hwcaps_map
1495 fac_hwcaps[i].installed = True;
1509 fac_hwcaps[i].installed);
/external/kernel-headers/original/uapi/drm/
H A Dmga_drm.h269 int installed; member in struct:_drm_mga_warp_index
/external/libdrm/include/drm/
H A Dmga_drm.h265 int installed; member in struct:_drm_mga_warp_index
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.h214 int installed; /* 1 if key has already been installed to driver */ member in struct:wpa_ptk
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.h214 int installed; /* 1 if key has already been installed to driver */ member in struct:wpa_ptk
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.h214 int installed; /* 1 if key has already been installed to driver */ member in struct:wpa_ptk
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1771 milliseconds

12