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

  /external/v8/test/cctest/
test-threads.cc 56 enum Turn {
63 static Turn turn = FILL_CACHE; variable
74 CHECK_EQ(FILL_CACHE, turn);
86 turn = CLEAN_CACHE;
92 } while (turn != SECOND_TIME_FILL_CACHE);
97 turn = DONE;
109 if (turn == CLEAN_CACHE) {
115 turn = SECOND_TIME_FILL_CACHE;
138 CHECK_EQ(DONE, turn);
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1395 int i, j, turn; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 1206 FT_Angle turn; local
1210 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1892 FT_Angle turn; local
    [all...]

Completed in 106 milliseconds