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

  /external/chromium/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/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/freetype/src/cff/
cffgload.c 465 check_points( CFF_Builder* builder, function
506 error = check_points( builder, 1 );
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 490 T1_Builder_Check_Points_Func check_points; member in struct:T1_Builder_FuncsRec_
    [all...]

Completed in 88 milliseconds