Home
last modified time | relevance | path

Searched refs:start_location (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c78 (long long)table_ptr[i].start_location, in create_debug_line_info()
94 if (table_ptr[j].start_location > map[i].location) in create_debug_line_info()
/external/clang/bindings/python/clang/
Dcindex.py2061 start_location, end_location = locations
2063 if hasattr(start_location, '__len__'):
2064 start_location = SourceLocation.from_position(self, f,
2065 start_location[0], start_location[1])
2066 elif isinstance(start_location, int):
2067 start_location = SourceLocation.from_offset(self, f,
2068 start_location)
2076 assert isinstance(start_location, SourceLocation)
2079 return SourceRange.from_locations(start_location, end_location)
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.cc1846 GdkRectangle start_location, end_location; in WindowBoundsFromIters() local
1848 gtk_text_view_get_iter_location(text_view, iter1, &start_location); in WindowBoundsFromIters()
1853 start_location.x, start_location.y, in WindowBoundsFromIters()
/external/v8/src/
Dpreparser.cc272 i::Scanner::Location start_location = scanner_->peek_location(); in ParseStatement() local
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos, in ParseStatement()