Home
last modified time | relevance | path

Searched refs:bug2 (Results 1 – 6 of 6) sorted by relevance

/external/skia/gm/
Dhairlines.cpp132 SkPath* bug2 = &fPaths.push_back(); in onOnceBeforeDraw() local
134 bug2->moveTo(5.5f, 5.5f); in onOnceBeforeDraw()
135 bug2->lineTo(5.5f, 0.5f); in onOnceBeforeDraw()
136 bug2->lineTo(0.5f, 0.5f); in onOnceBeforeDraw()
/external/skqp/gm/
Dhairlines.cpp132 SkPath* bug2 = &fPaths.push_back(); in onOnceBeforeDraw() local
134 bug2->moveTo(5.5f, 5.5f); in onOnceBeforeDraw()
135 bug2->lineTo(5.5f, 0.5f); in onOnceBeforeDraw()
136 bug2->lineTo(0.5f, 0.5f); in onOnceBeforeDraw()
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dtype-mapping-bug2.ll1 ; RUN: opt -module-summary -o %t0.o %S/Inputs/type-mapping-bug2.ll
38 ; This DICompositeType is uniqued against !5 in Inputs/type-mapping-bug2.ll,
/external/syzkaller/pkg/report/
Dlinux_test.go40 [ 0.000000] BUG: bug2
/external/toolchain-utils/go/patch/
Dgo3.patch52 - run("go", "tool", "compile", "bug2.go")
54 - run("go", "tool", "link", "bug2.o")
58 + run(goCmd(), "tool", "compile", "bug2.go")
60 + run(goCmd(), "tool", "link", "bug2.o")
65 os.Remove("bug2.o")
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1929 static void bug2(void);
1936 bug2(); /* pre-flighting size incorrect caused by simple overflow */ in TestJ932()
2002 static void bug2() in bug2() function