Searched refs:gOnce (Results 1 – 4 of 4) sorted by relevance
26 static bool gOnce; in test_matrix() local27 if (!gOnce) { in test_matrix()28 gOnce = true; in test_matrix()58 static bool gOnce; in TestMatrixPreservesRightAngles() local59 if (!gOnce) { in TestMatrixPreservesRightAngles()60 gOnce = true; in TestMatrixPreservesRightAngles()84 static bool gOnce; in TestMatrixRectStaysRect() local85 if (!gOnce) { in TestMatrixRectStaysRect()86 gOnce = true; in TestMatrixRectStaysRect()122 static bool gOnce; in TestRect() local[all …]
218 static bool gOnce; in Parse() local219 if (gOnce) { in Parse()224 gOnce = true; in Parse()
112 static SkOnce gOnce; in GLXGLTestContext() local113 gOnce([] { XInitThreads(); }); in GLXGLTestContext()
901 static bool gOnce; in test_collaps_duplicates() local902 if (gOnce) { return; } in test_collaps_duplicates()903 gOnce = true; in test_collaps_duplicates()