HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 601 - 625 of 852) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 29 import org.eclipse.core.resources.IFolder;
30 import org.eclipse.core.resources.IProject;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 20 import com.android.ide.common.resources.ResourceFile;
26 import org.eclipse.core.resources.IFile;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 448 const std::vector<UnsafeResource>& resources,
450 for (std::vector<UnsafeResource>::const_iterator iter = resources.begin();
451 iter != resources.end(); ++iter) {
999 std::vector<UnsafeResource> resources; local
    [all...]
safe_browsing_blocking_page.cc 142 // If there's more than one malicious resources, it means the user
498 // Check to see if some new notifications of unsafe resources have been
504 // Build an interstitial for all the unsafe resources notifications.
536 // The user does not want to proceed, clear the queued unsafe resources
558 // Determine the interstitial type from the blocked resources.
655 std::vector<SafeBrowsingService::UnsafeResource> resources; local
656 resources.push_back(unsafe_resource);
662 factory_->CreateSafeBrowsingPage(sb_service, tab_contents, resources);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 161 xhr.open("GET", "resources/setCookies.cgi", false);
186 xhr.open("GET", "resources/getCookies.cgi", false);
222 xhr.open("GET", "resources/clearCookies.cgi", false);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 342 File resources = Support_Resources.createTempFolder(); local
343 Support_Resources.copyFile(resources, null, resPath);
400 File resources = Support_Resources.createTempFolder(); local
401 Support_Resources.copyFile(resources, null, resPath);
463 File resources = Support_Resources.createTempFolder(); local
464 Support_Resources.copyFile(resources, null, resPath);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 26 import android.content.res.Resources;
281 Resources resources = context.getResources(); local
283 title = resources.getString(R.string.no_title_label);
344 resources.getString(R.string.map_label), mapIntent);
349 resources.getString(R.string.call_label), callIntent);
354 resources.getString(R.string.email_guests_label), emailIntent);
359 resources.getString(R.string.snooze_label), snoozeIntent);
464 Resources res = context.getResources();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 20 import android.content.res.Resources;
102 Resources resources = context.getResources(); local
103 cropIndicator = resources.getDrawable(R.drawable.camera_crop);
104 indicatorSize = (int) resources.getDimension(R.dimen.crop_indicator_size);
109 Resources resources = context.getResources(); local
110 cropIndicator = resources.getDrawable(R.drawable.camera_crop);
111 indicatorSize = (int) resources.getDimension(R.dimen.crop_indicator_size);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 39 import android.content.res.Resources;
636 Resources resources = getPackageManager().getResourcesForApplication(appInfo); local
637 return getResourceUri(resources, appInfo.packageName, res);
640 } catch (Resources.NotFoundException e) {
645 private static Uri getResourceUri(Resources resources, String appPkg, int res)
646 throws Resources.NotFoundException {
647 String resPkg = resources.getResourcePackageName(res);
648 String type = resources.getResourceTypeName(res)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 48 import org.eclipse.core.resources.IFile;
49 import org.eclipse.core.resources.IFolder;
50 import org.eclipse.core.resources.IProject;
51 import org.eclipse.core.resources.IResource;
52 import org.eclipse.core.resources.IWorkspaceRoot;
53 import org.eclipse.core.resources.ResourcesPlugin;
84 * application resources using aapt into a zip file that is ready to be integrated into the apk.
174 // Get the resources folder to crunch from
197 * Packages the resources of the projet into a .ap_ file.
388 // Now we write the standard resources from all the output paths
    [all...]