Searched defs:check_points (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc269 static void ThreadWithScopedTrace(CheckPoints* check_points) { argument
274 check_points->n1.Notify();
275 check_points->n2.WaitForNotification();
282 check_points->n3.Notify();
288 CheckPoints check_points; local
290 &check_points,
292 check_points.n1.WaitForNotification();
298 check_points.n2.Notify();
299 check_points.n3.WaitForNotification();
/external/gtest/test/
H A Dgtest_output_test_.cc281 static void ThreadWithScopedTrace(CheckPoints* check_points) { argument
286 check_points->n1.Notify();
287 check_points->n2.WaitForNotification();
294 check_points->n3.Notify();
300 CheckPoints check_points; local
302 &check_points,
304 check_points.n1.WaitForNotification();
310 check_points.n2.Notify();
311 check_points.n3.WaitForNotification();
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test_.cc281 static void ThreadWithScopedTrace(CheckPoints* check_points) { argument
286 check_points->n1.Notify();
287 check_points->n2.WaitForNotification();
294 check_points->n3.Notify();
300 CheckPoints check_points; local
302 &check_points,
304 check_points.n1.WaitForNotification();
310 check_points.n2.Notify();
311 check_points.n3.WaitForNotification();
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc255 static void ThreadWithScopedTrace(CheckPoints* check_points) { argument
260 check_points->n1.Notify();
261 check_points->n2.WaitForNotification();
268 check_points->n3.Notify();
274 CheckPoints check_points; local
276 &check_points,
278 check_points.n1.WaitForNotification();
284 check_points.n2.Notify();
285 check_points.n3.WaitForNotification();
/external/freetype/include/freetype/internal/
H A Dpsaux.h495 T1_Builder_Check_Points_Func check_points; member in struct:T1_Builder_FuncsRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h494 T1_Builder_Check_Points_Func check_points; member in struct:T1_Builder_FuncsRec_

Completed in 254 milliseconds