OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSize
(Results
1 - 21
of
21
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java
44
checkSize
(parameters, WIDTH1, HEIGHT1);
45
checkSize
(parameters, WIDTH2, HEIGHT2);
46
checkSize
(parameters, WIDTH3, HEIGHT3);
51
private void
checkSize
(Parameters parameters, int width, int height) {
/external/skia/gm/
modecolorfilters.cpp
39
static SkShader* make_bg_shader(int
checkSize
) {
41
bmp.setConfig(SkBitmap::kARGB_8888_Config, 2 *
checkSize
, 2 *
checkSize
);
48
SkIntToScalar(
checkSize
), SkIntToScalar(
checkSize
));
49
SkRect rect1 = SkRect::MakeXYWH(SkIntToScalar(
checkSize
), SkIntToScalar(
checkSize
),
50
SkIntToScalar(
checkSize
), SkIntToScalar(
checkSize
));
/external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
TextureWrap.c
42
GLubyte* GenCheckImage( int width, int height, int
checkSize
)
57
if ( ( x /
checkSize
) % 2 == 0 )
59
rColor = 255 * ( ( y /
checkSize
) % 2 );
60
bColor = 255 * ( 1 - ( ( y /
checkSize
) % 2 ) );
64
bColor = 255 * ( ( y /
checkSize
) % 2 );
65
rColor = 255 * ( 1 - ( ( y /
checkSize
) % 2 ) );
/cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java
50
checkSize
(picture);
60
checkSize
(picture);
67
checkSize
(pic);
71
private void
checkSize
(Picture picture) {
/dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java
72
int
checkSize
= Math.min(thisSize, otherSize);
74
for (int i = 0; i <
checkSize
; i++) {
CatchHandlerList.java
144
int
checkSize
= Math.min(thisSize, otherSize);
146
for (int i = 0; i <
checkSize
; i++) {
/dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java
71
int
checkSize
= Math.min(thisSize, otherSize);
73
for (int i = 0; i <
checkSize
; i++) {
CatchHandlerList.java
144
int
checkSize
= Math.min(thisSize, otherSize);
146
for (int i = 0; i <
checkSize
; i++) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java
72
int
checkSize
= Math.min(thisSize, otherSize);
74
for (int i = 0; i <
checkSize
; i++) {
CatchHandlerList.java
144
int
checkSize
= Math.min(thisSize, otherSize);
146
for (int i = 0; i <
checkSize
; i++) {
/external/chromium_org/third_party/angle/samples/gles2_book/MipMap2D/
MipMap2D.c
108
GLubyte* GenCheckImage( int width, int height, int
checkSize
)
123
if ( ( x /
checkSize
) % 2 == 0 )
125
rColor = 255 * ( ( y /
checkSize
) % 2 );
126
bColor = 255 * ( 1 - ( ( y /
checkSize
) % 2 ) );
130
bColor = 255 * ( ( y /
checkSize
) % 2 );
131
rColor = 255 * ( 1 - ( ( y /
checkSize
) % 2 ) );
/libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java
121
public String
checkSize
(int actual) {
BinaryHprofWriter.java
135
String error = hprofTag.
checkSize
(recordLength);
BinaryHprofReader.java
180
String error = hprofTag.
checkSize
(recordLength);
/external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp
1167
int
checkSize
= kCheckSize;
1169
checkSize
= (int)(cur2 - cur);
1170
RINOK(_stream->Seek(-
checkSize
, STREAM_SEEK_END, &cur2));
1172
RINOK(ReadStream_FALSE(_stream, buf, (size_t)
checkSize
));
1175
for (i = (int)
checkSize
- 2; i >= 0; i--)
1180
nextHeaderSize =
checkSize
- i;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
34
bool
checkSize
(const MemoryBuffer *m, error_code &ec, uint64_t size) {
444
if (!
checkSize
(Data, ec, sizeof(coff_file_header))) return;
457
if (!
checkSize
(Data, ec, 0x3c + 8)) return;
/external/lzma/C/
XzDec.c
739
UInt32
checkSize
= XzFlags_GetCheckSize(p->streamFlags);
740
UInt32 cur =
checkSize
- p->pos;
755
if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf,
checkSize
) != 0)
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
/prebuilts/sdk/tools/lib/
lint_checks.jar
Completed in 235 milliseconds