OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newline_pos
(Results
1 - 2
of
2
) sorted by null
/external/gflags/src/
gflags_completions.cc
757
int
newline_pos
= static_cast<int>(newline) % FLAGS_tab_completion_columns;
local
758
int missing_spaces = FLAGS_tab_completion_columns -
newline_pos
;
/development/vndk/tools/sourcedr/blueprint/
blueprint.py
187
newline_pos
= prior.rfind('\n')
188
if
newline_pos
== -1:
190
return (prior.count('\n') + 1, pos -
newline_pos
)
Completed in 384 milliseconds