HomeSort by relevance Sort by last modified time
    Searched refs:start_location (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 78 (long long)table_ptr[i].start_location,
94 if (table_ptr[j].start_location > map[i].location)
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 205 gfx::Point start_location = root_location; local
206 ash::wm::ConvertPointToScreen(root_window, &start_location);
208 start_location - provider->GetDragImageOffset(),
213 gfx::Rect drag_image_bounds(start_location, drag_image_->GetPreferredSize());
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 1846 GdkRectangle start_location, end_location; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1743 GdkRectangle start_location, end_location; local
    [all...]
  /external/chromium_org/v8/src/
preparser.cc 265 Scanner::Location start_location = scanner()->peek_location(); local
269 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
    [all...]
  /external/v8/src/
preparser.cc 272 i::Scanner::Location start_location = scanner_->peek_location(); local
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]

Completed in 507 milliseconds