Home
last modified time | relevance | path

Searched refs:check_points (Results 1 – 5 of 5) sorted by relevance

/external/googletest/googletest/test/
Dgoogletest-output-test_.cc297 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument
302 check_points->n1.Notify(); in ThreadWithScopedTrace()
303 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()
310 check_points->n3.Notify(); in ThreadWithScopedTrace()
316 CheckPoints check_points; in TEST() local
317 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, &check_points, in TEST()
319 check_points.n1.WaitForNotification(); in TEST()
325 check_points.n2.Notify(); in TEST()
326 check_points.n3.WaitForNotification(); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-output-test_.cc289 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument
294 check_points->n1.Notify(); in ThreadWithScopedTrace()
295 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace()
302 check_points->n3.Notify(); in ThreadWithScopedTrace()
308 CheckPoints check_points; in TEST() local
309 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, &check_points, in TEST()
311 check_points.n1.WaitForNotification(); in TEST()
317 check_points.n2.Notify(); in TEST()
318 check_points.n3.WaitForNotification(); in TEST()
/external/skia/tests/
DPathBuilderTest.cpp61 static bool check_points(const SkPath& path, const SkPoint expected[], size_t count) { in check_points() function
104 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts0, SK_ARRAY_COUNT(pts0))); in DEF_TEST()
111 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts1, SK_ARRAY_COUNT(pts1))); in DEF_TEST()
/external/freetype/include/freetype/internal/
Dpsaux.h742 T1_Builder_Check_Points_Func check_points; member
1033 CFF_Builder_Check_Points_Func check_points; member
/external/freetype/
DChangeLog.24217 * src/cff/cffgload.c (check_points): Rename to...
4848 start_point, check_points, add_point, add_point1, close_contour