Home
last modified time | relevance | path

Searched defs:indentation (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/glsl/
Dir_print_visitor.h92 int indentation; variable
/external/chromium_org/third_party/mesa/src/src/glsl/
Dir_print_visitor.h92 int indentation; variable
/external/nist-sip/java/gov/nist/javax/sip/header/
DIndentation.java39 private int indentation; field in Indentation
DSIPHeaderList.java326 public String debugDump(int indentation) { in debugDump()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dheadlesscodemirror.js50 indentation: function() {return 0;}, method in StringStream
Dcodemirror.js3839 indentation = 0; property
3842 indentation = doc.mode.indent(state, line.text.slice(curSpaceString.length), line.text); property
3852 indentation = curSpace + cm.options.indentUnit; property
3854 indentation = curSpace - cm.options.indentUnit; property
3856 indentation = curSpace + how; property
5047 indentation: function() { method
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dautopep8.py1337 def shorten_line(tokens, source, indentation, indent_word, max_line_length, argument
1375 def _shorten_line(tokens, source, indentation, indent_word, argument
2179 def _reflow_lines(parsed_tokens, indentation, max_line_length, argument
2221 def _shorten_line_at_tokens_new(tokens, source, indentation, argument
2249 def _shorten_line_at_tokens(tokens, source, indentation, indent_word, argument
Dpep8.py346 def indentation(logical_line, previous_logical, indent_char, function
/external/nist-sip/java/gov/nist/core/
DGenericObjectList.java94 protected int indentation; field in GenericObjectList
DGenericObject.java80 protected int indentation; field in GenericObject
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c49 uint indentation; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c49 uint indentation; member
/external/chromium_org/third_party/WebKit/Source/platform/
DPODRedBlackTree.h796 void dumpFromNode(Node* node, int indentation) const in dumpFromNode()
/external/jsoncpp/src/lib_json/
Djson_writer.cpp555 StyledStreamWriter::StyledStreamWriter( std::string indentation ) in StyledStreamWriter()
/external/openssl/ssl/
Dssltest.c2011 static const char indentation[] = in process_proxy_debug() local
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java67 private int indentation; field in ClassPrinter
/external/skia/experimental/webtry/res/js/cm/
Dcodemirror.js3653 indentation = 0; property
3656 indentation = cm.doc.mode.indent(state, line.text.slice(curSpaceString.length), line.text); property
3666 indentation = curSpace + cm.options.indentUnit; property
3668 indentation = curSpace - cm.options.indentUnit; property
3670 indentation = curSpace + how; property
4845 indentation: function() { method
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dcodemirror.js3653 indentation = 0; property
3656 indentation = cm.doc.mode.indent(state, line.text.slice(curSpaceString.length), line.text); property
3666 indentation = curSpace + cm.options.indentUnit; property
3668 indentation = curSpace - cm.options.indentUnit; property
3670 indentation = curSpace + how; property
4845 indentation: function() { method
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js436 indentation: function () { }, method in CodeMirror.StringStream
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5629 const string indentation = string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
5686 const string indentation = string(indentationDepth, '\t'); in glslTraverseBasicTypes() local
5759 const string indentation = string(indentationDepth, '\t'); in glslAssignBasicTypeObject() local
5780 const string indentation = string(indentationDepth, '\t'); in glslCheckBasicTypeObject() local
/external/chromium_org/tools/symsrc/
Dpefile.py783 def dump(self, indentation=0): argument
/external/chromium_org/third_party/motemplate/
Dmotemplate.py379 def __init__(self, content, indentation): argument