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

  /external/smali/util/src/main/java/org/jf/util/
TwoColumnOutput.java 103 String leftLine = null;
107 leftLine = leftLines[i];
108 if (leftLine == null) {
120 if (leftLine != null || rightLine != null) {
122 if (leftLine != null) {
123 out.write(leftLine);
124 written = leftLine.length();
  /external/opencv/cvaux/src/
enmin.cpp 109 // leftLine - line of left image
114 inline int dFunc( unsigned char* leftLine,
129 r = leftLine[ 3 * xCoord ] - rightLine[ 3 * yCoord ];
130 g = leftLine[ 3 * xCoord + 1 ] - rightLine[ 3 * yCoord + 1 ];
131 b = leftLine[ 3 * xCoord + 2 ] - rightLine[ 3 * yCoord + 2 ];
169 // leftLine - pointer to the left image line
181 unsigned char* leftLine,
233 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
288 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
sorttest.c 128 const Line *leftLine=(const Line *)left;
131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN);
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 128 const Line *leftLine=(const Line *)left;
131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN);
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData);
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
558 return SegmentedEstimator(leftLine, rightLine, pivotX);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData);
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
558 return SegmentedEstimator(leftLine, rightLine, pivotX);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 235 milliseconds