HomeSort by relevance Sort by last modified time
    Searched defs:checkSize (Results 1 - 12 of 12) sorted by null

  /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) {
  /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) {
  /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) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 34 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) {
429 if (!checkSize(Data, ec, sizeof(coff_file_header))) return;
439 if (!checkSize(Data, ec, 0x3c + 8)) return;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java     [all...]
  /prebuilts/sdk/tools/lib/
lint_checks.jar 

Completed in 339 milliseconds