OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elided
(Results
1 - 6
of
6
) sorted by null
/art/tools/
cpplint.py
[
all
...]
/external/libvpx/libvpx/tools/
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/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc
174
std::string
elided
= BuildElidedText(*i);
local
177
gtk_radio_button_new_with_label(NULL,
elided
.c_str()) :
180
elided
.c_str());
/external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc
161
std::string
elided
= BuildElidedText(*i);
local
166
theme_provider->BuildLabel(
elided
.c_str(), ui::kGdkBlack);
Completed in 439 milliseconds