Searched defs:width1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/
H A Dweb_apps_unittest.cc146 const int width1; member in struct:TestData
182 ASSERT_EQ(data[i].width1, sizes[0].width());
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer, argument
67 new TwoColumnOutput(sw, width1, width2, spacer);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTwoColumnOutput.java58 * @param width1 > 0; width of the first column
64 public static String toString(String s1, int width1, String spacer, argument
71 new TwoColumnOutput(sw, width1, width2, spacer);
/external/opencv/cv/src/
H A Dcvstereobm.cpp189 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/
H A Dcvepilines.cpp1383 double width1,width2; local
1406 icvGetPieceLength(point11,point21,&width1);
1653 warpWidth = MAX(width1,width2);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 122 milliseconds