OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indentation
(Results
151 - 175
of
1279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c
49
uint
indentation
;
member in struct:dump_ctx
609
/* update
indentation
*/
613
ctx->
indentation
+= indent_spaces;
631
ctx.
indentation
= 0;
663
ctx.
indentation
= 0;
718
ctx.base.
indentation
= 0;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
95
The
indentation
of empty lines (or comment lines) is INFINITY.
116
# The
indentation
level we are currently in:
119
# keyword, and have less
indentation
than lastindent.
ScriptBinding.py
33
indent_message = """Error: Inconsistent
indentation
detected!
35
1) Your
indentation
is outright incorrect (easy to fix), OR
37
2) Your
indentation
mixes tabs and spaces.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py
95
The
indentation
of empty lines (or comment lines) is INFINITY.
116
# The
indentation
level we are currently in:
119
# keyword, and have less
indentation
than lastindent.
ScriptBinding.py
33
indent_message = """Error: Inconsistent
indentation
detected!
35
1) Your
indentation
is outright incorrect (easy to fix), OR
37
2) Your
indentation
mixes tabs and spaces.
/external/chromium/chrome/browser/resources/ntp4/tools/
check.sh
48
# Verify extra rules like spacing and
indentation
/external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh
49
# Verify extra rules like spacing and
indentation
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
python.js
59
var lineOffset = stream.
indentation
();
196
state.scopes[0].offset = stream.
indentation
();
218
var _indent = stream.
indentation
();
235
state.scopes[0].offset = stream.
indentation
();
/external/chromium_org/third_party/icu/source/common/
cwchar.h
11
*
indentation
:4
sprpimpl.h
11
*
indentation
:4
uarrsort.h
11
*
indentation
:4
ucln.h
11
*
indentation
:4
uinvchar.h
11
*
indentation
:2
uset_props.cpp
11
*
indentation
:4
/external/chromium_org/third_party/icu/source/i18n/
nfrs.h
9
*
indentation
:4
ucol_cnt.h
11
*
indentation
:4
/external/chromium_org/third_party/icu/source/test/cintltst/
sorttest.c
11
*
indentation
:4
/external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.cpp
9
*
indentation
:4
testidna.h
11
*
indentation
:4
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp
9
*
indentation
:4
/external/chromium_org/third_party/icu/source/test/testdata/
testnorm.txt
7
#
indentation
:4
/external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h
11
*
indentation
:4
/external/chromium_org/third_party/icu/source/tools/gentest/
genres32.c
11
*
indentation
:4
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_print_visitor.h
92
int
indentation
;
member in class:ir_print_visitor
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer.py
29
'''Appends a string with
indentation
and a linebreak to |self.lines|.
33
indent_diff: the difference of
indentation
of the printed line,
49
Indentation
of the added lines will be the sum of |self.indent| and
50
their original
indentation
.
Completed in 290 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>