HomeSort by relevance Sort by last modified time
    Searched refs:check_points (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 269 static void ThreadWithScopedTrace(CheckPoints* check_points) {
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/googletest/googletest/test/
googletest-output-test_.cc 289 static void ThreadWithScopedTrace(CheckPoints* check_points) {
294 check_points->n1.Notify();
295 check_points->n2.WaitForNotification();
302 check_points->n3.Notify();
308 CheckPoints check_points; local
309 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, &check_points,
311 check_points.n1.WaitForNotification();
317 check_points.n2.Notify();
318 check_points.n3.WaitForNotification();
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 748 T1_Builder_Check_Points_Func check_points; member in struct:T1_Builder_FuncsRec_
1041 CFF_Builder_Check_Points_Func check_points; member in struct:CFF_Builder_FuncsRec_
    [all...]

Completed in 252 milliseconds