/third_party/gn/src/gn/ |
H A D | command_format.cc | 158 void Newline(); 356 // Used during penalty evaluation, similar to Newline(). 378 void Printer::Newline() { in Newline() function in commands::__anon2874::Printer 647 Newline(); in Block() 657 Newline(); in Block() 660 // Expr(), as are suffix() which are queued to the next Newline(). in Block() 666 Newline(); in Block() 672 Newline(); in Block() 682 Newline(); in Block() 686 Newline(); in Block() [all...] |
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.cc | 155 w->Newline(); in WriteCodeSection() 168 w->Newline(); in WriteCodeSection() 184 w->Newline(); in WriteFileEpilogue() 195 w->Newline(); in WriteFileEpilogue() 208 w->Newline(); in WriteFileEpilogue() 217 w->Newline(); in WriteFileEpilogue() 251 if (current_line_length != 0) w->Newline(); in WriteBinaryContentsAsInlineAssembly() 262 if (current_line_length != 0) w->Newline(); in WriteBinaryContentsAsInlineAssembly()
|
H A D | platform-embedded-file-writer-aix.cc | 50 Newline(); in DeclareUint32() 58 Newline(); in DeclarePointerToSymbol() 107 Newline(); in DeclareFunctionBegin()
|
H A D | platform-embedded-file-writer-win.cc | 93 w->Newline(); in EmitUnwindData() 99 w->Newline(); in EmitUnwindData() 167 w->Newline(); in EmitUnwindData() 171 w->Newline(); in EmitUnwindData() 239 w->Newline(); 259 w->Newline(); 264 w->Newline(); 601 Newline(); in DeclareUint32()
|
H A D | embedded-file-writer.h | 102 w->Newline(); in WriteFilePrologue() 115 w->Newline(); in WriteExternalFilenames()
|
H A D | platform-embedded-file-writer-base.h | 78 virtual void Newline() { fprintf(fp_, "\n"); } in Newline() function in v8::internal::PlatformEmbeddedFileWriterBase
|
H A D | platform-embedded-file-writer-mac.cc | 44 Newline(); in DeclareUint32()
|
H A D | platform-embedded-file-writer-generic.cc | 58 Newline(); in DeclareUint32()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_exitfunc.py | 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms namespace 71 containing_stmt.insert_child(position + 1, Newline())
|
H A D | fix_urllib.py | 9 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline, namespace 162 nodes.extend([new_node, Newline()])
|
H A D | fix_tuple_params.py | 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms namespace 58 end = Newline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 32 Newline, enumerator 185 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
|
H A D | MIParser.cpp | 693 while (Token.is(MIToken::Newline)) in parseBasicBlockDefinitions() 712 else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlockDefinitions() 827 } else if (consumeIfPresent(MIToken::Newline)) { in parseBasicBlock() 841 if (consumeIfPresent(MIToken::Newline)) in parseBasicBlock() 866 if (!Token.is(MIToken::Newline)) in parseBasicBlock() 895 while (Token.is(MIToken::Newline)) in parseBasicBlocks()
|
H A D | MILexer.cpp | 659 Token.reset(MIToken::Newline, Range.upto(C)); in maybeLexNewline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Regex.h | 39 Newline=2, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Regex.h | 38 Newline=2, enumerator
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 378 case parser.Newline: 399 case parser.Newline, parser.Comment: 405 } else if t.Type != parser.Newline { 410 if t.Type == parser.Newline {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 378 case parser.Newline: 399 case parser.Newline, parser.Comment: 405 } else if t.Type != parser.Newline { 410 if t.Type == parser.Newline {
|
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 378 case parser.Newline: 399 case parser.Newline, parser.Comment: 405 } else if t.Type != parser.Newline { 410 if t.Type == parser.Newline {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Regex.cpp | 30 if (Flags & Newline) in Regex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Regex.cpp | 34 if (Flags & Newline) in Regex()
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_util.py | 66 def Newline(): function 356 children = [import_, Newline()]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 41 Newline 341 // newline processes the Newline token at the current position. 342 // The lexer *must* know the next token is a Newline before calling. 344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}} 680 // newline returns true if the i'th token is a Newline, otherwise false. 682 if tok := p.tok(i); tok != nil && tok.Type == Newline {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 41 Newline 341 // newline processes the Newline token at the current position. 342 // The lexer *must* know the next token is a Newline before calling. 344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}} 680 // newline returns true if the i'th token is a Newline, otherwise false. 682 if tok := p.tok(i); tok != nil && tok.Type == Newline {
|
/third_party/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 41 Newline 341 // newline processes the Newline token at the current position. 342 // The lexer *must* know the next token is a Newline before calling. 344 tok := &Token{Type: Newline, Range: Range{Start: l.pos, End: l.pos}} 680 // newline returns true if the i'th token is a Newline, otherwise false. 682 if tok := p.tok(i); tok != nil && tok.Type == Newline {
|