Searched refs:bug1 (Results 1 – 6 of 6) sorted by relevance
13 function bug1() { function19 return bug1;
122 SkPath* bug1 = &fPaths.push_back(); in onOnceBeforeDraw() local124 bug1->moveTo(1, 1); in onOnceBeforeDraw()125 bug1->lineTo(6, 6); in onOnceBeforeDraw()126 bug1->moveTo(1, 6); in onOnceBeforeDraw()127 bug1->lineTo(6, 1); in onOnceBeforeDraw()
107 bug1 = reporting.Bug(111 reporter1.report(bug1).AndReturn((11, 1))
95 run-native-test.sh run-bug1-test.sh \194 run-bug1-test.sh testfile28.bz2 testfile28.rdwr.bz2 \
2071 * run-bug1-test.sh: Test a second case, to cover both byte orders.2078 * Makefile.am: Add rules to run run-bug1-test.sh.2080 * run-bug1-test.sh: New file.
1925 static void bug1(void);1932 bug1(); /* Unicode intermediate buffer straddle bug */ in TestJ932()1953 static void bug1() in bug1() function