/external/pixman/test/ |
scaling-helpers-test.c | 58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; local 64 width1 = width2 = width; 71 &width1, 86 assert (width1 == width2);
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
Camera_SizeTest.java | 30 private final int WIDTH1 = 240; 44 checkSize(parameters, WIDTH1, HEIGHT1);
|
/external/chromium_org/chrome/renderer/ |
web_apps_unittest.cc | 17 const int width1; member in struct:TestData 53 ASSERT_EQ(data[i].width1, sizes[0].width());
|
/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 | 477 int width1 = annotationWidth - width2 - 1; local 479 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/external/dexmaker/src/dx/java/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/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
TwoColumnOutput.java | 58 * @param width1 > 0; width of the first column 64 public static String toString(String s1, int width1, String spacer, 71 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 508 int width1 = annotationWidth - width2 - 1; local 515 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/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/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/skia/tests/ |
FontHostTest.cpp | 295 SkScalar width1 = paint.measureText(txt, strlen(txt)); local 301 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2)); 303 REPORTER_ASSERT(reporter, width1 == width2);
|
/external/pixman/pixman/ |
pixman-inlines.h | 769 int width1 = *width, left_pad1, right_pad1; local 773 &width1, &left_pad1, &right_pad1); [all...] |
/external/opencv/cvaux/src/ |
cvepilines.cpp | 1383 double width1,width2; local [all...] |