/external/chromium_org/chrome/test/mini_installer_test/ |
test.cc | 30 std::vector<installer_test::InstalledProduct> installed; local 31 if (installer_test::GetInstalledProducts(&installed)) {
|
installer_test_util.cc | 133 LOG(ERROR) << "No installed Chrome or Chrome Frame versions found."; 144 std::vector<installer_test::InstalledProduct> installed; local 145 if (GetInstalledProducts(&installed)) { 146 for (size_t i = 0; i < installed.size(); ++i) { 147 if ((installed[i].type & product) != 0) { 148 return installed[i].version; 222 std::vector<installer_test::InstalledProduct> installed; local 223 if (!GetInstalledProducts(&installed)) { 224 LOG(WARNING) << "No installed products to uninstall."; 228 for (size_t i = 0; i < installed.size(); ++i) [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageUserState.java | 30 public boolean installed; field in class:PackageUserState 40 installed = true; 46 installed = o.installed;
|
/external/chromium_org/third_party/icu/source/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 | 2238 UResourceBundle installed; member in struct:ULocalesContext [all...] |
/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.cpp | 2289 UResourceBundle installed; member in struct:ULocalesContext [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DeferredImageDecoder.cpp | 269 bool installed = SkInstallDiscardablePixelRef(generator, &bitmap); local 270 ASSERT_UNUSED(installed, installed);
|
/frameworks/base/core/java/android/net/http/ |
HttpResponseCache.java | 163 * Returns the currently-installed {@code HttpResponseCache}, or null if 164 * there is no cache installed or it is not a {@code HttpResponseCache}. 167 ResponseCache installed = ResponseCache.getDefault(); local 168 if (installed instanceof com.android.okhttp.HttpResponseCache) { 170 (com.android.okhttp.HttpResponseCache) installed); 182 * @return the newly-installed cache 188 ResponseCache installed = ResponseCache.getDefault(); local 189 if (installed instanceof com.android.okhttp.HttpResponseCache) { 191 (com.android.okhttp.HttpResponseCache) installed; 192 // don't close and reopen if an equivalent cache is already installed [all...] |
/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);
|
/external/chromium_org/chrome_frame/test/ |
infobar_unittests.cc | 456 // Used to ensure that GetDesiredSize is only called on an installed 458 testing::Expectation installed; local 476 installed = EXPECT_CALL(*content, InstallInFrame(FrameHwndIs(hwnd))) 532 .Times(testing::AnyNumber()).After(installed)
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
HttpResponseCacheTest.java | 50 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local 51 assertNotNull(installed); 52 assertSame(installed, ResponseCache.getDefault()); 53 assertSame(installed, HttpResponseCache.getDefault());
|
/external/chromium_org/chrome/test/remoting/ |
remote_desktop_browsertest.cc | 122 bool installed = false; local 130 installed = true; 135 if (installed) { 149 EXPECT_EQ(installed, expected); 195 // The chromoting extension should be installed. 228 // The chromoting extension should be installed. 253 // The chromoting extension should be installed. 309 // The chromoting extension should be installed. 342 // The chromoting extension should be installed.
|
/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...] |
/external/chromium_org/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 | 280 UResourceBundle installed; local 285 ures_initStackObject(&installed); 287 ures_getByKey(index, "InstalledLocales", &installed, &status); 290 localeCount = ures_getSize(&installed); 294 ures_resetIterator(&installed); 295 while(ures_hasNext(&installed)) { 297 ures_getNextString(&installed, NULL, &tempKey, &status); 317 ures_close(&installed);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 9 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 manually (no support for flavor=\"%s\")" [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_prefs_unittest.cc | 340 // Blacklist one installed and one not-installed extension id. 373 // An id we'll make up that doesn't match any installed extension id. 660 installed() { 681 for (size_t i = 0; i < arraysize(installed); ++i) 682 installed[i] = false; 719 // Flags indicating whether each of the extensions has been installed, yet. 720 bool installed[3]; member in class:ExtensionPrefsPreferencesBase 727 if (ext == extensions[i] && !installed[i]) { 729 installed[i] = true [all...] |
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 563 Set<ComponentName> installed = new HashSet<ComponentName>(); local 576 installed.add(new ComponentName(info.packageName, info.name)); 580 if (!installed.isEmpty()) { 585 if (installed.contains(enabledComponent)) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.cc | 658 const base::Time& installed) { 666 determiners_.push_back(DeterminerInfo(extension_id, installed)); 720 // filename and they take precedence. Extensions that were installed 755 const base::Time& installed); 822 const base::Time& installed) 824 install_time(installed), 900 base::Time installed = extensions::ExtensionSystem::GetForBrowserContext( local [all...] |
/ndk/build/core/ |
definitions.mk | 366 # Note that some modules are never installed (e.g. static libraries). 424 # LOCAL_INSTALLED will contain the location of the installed version 427 modules-LOCALS += INSTALLED 760 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. 84 # Target and host installed module's dependencies on shared libraries. 494 ## into the list of files that are installed for those modules. 500 define module-installed-files 501 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 690 # Given a list of installed modules (short or long names) 693 # therefore, should not be installed [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |
/prebuilts/devtools/tools/lib/ |
sdkuilib.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |