OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getlspace
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
reindent.py
196
have =
getlspace
(lines[thisstmt])
210
if have ==
getlspace
(lines[jline]):
220
want = have +
getlspace
(after[jline-1]) - \
221
getlspace
(lines[jline])
241
remove = min(
getlspace
(line), -diff)
297
def
getlspace
(line):
function
/external/autotest/utils/
reindent.py
195
have =
getlspace
(lines[thisstmt])
209
if have ==
getlspace
(lines[jline]):
219
want = have +
getlspace
(after[jline-1]) - \
220
getlspace
(lines[jline])
240
remove = min(
getlspace
(line), -diff)
296
def
getlspace
(line):
function
Completed in 233 milliseconds