HomeSort by relevance Sort by last modified time
    Searched refs:rawResId (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 116 enum rawResId {
125 static String* globalLocalizedName(rawResId resId);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 175 private void copyRawToFile(int rawResId, File outFile) {
179 is = res.openRawResource(rawResId);
181 fail("Failed to load resource with id: " + rawResId);
  /frameworks/base/core/tests/coretests/src/com/android/server/
MountServiceTests.java 119 private void copyRawToFile(int rawResId, File outFile) {
123 is = res.openRawResource(rawResId);
125 fail("Failed to load resource with id: " + rawResId);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 224 * @param rawResId The raw resource ID of the OBB resource file
228 private void copyRawToFile(int rawResId, File outFile) throws NotFoundException {
232 is = res.openRawResource(rawResId);
234 Log.i(LOG_TAG, "Failed to load resource with id: " + rawResId);
248 * @param rawResId The raw resource ID of the OBB file in the package
251 protected File createObbFile(String name, int rawResId) {
256 copyRawToFile(rawResId, outFile);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 468 InstallParams(String outFileName, int rawResId) {
469 this.pkg = getParsedPackage(outFileName, rawResId);
576 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) {
580 Uri packageURI = getInstallablePackage(rawResId, outFile);
633 int rawResId, int flags, boolean cleanUp, boolean fail, int result,
635 InstallParams ip = new InstallParams(outFileName, rawResId);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.h 112 WTF::String getRawResourceFilename(WebCore::PlatformBridge::rawResId) const;
WebCoreFrameBridge.cpp 122 WebCore::PlatformBridge::rawResId resId)
141 void initGlobalLocalizedName(WebCore::PlatformBridge::rawResId resId,
771 WebFrame::getRawResourceFilename(WebCore::PlatformBridge::rawResId id) const
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 341 WebCore::PlatformBridge::rawResId id = WebCore::PlatformBridge::NoDomain;
    [all...]

Completed in 383 milliseconds