/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | protocol_discovery_test.dart | 53 logReader.addLine('HELLO WORLD'); 54 logReader.addLine('Observatory listening on http://127.0.0.1:9999'); 63 logReader.addLine('Observatory listening on http://127.0.0.1:3333'); 71 logReader.addLine('Observatory listening on http://127.0.0.1:3333\x1b['); 80 logReader.addLine('Observatory listening on http://127.0.0.1:apple'); 88 logReader.addLine('Observatory not listening...'); 99 logReader.addLine('I/flutter : Observatory listening on http://127.0.0.1:52584'); 108 … logReader.addLine('I/flutter : Observatory listening on http://127.0.0.1:54804/PTwjm8Ii8qg=/'); 117 … logReader.addLine('I/flutter : Observatory listening on http://127.0.0.1:54804/PTwjm8Ii8qg=/'); 134 … logReader.addLine('I/flutter : Observatory listening on http://127.0.0.1:54804/PTwjm8Ii8qg=/'); [all …]
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 204 void addLine (const std::string& text); 231 addLine("#version 300 es"); in generateSource() 234 addLine("layout(location = 0) out mediump vec4 o_fragColor;"); in generateSource() 236 addLine("void main (void)"); in generateSource() 255 addLine(outName + " = vec4(" + expr + ");"); in generateSource() 257 addLine(outName + " = " + expr + ";"); in generateSource() 303 void LongShaderGenerator::addLine (const std::string& text) in addLine() function in deqp::gles3::Stress::__anon8d3ae1990111::LongShaderGenerator 313 addLine("{"); in beginBlock() 325 addLine("mediump float " + varName + " = " + de::floatToString(varValue, 5) + "f;"); in beginBlock() 341 addLine("}"); in endBlock()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | DataDrivenTestHelper.java | 63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper 122 addLine(Collections.<String>emptyList(), ""); in load() 137 addLine(Collections.<String>emptyList(), commentBase); in load() 142 addLine(keyValue, comment); in load() 150 addLine(arguments, commentBase); in load()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DataDrivenTestHelper.java | 62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper 121 addLine(Collections.<String>emptyList(), ""); in load() 136 addLine(Collections.<String>emptyList(), commentBase); in load() 141 addLine(keyValue, comment); in load() 149 addLine(arguments, commentBase); in load()
|
/third_party/skia/src/core/ |
D | SkEdgeBuilder.h | 46 virtual void addLine (const SkPoint pts[]) = 0; 64 void addLine (const SkPoint pts[]) override; 84 void addLine (const SkPoint pts[]) override;
|
D | SkEdgeBuilder.cpp | 119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkBasicEdgeBuilder 133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkAnalyticEdgeBuilder 315 case SkPath::kLine_Verb: rec->fBuilder->addLine (pts); break; in build() 334 this->addLine(e.fPts); in build()
|
D | SkGlyph.cpp | 200 auto addLine = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local 244 addLine(topOffset); in calculate_path_gap() 245 addLine(bottomOffset); in calculate_path_gap()
|
/third_party/flutter/skia/src/core/ |
D | SkEdgeBuilder.h | 46 virtual void addLine (const SkPoint pts[]) = 0; 64 void addLine (const SkPoint pts[]) override; 84 void addLine (const SkPoint pts[]) override;
|
D | SkEdgeBuilder.cpp | 119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkBasicEdgeBuilder 133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkAnalyticEdgeBuilder 327 case SkPath::kLine_Verb: this->addLine (pts); break; in build() 389 this->addLine(pts); in build()
|
/third_party/skia/src/pathops/ |
D | SkOpContour.cpp | 56 this->addLine(pts); in addCurve() 81 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { in addLine() function in SkOpContourBuilder 106 (void) fContour->addLine(ptStorage); in flush()
|
D | SkOpContour.h | 37 SkOpSegment* addLine(SkPoint pts[2]) { in addLine() function 39 return appendSegment().addLine(pts, this); in addLine() 442 void addLine(const SkPoint pts[2]);
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpContour.cpp | 57 this->addLine(pts); in addCurve() 82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { in addLine() function in SkOpContourBuilder 107 (void) fContour->addLine(ptStorage); in flush()
|
D | SkOpContour.h | 38 SkOpSegment* addLine(SkPoint pts[2]) { in addLine() function 40 return appendSegment().addLine(pts, this); in addLine() 443 void addLine(const SkPoint pts[2]);
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 143 block = addLine(block, ifExpr) 169 block = addLine(block, line) 215 block = addLine(block, fmt.Sprintf("GET_PROC(%s);", function)) 217 block = addLine(block, fmt.Sprintf("GET_PROC_SUFFIX(%s, %s);", function, suffix)) 261 func addLine(str, line string) string { func
|
/third_party/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 143 block = addLine(block, ifExpr) 169 block = addLine(block, line) 215 block = addLine(block, fmt.Sprintf("GET_PROC(%s);", function)) 217 block = addLine(block, fmt.Sprintf("GET_PROC_SUFFIX(%s, %s);", function, suffix)) 261 func addLine(str, line string) string { func
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | attach_test.dart | 79 mockLogReader.addLine('Foo'); 80 mockLogReader.addLine('Observatory listening on http://127.0.0.1:$devicePort'); 108 mockLogReader.addLine('Foo'); 109 mockLogReader.addLine('Observatory listening on http:/:/127.0.0.1:$devicePort'); 125 mockLogReader.addLine('Foo'); 126 mockLogReader.addLine('Observatory listening on http://127.0.0.1:$devicePort'); 205 mockLogReader.addLine('Foo'); 206 mockLogReader.addLine('Observatory listening on http://127.0.0.1:$devicePort'); 228 mockLogReader.addLine('Foo'); 229 mockLogReader.addLine('Observatory listening on http://127.0.0.1:$devicePort'); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | listFailure.js | 7 addLine(lineText: string): List<Line> { 51 Buffer.prototype.addLine = function (lineText) { method in Buffer
|
D | listFailure.symbols | 15 addLine(lineText: string): List<Line> { 16 >addLine : Symbol(Buffer.addLine, Decl(listFailure.ts, 3, 46))
|
D | listFailure.types | 13 addLine(lineText: string): List<Line> { 14 >addLine : (lineText: string) => List<Line>
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 219 addLine(line); in breakLines() 222 addLine(NULL); in breakLines()
|
D | pflow.c | 269 static void addLine(pf_object *obj, pl_line *line) in addLine() function 310 addLine(obj, line); in pf_breakLines() 313 addLine(obj, NULL); in pf_breakLines()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 219 addLine(line); in breakLines() 222 addLine(NULL); in breakLines()
|
D | pflow.c | 269 static void addLine(pf_object *obj, pl_line *line) in addLine() function 310 addLine(obj, line); in pf_breakLines() 313 addLine(obj, NULL); in pf_breakLines()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 219 addLine(line); in breakLines() 222 addLine(NULL); in breakLines()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 143 const AddLineToParagraph& addLine) { in breakTextIntoLines() argument 194 addLine(text, textWithSpaces, clusters, clustersWithGhosts, widthWithSpaces, in breakTextIntoLines() 226 addLine(empty, hardBreak, clusters, clusters, in breakTextIntoLines()
|