HomeSort by relevance Sort by last modified time
    Searched refs:width2 (Results 1 - 14 of 14) 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/dexmaker/src/dx/java/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/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TwoColumnOutput.java 61 * @param width2 > 0; width of the second column
65 String s2, int width2) {
71 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 507 int width2 = getAnnotationWidth(); local
508 int width1 = annotationWidth - width2 - 1;
515 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/av/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/skia/tests/
FontHostTest.cpp 167 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
170 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
172 REPORTER_ASSERT(reporter, width1 == width2);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp 1323 int width2; local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 571 milliseconds