HomeSort by relevance Sort by last modified time
    Searched refs:checkSize (Results 1 - 16 of 16) 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));
  /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 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/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++) {
  /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/llvm/lib/Object/
COFFObjectFile.cpp 34 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) {
441 if (!checkSize(Data, ec, sizeof(coff_file_header))) return;
451 if (!checkSize(Data, ec, 0x3c + 8)) return;
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 331 milliseconds