OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagefile
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java
128
File
imagefile
= new File(dbDir, "tempimage.jpg");
local
129
if (
imagefile
.exists()) {
130
imagefile
.delete();
132
createSampleImage(
imagefile
, R.raw.testimage);
135
Uri uri = Uri.parse(
imagefile
.getPath());
146
createSampleImage(
imagefile
, R.raw.scenery);
147
uri = Uri.parse(
imagefile
.getPath());
157
imagefile
.delete();
190
private void createSampleImage(File
imagefile
, int resid) {
196
target = new FileOutputStream(
imagefile
);
[
all
...]
RemoteViewsTest.java
223
File
imageFile
= null;
228
imageFile
= new File(path);
229
createSampleImage(
imageFile
, R.raw.testimage);
242
if (
imageFile
!= null) {
244
imageFile
.delete();
609
File
imagefile
= new File(path);
local
610
createSampleImage(
imagefile
, R.raw.testimage);
632
imagefile
.delete();
760
private void createSampleImage(File
imagefile
, int resid) throws IOException {
766
target = new FileOutputStream(
imagefile
);
[
all
...]
ImageViewTest.java
77
private void createSampleImage(File
imagefile
, int resid) {
83
target = new FileOutputStream(
imagefile
);
269
File
imagefile
= new File(dbDir, "tempimage.jpg");
local
270
if (
imagefile
.exists()) {
271
imagefile
.delete();
273
createSampleImage(
imagefile
, R.raw.testimage);
274
final String path =
imagefile
.getPath();
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
85
File
imagefile
= new File(dbDir, "animated.gif");
local
86
if (
imagefile
.exists()) {
87
imagefile
.delete();
89
writeSampleImage(
imagefile
);
90
mMovie = Movie.decodeFile(
imagefile
.getPath());
98
private void writeSampleImage(File
imagefile
) throws Exception {
104
target = new FileOutputStream(
imagefile
);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
154
File
imageFile
= new File(mContext.getFilesDir(), "tempimage.jpg");
155
assertTrue(
imageFile
.createNewFile());
156
assertTrue(
imageFile
.exists());
157
writeSampleImage(
imageFile
);
159
final String path =
imageFile
.getPath();
162
assertTrue(
imageFile
.delete());
165
private void writeSampleImage(File
imagefile
) throws IOException {
171
target = new FileOutputStream(
imagefile
);
196
File
imageFile
= null;
211
imageFile
= new File(mContext.getFilesDir(), "tempimage.jpg")
[
all
...]
/system/vold/
Loop.cpp
235
SLOGE("Error creating
imagefile
(%s)", strerror(errno));
240
SLOGE("Error truncating
imagefile
(%s)", strerror(errno));
/external/qemu/android/avd/
info.c
380
const char*
imageFile
;
400
l->
imageFile
= _imageFileNames[id];
448
const char* image = l->
imageFile
;
488
p = bufprint(temp, end, "%s/%s", i->contentPath, l->
imageFile
);
494
DD(" no %s in content directory", l->
imageFile
);
497
DD("found %s in content directory", l->
imageFile
);
616
DD("found user-provided %s image: %s", l->imageText, l->
imageFile
);
647
DD("found no %s image (%s)", l->imageText, l->
imageFile
);
654
l->imageText, l->
imageFile
);
[
all
...]
/external/jpeg/
usage.doc
36
cjpeg [switches] [
imagefile
] >jpegfile
38
djpeg [switches] [jpegfile] >
imagefile
45
cjpeg [switches]
imagefile
jpegfile
47
djpeg [switches] jpegfile
imagefile
54
cjpeg [switches] -outfile jpegfile
imagefile
56
djpeg [switches] -outfile
imagefile
jpegfile
/system/core/rootdir/
init.rc
54
#
imagefile
directory will be bind-mounted
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 235 milliseconds