OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indents
(Results
1 - 15
of
15
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py
213
indents
= []
227
indents
.append(tokval)
230
indents
.pop()
234
elif startline and
indents
:
235
toks_append(
indents
[-1])
365
indents
= [0]
420
if column >
indents
[-1]: # count
indents
or dedents
421
indents
.append(column)
423
while column <
indents
[-1]
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py
208
indents
= []
231
indents
.append(tokval)
234
indents
.pop()
238
elif startline and
indents
:
239
toks_append(
indents
[-1])
284
indents
= [0]
344
if column >
indents
[-1]: # count
indents
or dedents
345
indents
.append(column)
347
while column <
indents
[-1]
[
all
...]
tabnanny.py
278
indents
= [Whitespace("")]
293
if not
indents
[-1].less(thisguy):
294
witness =
indents
[-1].not_less_witness(thisguy)
297
indents
.append(thisguy)
303
# equal to what's left at the top of the
indents
stack
311
del
indents
[-1]
319
# "
indents
" stack was seeded
322
if not
indents
[-1].equal(thisguy):
323
witness =
indents
[-1].not_equal_witness(thisguy)
textwrap.py
391
indents
= _leading_whitespace_re.findall(text)
392
for indent in
indents
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py
213
indents
= []
227
indents
.append(tokval)
230
indents
.pop()
234
elif startline and
indents
:
235
toks_append(
indents
[-1])
365
indents
= [0]
420
if column >
indents
[-1]: # count
indents
or dedents
421
indents
.append(column)
423
while column <
indents
[-1]
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py
208
indents
= []
231
indents
.append(tokval)
234
indents
.pop()
238
elif startline and
indents
:
239
toks_append(
indents
[-1])
284
indents
= [0]
344
if column >
indents
[-1]: # count
indents
or dedents
345
indents
.append(column)
347
while column <
indents
[-1]
[
all
...]
tabnanny.py
278
indents
= [Whitespace("")]
293
if not
indents
[-1].less(thisguy):
294
witness =
indents
[-1].not_less_witness(thisguy)
297
indents
.append(thisguy)
303
# equal to what's left at the top of the
indents
stack
311
del
indents
[-1]
319
# "
indents
" stack was seeded
322
if not
indents
[-1].equal(thisguy):
323
witness =
indents
[-1].not_equal_witness(thisguy)
textwrap.py
391
indents
= _leading_whitespace_re.findall(text)
392
for indent in
indents
:
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js
242
var
indents
= {};
257
indents
[i] = 1 + (
indents
[i] || 0);
265
for (var i in
indents
) {
266
if (
indents
[i] < onePercentFilterThreshold)
[
all
...]
/cts/tools/signature-tools/lib/
stringtemplate.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/external/bison/build-aux/
texinfo.tex
[
all
...]
Completed in 191 milliseconds