/external/lldb/test/python_api/module_section/ |
D | TestModuleAndSection.py | 54 INDENT = ' ' * 4 55 INDENT2 = INDENT * 2 58 print INDENT + "Number of subsections: %d" % sec.GetNumSubSections() 61 print INDENT + str(sym) 62 print INDENT + "symbol type: %s" % symbol_type_to_str(sym.GetType()) 65 print INDENT + str(subsec) 129 INDENT = ' ' * 4 130 INDENT2 = INDENT * 2
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | Makefile.am | 175 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 178 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 181 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 227 | $(INDENT) $(INDENT_FLAGS) > $@ 238 | $(INDENT) $(INDENT_FLAGS) > $@ 242 | $(INDENT) $(INDENT_FLAGS) > $@ 248 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 252 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 256 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 261 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | Makefile.am | 175 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 178 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 181 $(INDENT) $(XORG_INDENT_FLAGS) < $< > $@ 227 | $(INDENT) $(INDENT_FLAGS) > $@ 238 | $(INDENT) $(INDENT_FLAGS) > $@ 242 | $(INDENT) $(INDENT_FLAGS) > $@ 248 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 252 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 256 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ 261 | $(INDENT) $(XORG_INDENT_FLAGS) > $@ [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.extensions | 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ... 49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token 101 pushed on the stack, and one INDENT token is generated. If it 173 if ( cpos > lastIndent ) { // they indented; track and gen INDENT 175 var indent = new ANTLR.runtime.CommonToken(PythonParser.INDENT, ""); 246 a a \n INDENT b b \n c \n DEDENT d \n EOF 251 a c \n INDENT b \n DEDENT c \n EOF 257 a \n INDENT b \n INDENT c \n DEDENT DEDENT d \n EOF 269 a \n INDENT c \n INDENT d \n DEDENT e \n f \n INDENT g \n h \n i \n INDENT j \n DEDENT DEDENT k \n … 276 a \n INDENT b \n c \n INDENT d \n e \n DEDENT DEDENT EOF
|
D | Python.g | 44 * to do my version of the whole nasty INDENT/DEDENT issue just so I 62 INDENT; 254 | NEWLINE INDENT (stmt)+ DEDENT
|
/external/doclava/src/com/google/doclava/ |
D | Proofread.java | 29 static final String INDENT = " "; field in Proofread 30 static final String NEWLINE = "\n" + INDENT; 70 write(INDENT); in writeIndented()
|
/external/lldb/test/macosx/debug-info/apple_types/ |
D | TestAppleTypesIsProduced.py | 63 INDENT = ' ' * 4 65 print INDENT + str(subsec)
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | MessageNanoPrinter.java | 48 private static final String INDENT = " "; field in MessageNanoPrinter 100 indentBuf.append(INDENT); in print()
|
/external/mksh/src/ |
D | tree.c | 28 #define INDENT 8 macro 132 fptreef(shf, indent + INDENT, "do%N%T", t->left); in ptree() 145 fptreef(shf, indent + INDENT, "%N%T%N;%c", t1->left, in ptree() 169 fptreef(shf, indent + INDENT, "%s%N%T", in ptree() 175 fptreef(shf, indent + INDENT, "%s%N%T", in ptree() 187 fptreef(shf, indent + INDENT, "do%N%T", t->right); in ptree() 191 fptreef(shf, indent + INDENT, "{%N%T", t->left); in ptree()
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 8 INDENT = " " variable 13 def __init__(self, fileOrPath, indentwhite=INDENT, idlefunc=None):
|
/external/mesa3d/configs/ |
D | current.in | 63 INDENT = @INDENT@
|
D | default | 50 INDENT = indent
|
/external/chromium_org/third_party/mesa/src/configs/ |
D | current.in | 63 INDENT = @INDENT@
|
D | default | 50 INDENT = indent
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | phystokens.py | 77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]
|
D | parser.py | 101 prev_toktype = token.INDENT 112 if toktype == token.INDENT: 128 elif toktype == token.STRING and prev_toktype == token.INDENT:
|
/external/smack/asmack-master/patch/ |
D | 23-strip-unused-xml-transform.patch | 32 - transformer.setOutputProperty(OutputKeys.INDENT, "yes");
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1556 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument 1557 …DebugHexDump( ( LEVEL ), (INDENT), ( LABEL ), ( LABEL_SIZE ), ( LABEL_MIN_SIZE ), ( TYPE ), ( TYPE… 1560 …#define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DA… argument
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | tree.js | 14 var INDENT = 20; 307 INDENT + 'px';
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue); in setIndent()
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | ByXPath.java | 203 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); in dumpDom()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 653 || key.equals(OutputKeys.INDENT) in isLegalPropertyKey()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
D | autopep8.py | 1068 tokenize.INDENT, tokenize.NL, 1265 if t[0] == token.INDENT: 1405 assert token_type != token.INDENT 2161 assert tok.token_type != token.INDENT 2264 assert token_type != token.INDENT 2577 elif token_type == tokenize.INDENT: 2704 previous_token_type != tokenize.INDENT
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | XMLWriter.java | 1401 public static final String INDENT = "indent"; // currently ignored field in XMLWriter
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 183 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); in getManifest()
|