HomeSort by relevance Sort by last modified time
    Searched refs:width2 (Results 1 - 7 of 7) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 57 * @param width2 {@code > 0;} width of the second column
61 String s2, int width2) {
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 480 int width2 = getAnnotationWidth(); local
481 int width1 = annotationWidth - width2 - 1;
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 57 * @param width2 {@code > 0;} width of the second column
61 String s2, int width2) {
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 473 int width2 = getAnnotationWidth(); local
474 int width1 = annotationWidth - width2 - 1;
476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /external/chromium/chrome/common/
web_apps_unittest.cc 148 const int width2; member in struct:TestData
186 ASSERT_EQ(data[i].width2, sizes[1].width());
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); local
223 A = *(rec_y - width2);
274 *(rec_y - width2) = A - d2;
320 A = *(rec_y - width2);
371 *(rec_y - width2) = A - d2;
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]

Completed in 94 milliseconds