Home
last modified time | relevance | path

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

/external/chromium_org/tools/site_compare/drivers/win32/
Dmouse.py116 end_location = ScreenToMouse(pos)
119 step_size = ((end_location[0]-current_location[0])/num_steps,
120 (end_location[1]-current_location[1])/num_steps)
/external/clang/bindings/python/clang/
Dcindex.py2364 start_location, end_location = locations
2373 if hasattr(end_location, '__len__'):
2374 end_location = SourceLocation.from_position(self, f,
2375 end_location[0], end_location[1])
2376 elif isinstance(end_location, int):
2377 end_location = SourceLocation.from_offset(self, f, end_location)
2380 assert isinstance(end_location, SourceLocation)
2382 return SourceRange.from_locations(start_location, end_location)
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1119 LocationRecorder end_location( in ParseExtensions() local
1130 LocationRecorder end_location( in ParseExtensions() local
1132 end_location.StartAt(start_token); in ParseExtensions()
1133 end_location.EndAt(start_token); in ParseExtensions()
/external/chromium_org/v8/src/
Dpreparser.cc304 Scanner::Location end_location = scanner()->location(); in ParseStatement() local
307 end_location.end_pos, in ParseStatement()