OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZE_4K
(Results
1 - 14
of
14
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h
39
#define
SIZE_4K
4096
gr_allocator.cpp
275
size = ALIGN(alignedw * alignedh,
SIZE_4K
);
280
size = ALIGN(alignedw * alignedh,
SIZE_4K
);
281
size += (unsigned int)ALIGN(2 * ALIGN(width / 2, 32) * ALIGN(height / 2, 32),
SIZE_4K
);
296
size = ALIGN(size, (unsigned int)
SIZE_4K
);
300
size = ALIGN((alignedw * alignedh) + (alignedw * alignedh) / 2 + 1,
SIZE_4K
);
310
size = ALIGN(alignedw * alignedh * 2,
SIZE_4K
);
328
size = ALIGN((alignedw * alignedh) + (alignedw * alignedh) / 2,
SIZE_4K
);
/frameworks/base/core/java/android/nfc/tech/
MifareClassic.java
41
* <li>MIFARE Classic 4k} are 4096 bytes ({@link #
SIZE_4K
}). The first 32 sectors contain 4 blocks
111
public static final int
SIZE_4K
= 4096;
169
mSize =
SIZE_4K
;
174
mSize =
SIZE_4K
;
183
mSize =
SIZE_4K
;
194
mSize =
SIZE_4K
;
218
* <p>One of {@link #SIZE_MINI}, {@link #SIZE_1K}, {@link #SIZE_2K}, {@link #
SIZE_4K
}.
248
case
SIZE_4K
:
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 84 milliseconds