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/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc412 while (!_line.empty())
414 delete *(_line.end() - 1);
415 _line.pop_back();
432 _line.push_back(newLine);
434 return (static_cast<int>(_line.size() - 1)); // index of newly inserted line
449 _line.push_back(newLine);
451 return (static_cast<int>(_line.size() - 1)); // index of newly inserted line
465 std::vector<MatlabLine*>::iterator it = _line.begin();
469 for (; it != _line.end(); it++, lineIx++)
499 if (lineIndex < 0 || lineIndex >= static_cast<int>(_line
[all...]
H A DMatlabPlot.h133 std::vector<MatlabLine *> _line; member in class:MatlabPlot
/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/lldb/include/lldb/Symbol/
H A DLineEntry.h38 uint32_t _line,
H A DLineTable.h289 uint32_t _line,
298 line (_line),
288 Entry( lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, uint16_t _file_idx, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry) argument
/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.hh201 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
202 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
230 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
231 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
235 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
237 typedef __typeof__(_instance) _type_##_line; \
[all...]
H A Dhb-open-type-private.hh84 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \
85 inline void _instance_assertion_on_line_##_line (void) const \
90 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assertion)
94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
95 inline void _compiles_assertion_on_line_##_line (void) const \
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
/external/harfbuzz_ng/src/
H A Dhb-private.hh162 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
163 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
191 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
192 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
196 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
198 typedef __typeof__(_instance) _type_##_line; \
[all...]
H A Dhb-open-type-private.hh84 #define _DEFINE_INSTANCE_ASSERTION1(_line, _assertion) \
85 inline void _instance_assertion_on_line_##_line (void) const \
90 # define _DEFINE_INSTANCE_ASSERTION0(_line, _assertion) _DEFINE_INSTANCE_ASSERTION1 (_line, _assertion)
94 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
95 inline void _compiles_assertion_on_line_##_line (void) const \
97 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
/external/eigen/test/
H A Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line) argument
23 const Index dim = _line.dim();
/external/lldb/source/Symbol/
H A DLineEntry.cpp36 uint32_t _line,
46 line(_line),
30 LineEntry( const lldb::SectionSP &section_sp, lldb::addr_t section_offset, lldb::addr_t byte_size, const FileSpec &_file, uint32_t _line, uint16_t _column, bool _is_start_of_statement, bool _is_start_of_basic_block, bool _is_prologue_end, bool _is_epilogue_begin, bool _is_terminal_entry ) argument
/external/harfbuzz_ng/util/
H A Doptions.hh82 #define _ASSERT_STATIC1(_line, _cond) HB_UNUSED typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1]
83 #define _ASSERT_STATIC0(_line, _cond) _ASSERT_STATIC1 (_line, (_cond))
/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);

Completed in 394 milliseconds

12