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

  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 545 function_name_start_position: Position in elided where the function name starts.
546 body_start_position: Position in elided of the { or the ; for a prototype.
547 end_position: Position in elided just after the final } (or ; is.
548 parameter_start_position: Position in elided of the '(' for the parameters.
549 parameter_end_position: Position in elided just after the ')' for the parameters.
558 self.is_declaration = clean_lines.elided[body_start_position.row][body_start_position.column] == ';'
563 characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_start_position).single_line
572 elided = self._clean_lines.elided
574 elided, self.parameter_start_position, Position(0, 0)
    [all...]
cpp_unittest.py     [all...]
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.cc 90 const base::string16 elided = gfx::ElideText(base::UTF8ToUTF16(username), local
92 return l10n_util::GetStringFUTF16(IDS_SYNC_MENU_SYNCED_LABEL, elided);
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
    [all...]

Completed in 560 milliseconds