Searched refs:start_location (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 78 (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/ |
D | cindex.py | 2061 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/ |
D | autocomplete_edit_view_gtk.cc | 1846 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/ |
D | preparser.cc | 272 i::Scanner::Location start_location = scanner_->peek_location(); in ParseStatement() local 276 ReportMessageAt(start_location.beg_pos, end_location.end_pos, in ParseStatement()
|