OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imagePath
(Results
1 - 22
of
22
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java
136
String
imagePath
= c.getString(c.getColumnIndex(Media.DATA));
139
assertTrue("image file does not exist", new File(
imagePath
).exists());
172
assertFalse("image file should no longer exist", new File(
imagePath
).exists());
188
imagePath
= c.getString(c.getColumnIndex(Media.DATA));
190
assertTrue("image file does not exist", new File(
imagePath
).exists());
193
assertFalse("image file should no longer exist", new File(
imagePath
).exists());
202
imagePath
= c.getString(c.getColumnIndex(Media.DATA));
217
assertTrue("image file should still exist", new File(
imagePath
).exists());
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
LoadDataWithBaseUrlTest.java
303
String
imagePath
= tempImage.getAbsolutePath();
321
assertFalse(canAccessFileFromData(DATA_BASE_URL, "file://" +
imagePath
+ "?" + token));
331
"file://" +
imagePath
+ "?" + token));
342
assertFalse(canAccessFileFromData(DATA_BASE_URL, "file://" +
imagePath
+ "?" + token));
349
"file://" +
imagePath
+ "?" + token));
AwContentsClientShouldInterceptRequestTest.java
342
final String
imagePath
= "/" + CommonResources.FAVICON_FILENAME;
343
mWebServer.setResponseBase64(
imagePath
,
371
final String
imagePath
= "/" + CommonResources.FAVICON_FILENAME;
372
final String imageUrl = mWebServer.setResponseBase64(
imagePath
,
AwSettingsTest.java
[
all
...]
/external/chromium/chrome/browser/resources/
bug_report.js
88
var
imagePath
= '';
90
imagePath
= $(selectedThumbnailId + '-image').src;
100
imagePath
];
/external/qemu/android/avd/
info.h
207
void avdInfo_setImageFile( AvdInfo* i, AvdImageType imageType, const char*
imagePath
);
info.c
125
char*
imagePath
[ AVD_IMAGE_MAX ];
137
AFREE(i->
imagePath
[nn]);
672
i->
imagePath
[id] = path;
850
return i->
imagePath
[imageType];
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java
76
public File
imagePath
;
150
/** Generate the icon using the image pointed to by {@link #
imagePath
} */
ConfigureAssetSetPage.java
482
if (mValues.
imagePath
!= null) {
483
sImagePath = mValues.
imagePath
.getPath();
497
mValues.
imagePath
= new File(sImagePath);
513
if (mValues.
imagePath
!= null) {
514
mImagePathText.setText(mValues.
imagePath
.getPath());
589
String path = mValues.
imagePath
!= null ? mValues.
imagePath
.getPath() : null;
639
mValues.
imagePath
= new File(mImagePathText.getText().trim());
696
mValues.
imagePath
= new File(file);
[
all
...]
/external/chromium_org/chrome/browser/resources/
feedback.js
169
var
imagePath
= '';
171
imagePath
= $(selectedThumbnailId + '-image').src;
183
imagePath
];
/frameworks/base/core/java/android/provider/
MediaStore.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java
138
iconState.
imagePath
= new File(DEFAULT_LAUNCHER_ICON);
/prebuilts/devtools/tools/lib/
sdklib.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1316 milliseconds