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

  /external/opencv/cv/src/
cvlinefit.cpp 220 icvCalcDist2D( CvPoint2D32f * points, int count, float *_line, float *dist )
223 float px = _line[2], py = _line[3];
224 float nx = _line[1], ny = -_line[0];
242 icvCalcDist3D( CvPoint3D32f * points, int count, float *_line, float *dist )
245 float px = _line[3], py = _line[4], pz = _line[5];
246 float vx = _line[0], vy = _line[1], vz = _line[2]
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceHTMLTokenizer.re2js 92 this._line = line;
145 this.line = this._line;
146 if (cursor !== this._internalJavaScriptTokenizer._line.length) {
153 } else if (cursor !== this._line.length)
157 this.line = this._line;
158 if (cursor !== this._internalCSSTokenizer._line.length) {
165 } else if (cursor !== this._line.length)
331 var token = this._line.substring(cursorOnEnter, cursor);
337 var token = this._line.substring(cursorOnEnter, cursor);
SourceTokenizer.js 38 this._line = line;
63 return cursor < this._line.length ? this._line.charAt(cursor) : "\n";
SourceHTMLTokenizer.js 93 this._line = line;
146 this.line = this._line;
147 if (cursor !== this._internalJavaScriptTokenizer._line.length) {
154 } else if (cursor !== this._line.length)
158 this.line = this._line;
159 if (cursor !== this._internalCSSTokenizer._line.length) {
166 } else if (cursor !== this._line.length)
649 var token = this._line.substring(cursorOnEnter, cursor);
655 var token = this._line.substring(cursorOnEnter, cursor);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 391 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
ncurses.h 391 struct ldat *_line; /* the actual line data */ member in struct:_win_st
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 5981 milliseconds