HomeSort by relevance Sort by last modified time
    Searched defs:installed (Results 1 - 9 of 9) sorted by null

  /external/icu4c/common/
locavailable.cpp 132 UResourceBundle installed; local
138 ures_initStackObject(&installed);
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
143 localeCount = ures_getSize(&installed);
147 ures_resetIterator(&installed);
148 while(ures_hasNext(&installed)) {
149 ures_getNextString(&installed, NULL, (const char **)&temp[i++], &status);
166 ures_close(&installed);
uresbund.c 2217 UResourceBundle installed; member in struct:ULocalesContext
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 41 * When an installed {@link AppWidgetProviderInfo} is selected, this activity
201 * installed {@link AppWidgetProviderInfo} and those provided through
223 * Create list entries for installed {@link AppWidgetProviderInfo} widgets.
226 List<AppWidgetProviderInfo> installed = mAppWidgetManager.getInstalledProviders(); local
227 putAppWidgetItems(installed, null, items);
  /external/chromium/third_party/icu/source/i18n/
coll.cpp 260 UResourceBundle installed; local
265 ures_initStackObject(&installed);
267 ures_getByKey(index, "InstalledLocales", &installed, &status);
270 localeCount = ures_getSize(&installed);
274 ures_resetIterator(&installed);
275 while(ures_hasNext(&installed)) {
277 ures_getNextString(&installed, NULL, &tempKey, &status);
297 ures_close(&installed);
  /external/icu4c/i18n/
coll.cpp 260 UResourceBundle installed; local
265 ures_initStackObject(&installed);
267 ures_getByKey(index, "InstalledLocales", &installed, &status);
270 localeCount = ures_getSize(&installed);
274 ures_resetIterator(&installed);
275 while(ures_hasNext(&installed)) {
277 ures_getNextString(&installed, NULL, &tempKey, &status);
297 ures_close(&installed);
  /external/chromium/third_party/icu/source/common/
uresbund.c 2097 UResourceBundle installed; member in struct:ULocalesContext
    [all...]
uloc.c 2681 UResourceBundle installed; local
    [all...]
  /ndk/build/core/
definitions.mk 193 # Note that some modules are never installed (e.g. static libraries).
245 # LOCAL_INSTALLED will contain the location of the installed version
248 modules-LOCALS += INSTALLED
427 module-get-installed = $(__ndk_modules.$1.INSTALLED)
    [all...]
  /build/core/
definitions.mk 33 # $(ALL_MODULES.$(target)).INSTALLED
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
41 # set of installed targets.
440 ## into the list of files that are installed for those modules.
446 define module-installed-files
447 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
601 # Given a list of installed modules (short or long names)
604 # therefore, should not be installed.
605 # $(1): mixed list of installed module
    [all...]

Completed in 329 milliseconds