/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | source_writer.cc | 106 SourceWriter& SourceWriter::EndLine() { in EndLine() function in tensorflow::java::SourceWriter 118 return EndLine().Indent(2); in BeginBlock() 122 return Indent(-2).Append("}").EndLine(); in EndBlock() 134 EndLine(); in BeginMethod() 171 Append("package ").Append(type.package()).Append(";").EndLine(); in BeginType() 181 EndLine(); in BeginType() 183 Append("import ").Append(s).Append(";").EndLine(); in BeginType() 193 EndLine(); in BeginInnerType() 233 Append("/** ").Append(javadoc->brief()).Append(" */").EndLine(); in WriteField() 237 EndLine(); in WriteField() [all …]
|
D | op_generator.cc | 123 .EndLine() in WriteSetAttrDirective() 131 writer->EndLine() in WriteSetAttrDirective() 135 .EndLine(); in WriteSetAttrDirective() 143 writer->EndLine(); in WriteSetAttrDirective() 197 writer->Append(factory_statement.str().c_str()).Append(");").EndLine(); in RenderSecondaryFactoryMethod() 235 writer->EndLine(); in RenderFactoryMethods() 240 writer->EndLine(); in RenderFactoryMethods() 244 writer->EndLine(); in RenderFactoryMethods() 263 .EndLine(); in RenderFactoryMethods() 287 .EndLine(); in RenderConstructor() [all …]
|
D | source_writer_test.cc | 109 writer.Append("You say goodbye").EndLine().Append("and I say hello!"); in TEST() 118 .EndLine() in TEST() 129 .EndLine() in TEST() 132 .EndLine() in TEST() 143 .EndLine() in TEST() 154 .EndLine() in TEST() 157 .EndLine() in TEST() 168 .EndLine() in TEST() 172 .EndLine() in TEST() 184 .EndLine() in TEST() [all …]
|
D | source_writer.h | 89 SourceWriter& EndLine();
|
/external/syzkaller/pkg/report/ |
D | report_test.go | 33 EndLine string member 74 test.EndLine = ln[len(endPrefix):] 146 if *flagUpdate && test.StartLine == "" && test.EndLine == "" { 184 if test.EndLine == "" { 185 test.EndLine = test.StartLine 188 endPos := bytes.Index(test.Log, []byte(test.EndLine)) + len(test.EndLine)
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Memory.cpp | 59 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; in InvalidateInstructionCache() 61 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache() 65 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | Line.cpp | 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 17 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | Line.cpp | 15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument 17 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 99 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | Line.h | 37 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement); 99 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument 101 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 220 unsigned EndLine, unsigned EndColumn) { in expectRange() argument 223 ExpectEndLine = EndLine; in expectRange() 235 unsigned EndLine = Result.SourceManager->getSpellingLineNumber(End); in verify() local 238 EndLine != ExpectEndLine || EndColumn != ExpectEndColumn) { in verify()
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 106 unsigned EndLine, unsigned StartColumn, unsigned EndColumn) { in matchesRange() argument 108 EXPECT_EQ(EndLine, Range.End.Line); in matchesRange() 111 return Range.Start.Line == StartLine && Range.End.Line == EndLine && in matchesRange()
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 284 unsigned StartLine, StartColumn, EndLine, EndColumn; in clang_formatDiagnostic() local 289 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 295 << EndLine << ":" << EndColumn << "}"; in clang_formatDiagnostic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Memory.inc | 226 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; 228 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 232 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 311 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; 313 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 317 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 324 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; 326 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 330 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 520 const unsigned EndLine = SourceMgr.getPresumedLineNumber( in parseHTMLStartTag() local 523 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine) in parseHTMLStartTag()
|