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

1 2

  /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/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/webkit/Source/WebCore/inspector/front-end/
SourceTokenizer.js 38 this._line = line;
63 return cursor < this._line.length ? this._line.charAt(cursor) : "\n";
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);
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);
SourceJavaScriptTokenizer.re2js 162 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/harfbuzz_ng/src/
hb-private.hh 92 #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...]
hb-open-type-private.hh 86 #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/eigen/test/eigen2/
eigen2_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
22 const int dim = _line.dim();
  /external/eigen/test/
geo_parametrizedline.cpp 16 template<typename LineType> void parametrizedline(const LineType& _line)
22 const Index dim = _line.dim();
  /external/mksh/src/
dot.mkshrc 346 cat "$@" | { set -o noglob; while read _line; do
347 _line=${_line%%#*}
348 [[ -n $_line ]] && print -r -- $_line
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
macros.h 42 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \
46 __gnu_debug::_Error_formatter::_M_at(_File, _Line) \
  /external/llvm/test/Transforms/MergeFunc/
2011-02-08-RemoveEqual.ll 25 define void @_ZN2kc22impl_fileline_FileLineC2EPNS_20impl_casestring__StrEi(%"struct.kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align 2 {
38 store i32 %_line, i32* %_line_addr
151 define void @_ZN2kc22impl_fileline_FileLineC1EPNS_20impl_casestring__StrEi(%"struct.kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align 2 {
164 store i32 %_line, i32* %_line_addr
  /external/protobuf/python/google/protobuf/
text_format.py 320 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/
gki_buffer.c 442 p_hdr->_line = _line_;
467 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);
556 p_hdr->_line = _line_;
600 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 442 p_hdr->_line = _line_;
467 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);
556 p_hdr->_line = _line_;
600 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/skia/bench/
bench_graph_svg.py 607 var svgLine = document.getElementById(line+'_line');
865 var preLine = document.getElementById(previous+'_line');
    [all...]
  /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))

Completed in 1514 milliseconds

1 2