Searched refs:_line (Results 1 - 25 of 28) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs106 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
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs108 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
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRStringStream.as41 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;
H A DCommonToken.as34 protected var _line:int;
70 token._line = oldToken.line;
86 _line = line;
110 return _line;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c108 char *_line; local
109 asprintf(&_line, "%d", line);
110 if (_line) {
111 asl_set(msg, "Line", _line);
112 free(_line);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c108 char *_line; local
109 asprintf(&_line, "%d", line);
110 if (_line) {
111 asl_set(msg, "Line", _line);
112 free(_line);
/external/opencv/cv/src/
H A Dcvlinefit.cpp220 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[
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSourceHTMLTokenizer.re2js100 this._line = line;
184 this.line = this._line;
185 if (cursor !== this._internalJavaScriptTokenizer._line.length) {
192 } else if (cursor !== this._line.length)
196 this.line = this._line;
197 if (cursor !== this._internalCSSTokenizer._line.length) {
204 } else if (cursor !== this._line.length)
367 var token = this._line.substring(cursorOnEnter, cursor);
373 var token = this._line.substring(cursorOnEnter, cursor);
H A DSourceTokenizer.js43 this._line = line;
72 return cursor < this._line.length ? this._line.charAt(cursor) : "\n";
H A DSourceHTMLTokenizer.js101 this._line = line;
185 this.line = this._line;
186 if (cursor !== this._internalJavaScriptTokenizer._line.length) {
193 } else if (cursor !== this._line.length)
197 this.line = this._line;
198 if (cursor !== this._internalCSSTokenizer._line.length) {
205 } else if (cursor !== this._line.length)
691 var token = this._line.substring(cursorOnEnter, cursor);
697 var token = this._line.substring(cursorOnEnter, cursor);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py35 self._line('%s = %s' % (key, value), indent)
38 self._line('pool %s' % name)
44 self._line('rule %s' % name)
79 self._line('build %s: %s' % (' '.join(out_outputs),
94 self._line('include %s' % path)
97 self._line('subninja %s' % path)
100 self._line('default %s' % ' '.join(self._as_list(paths)))
111 def _line(self, text, indent=0): member in class:Writer
/external/eigen/test/eigen2/
H A Deigen2_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) argument
22 const int dim = _line.dim();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh92 #define _ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
93 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
121 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
122 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
126 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
128 typedef __typeof__(_instance) _type_##_line; \
[all...]
H A Dhb-open-type-private.hh86 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \
87 inline void _instance_assertion_on_line_##_line (void) const \
92 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assertion)
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
97 inline void _compiles_assertion_on_line_##_line (void) const \
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
/external/harfbuzz_ng/src/
H A Dhb-private.hh92 #define _ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
93 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
121 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
122 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
126 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
128 typedef __typeof__(_instance) _type_##_line; \
[all...]
H A Dhb-open-type-private.hh86 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \
87 inline void _instance_assertion_on_line_##_line (void) const \
92 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assertion)
96 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
97 inline void _compiles_assertion_on_line_##_line (void) const \
99 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
/external/chromium_org/tools/heapcheck/
H A Dsuppressions.py94 self._line = line
99 self._file, self._line, self._report)
/external/eigen/test/
H A Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) argument
22 const Index dim = _line.dim();
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py317 self._line = -1
341 self._line += 1
564 self._line + 1, self._column + 1, message))
571 self._previous_line = self._line
/external/protobuf/python/google/protobuf/
H A Dtext_format.py320 self._line = -1
344 self._line += 1
612 self._line + 1, self._column + 1, message))
622 self._previous_line = self._line
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c444 p_hdr->_line = _line_;
469 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);
558 p_hdr->_line = _line_;
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h75 int _line; member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c444 p_hdr->_line = _line_;
469 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);
558 p_hdr->_line = _line_;
602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line);
H A Dgki_common.h75 int _line; member in struct:_buffer_hdr
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h619 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))

Completed in 2174 milliseconds

12