Searched
full:indentation (Results
476 -
500 of
1279) sorted by null
<<11121314151617181920>>
/external/libvorbis/ |
compile | 137 # sh-indentation: 2
|
/external/llvm/autoconf/ |
mkinstalldirs | 145 # sh-indentation: 2
|
/external/llvm/docs/ |
ReleaseNotes.rst | 78 and un-indent it (the indentation causes it to be inside this comment).
|
CodingStandards.rst | 323 preferred indentation levels, and different styles of indentation that they 330 indentation, **DO NOT** do that in the middle of a chunk of code with two spaces 331 of indentation. Also, do not reindent a whole source file: it makes for 337 Okay, in your first year of programming you were told that indentation is 538 reduce indentation where possible when it doesn't make it more difficult to 631 For similar reasons above (reduction of indentation and easier reading), please 695 The idea is to reduce indentation and the amount of code you have to keep track 738 There are many reasons for doing this: it reduces indentation and factors out [all...] |
/external/llvm/projects/sample/autoconf/ |
mkinstalldirs | 145 # sh-indentation: 2
|
/external/llvm/test/TableGen/ |
TargetInstrInfo.td | 124 // favorite indentation scheme.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 5 - Indent with a single tab character. This is the best choice, since anyone can use the visual indentation he prefers by adjust the tab width setting in his editor.
|
/external/open-vcdiff/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/external/oprofile/doc/ |
CodingStyle | 62 Use tabs for indentation, spaces for alignment. Avoid wrapping lines,
|
/external/skia/tools/ |
jsondiff.py | 15 TODO(epoger): Fix indentation in this file (2-space indents, not 4-space).
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 137 # sh-indentation: 2
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/ |
mkinstalldirs | 153 # sh-indentation: 2
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/ |
mkinstalldirs | 156 # sh-indentation: 2
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 21 // Note: the indentation reflects the state hierarchy.
|
/system/media/camera/docs/ |
CameraMetadataKeys.mako | 69 ## If we need to support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 30 from closure_linter import indentation namespace 99 self._indentation = indentation.IndentationRules() 253 if not self._is_html and error_check.ShouldCheck(Rule.INDENTATION): 254 # TODO(robbyw): Support checking indentation in HTML files. [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 30 from closure_linter import indentation namespace 99 self._indentation = indentation.IndentationRules() 253 if not self._is_html and error_check.ShouldCheck(Rule.INDENTATION): 254 # TODO(robbyw): Support checking indentation in HTML files. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 370 """Clean up indentation from docstrings. 379 # Find minimum indentation of any non-blank lines after first line. 386 # Remove indentation. 547 # use the one with the least indentation, which is the one 609 # Look for a preceding block of comments at the same indentation. 669 # any other token on the same indentation level end the previous [all...] |
doctest.py | 426 - indent: The example's indentation in the DocTest string. 555 # (including leading indentation and prompts); `indent` is the 556 # indentation of the first (PS1) line of the source code; and 557 # `want` is the expected output (including leading indentation). 606 # If all lines begin with the same indentation, then strip it. 666 example's source code (with prompts and indentation stripped); 667 and `want` is the example's expected output (with indentation 673 # Get the example's indentation level. 677 # indented; and then strip their indentation & prompts. 684 # then strip the indentation. Spaces before the last newline shoul [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 370 """Clean up indentation from docstrings. 379 # Find minimum indentation of any non-blank lines after first line. 386 # Remove indentation. 547 # use the one with the least indentation, which is the one 609 # Look for a preceding block of comments at the same indentation. 669 # any other token on the same indentation level end the previous [all...] |
Completed in 244 milliseconds
<<11121314151617181920>>