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

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 41 protected var _line:int = 1;
78 _line = 1;
87 _line++;
142 state.line = _line;
152 _line = state.line;
187 return _line;
195 this._line = line;
CommonToken.as 34 protected var _line:int;
70 token._line = oldToken.line;
86 _line = line;
110 return _line;
  /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);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 106 private int _line; field in class:Antlr.Runtime.RecognitionException
150 this._line = _token.Line;
157 this._line = ((ICharStream)input).Line;
172 _line = info.GetInt32("Line");
250 return _line;
253 _line = value;
273 info.AddValue("Line", _line);
285 this._line = lastRealToken.Line;
304 this._line = priorPayload.Line;
313 this._line = payload.Line
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 108 private int _line; field in class:Antlr.Runtime.RecognitionException
160 this._line = _token.Line;
175 this._line = ((ICharStream)input).Line;
194 _line = info.GetInt32("Line");
296 return _line;
300 _line = value;
324 info.AddValue("Line", _line);
340 this._line = lastRealToken.Line;
363 this._line = priorPayload.Line;
382 this._line = payload.Line
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 424 p_hdr->_line = _line_;
449 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
530 p_hdr->_line = _line_;
574 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
    [all...]
gki_common.h 75 int _line; member in struct:_buffer_hdr
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 424 p_hdr->_line = _line_;
449 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line);
530 p_hdr->_line = _line_;
574 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
    [all...]
gki_common.h 75 int _line; member in struct:_buffer_hdr
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 619 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/jdiff/
xerces.jar 

Completed in 532 milliseconds