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

  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 481 int width1 = annotationWidth - width2 - 1; local
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 474 int width1 = annotationWidth - width2 - 1; local
476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /external/chromium/chrome/common/
web_apps_unittest.cc 146 const int width1; member in struct:TestData
182 ASSERT_EQ(data[i].width1, sizes[0].width());
  /external/opencv/cv/src/
cvstereobm.cpp 189 int width1 = width - rofs - ndisp + 1; local
245 for( x = lofs + width1; x < width; x++ )
250 for( x = 0; x < width1; x++, dptr++ )
397 int width1 = width - rofs - ndisp + 1; local
451 for( x = lofs + width1; x < width; x++ )
456 for( x = 0; x < width1; x++, dptr++ )
559 int bufSize0, bufSize1, bufSize, width, width1, height; local
616 width1 = width - rofs - ndisp + 1;
617 if( lofs >= width || rofs >= width || width1 < 1 )
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]

Completed in 239 milliseconds