OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exploitImage
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
BitmapFactoryDecodeStreamTest.java
45
InputStream
exploitImage
= new BufferedInputStream(mContext.getResources().openRawResource(
47
BitmapFactory.decodeStream(
exploitImage
);
51
InputStream
exploitImage
= new BufferedInputStream(mContext.getResources().openRawResource(
53
BitmapFactory.decodeStream(
exploitImage
);
DecodeTest.java
37
InputStream
exploitImage
= mContext.getResources().openRawResource(R.raw.bug_34778578);
38
Bitmap bitmap = BitmapFactory.decodeStream(
exploitImage
);
50
InputStream
exploitImage
= mContext.getResources().openRawResource(R.raw.bug_67381469);
51
Bitmap bitmap = BitmapFactory.decodeStream(
exploitImage
);
AllocatePixelRefIntOverflowTest.java
36
InputStream
exploitImage
= mContext.getResources().openRawResource(
42
BitmapFactory.decodeStream(
exploitImage
);
BigRleTest.java
35
InputStream
exploitImage
= mContext.getResources().openRawResource(R.raw.bug_33251605);
36
Bitmap bitmap = BitmapFactory.decodeStream(
exploitImage
);
ZeroHeightTiffTest.java
38
InputStream
exploitImage
= mContext.getResources().openRawResource(R.raw.bug_33300701);
39
Bitmap bitmap = BitmapFactory.decodeStream(
exploitImage
);
BitmapFactorySecurityTests.java
62
FileDescriptor
exploitImage
= getResource(R.raw.bug_38116746);
64
BitmapFactory.decodeFileDescriptor(
exploitImage
);
77
FileDescriptor
exploitImage
= getResource(R.raw.bug_37627194);
79
BitmapFactory.decodeFileDescriptor(
exploitImage
);
SkiaICORecursiveDecodingTest.java
46
InputStream
exploitImage
= mContext.getResources().openRawResource(resId);
51
Bitmap bitmap = BitmapFactory.decodeStream(
exploitImage
);
Movie33897722.java
64
InputStream
exploitImage
= mContext.getResources().openRawResource(resId);
65
Movie movie = Movie.decodeStream(
exploitImage
);
Completed in 252 milliseconds