Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/v8/src/
Dcompilation-cache.cc116 int line_offset, in HasOrigin() argument
127 if (line_offset != script->line_offset()->value()) return false; in HasOrigin()
146 int line_offset, in Lookup() argument
166 line_offset, in Lookup()
198 line_offset, in Lookup()
313 int line_offset, in LookupScript() argument
319 return script_.Lookup(source, name, line_offset, column_offset, in LookupScript()
Dmessages.js426 line += this.line_offset;
427 if (line == this.line_offset) {
456 line = opt_line - this.line_offset;
495 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset
497 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
501 from_line -= this.line_offset;
502 to_line -= this.line_offset;
519 from_line + this.line_offset,
520 to_line + this.line_offset,
530 line = opt_line - this.line_offset;
[all …]
Dcompilation-cache.h77 int line_offset,
88 int line_offset,
155 Handle<String> source, Handle<Object> name, int line_offset,
Dcompiler.cc1138 Handle<String> source, Handle<Object> script_name, int line_offset, in CompileScript() argument
1172 source, script_name, line_offset, column_offset, in CompileScript()
1193 script->set_line_offset(Smi::FromInt(line_offset)); in CompileScript()
Dcompiler.h691 Handle<String> source, Handle<Object> script_name, int line_offset,
Ddebug-debugger.js388 if (!(script.line_offset <= this.line_ &&
389 this.line_ < script.line_offset + script.lineCount())) {
Dobjects-printer.cc1036 os << "\n - line_offset: " << Brief(line_offset()); in ScriptPrint()
Dobjects-debug.cc976 line_offset()->SmiVerify(); in ScriptVerify()
Daccessors.cc489 Object* res = Script::cast(JSValue::cast(object)->value())->line_offset(); in ScriptLineOffsetGetter()
Dmirror-debugger.js2303 return this.script_.line_offset;
Dapi.cc1734 int line_offset = 0; in CompileUnbound() local
1741 line_offset = static_cast<int>(source->resource_line_offset->Value()); in CompileUnbound()
1754 str, name_obj, line_offset, column_offset, is_shared_cross_origin, in CompileUnbound()
2085 v8::Integer::New(v8_isolate, script->line_offset()->value()), in GetScriptOrigin()
4165 v8::Integer::New(isolate, script->line_offset()->value()), in GetScriptOrigin()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h226 …codes(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OF…
227 …eRows(lldb_private::Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t line_offset = DW_INVALID_OF…
231 …vate::Log *log, const lldb_private::DataExtractor& debug_line_data, const dw_offset_t line_offset);
232 … const lldb_private::DataExtractor& debug_line_data, const dw_offset_t line_offset, uint32_t flags…
DDWARFDebugLine.cpp287 dw_sleb128_t line_offset = debug_line_data.GetSLEB128(&offset); in DumpStatementOpcodes() local
288 log->Printf( "0x%8.8x: DW_LNS_advance_line (%i)", op_offset, line_offset); in DumpStatementOpcodes()
289 row.line += line_offset; in DumpStatementOpcodes()
364 … int32_t line_offset = prologue.line_base + (adjust_opcode % prologue.line_range); in DumpStatementOpcodes() local
365 …"0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset); in DumpStatementOpcodes()
367 row.line += line_offset; in DumpStatementOpcodes()
832 int32_t line_offset = prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable() local
833 state.line += line_offset; in ParseStatementTable()
/external/chromium_org/third_party/cython/src/Cython/Tempita/
D_tempita.py101 get_template=None, default_inherit=None, line_offset=0, argument
137 … self._parsed = parse(content, name=name, line_offset=line_offset, delimeters=self.delimeters)
640 def lex(s, name=None, trim_whitespace=True, line_offset=0, delimeters=None): argument
668 last_pos = (line_offset + 1, 1)
777 def parse(s, name=None, line_offset=0, delimeters=None): argument
830 tokens = lex(s, name=name, line_offset=line_offset, delimeters=delimeters)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dpep8.py1407 def check_all(self, expected=None, line_offset=0): argument
1409 self.report.init_file(self.filename, self.lines, expected, line_offset)
1482 def init_file(self, filename, lines, expected, line_offset): argument
1487 self.line_offset = line_offset
1566 def init_file(self, filename, lines, expected, line_offset): argument
1570 filename, lines, expected, line_offset)
1587 'row': self.line_offset + line_number, 'col': offset + 1,
1678 def input_file(self, filename, lines=None, expected=None, line_offset=0): argument
1684 return fchecker.check_all(expected=expected, line_offset=line_offset)
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.h104 int line_offset,
Dspellcheck.cc379 int line_offset, in CreateTextCheckingResults() argument
405 word_location + line_offset, in CreateTextCheckingResults()
/external/chromium_org/content/browser/renderer_host/input/
Dtouch_selection_controller.cc226 gfx::Vector2dF line_offset = &handle == end_selection_handle_.get() in OnHandleDragUpdate() local
229 gfx::PointF line_position = position + line_offset; in OnHandleDragUpdate()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py2145 line_offset = 0
2148 line_offset += 1
2155 error(line_number + line_offset, 'whitespace/indent', 4,
2327 line_offset = 0
2331 line_offset += 1
2359 error(line_number + line_offset, 'whitespace/indent', 4,
2370 error(line_number + line_offset, 'whitespace/indent', 4,
2469 line_offset = 0
2473 line_offset -= 1
2525 error(line_number + line_offset, 'readability/control_flow', 4,
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DDebuggerScript.js159 var endLine = script.line_offset + lineCount - 1;
178 startLine: script.line_offset,
/external/llvm/lib/DebugInfo/
DDWARFDebugLine.cpp498 int32_t line_offset = in parse() local
500 State.Row.Line += line_offset; in parse()
/external/chromium_org/ui/gfx/
Drender_text_win.cc822 const Vector2d line_offset = GetLineOffset(i); in DrawVisualText() local
825 if (!display_rect().Intersects(Rect(PointAtOffsetFromOrigin(line_offset), in DrawVisualText()
829 const Vector2d text_offset = line_offset + Vector2d(0, line.baseline); in DrawVisualText()
842 const Rect segment_bounds(PointAtOffsetFromOrigin(line_offset) + in DrawVisualText()
Drender_text_harfbuzz.cc908 const Vector2d line_offset = GetLineOffset(0); in DrawVisualText() local
916 Vector2d origin = line_offset + Vector2d(current_x, lines()[0].baseline); in DrawVisualText()
/external/qemu/distrib/jpeg-6b/
Djpeglib.h1046 int line_offset,
/external/jpeg/
Djpeglib.h1046 int line_offset,

12