Searched refs:bug2 (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dhairlines.cpp132 SkPath* bug2 = &fPaths.push_back(); variable
134 bug2->moveTo(5.5f, 5.5f);
135 bug2->lineTo(5.5f, 0.5f);
136 bug2->lineTo(0.5f, 0.5f);
/external/skqp/gm/
H A Dhairlines.cpp132 SkPath* bug2 = &fPaths.push_back(); variable
134 bug2->moveTo(5.5f, 5.5f);
135 bug2->lineTo(5.5f, 0.5f);
136 bug2->lineTo(0.5f, 0.5f);
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1929 static void bug2(void);
1936 bug2(); /* pre-flighting size incorrect caused by simple overflow */
2001 /* bug2: pre-flighting loop bug: simple overflow causes bug */
2002 static void bug2() function
2035 /* bug2: size is 5, should be 10 */
2051 /* bug2: size is 5, should be 32 */
2066 /* bug2: size is 5, should be 12 */
2074 * you get bug3 in addition to bug2
2085 * first get the buggy size from bug2 then
2101 * bug2
[all...]

Completed in 578 milliseconds