Searched refs:turn (Results 1 - 25 of 41) sorted by relevance

12

/external/v8/test/cctest/
H A Dtest-threads.cc63 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);
/external/clang/test/SemaCXX/
H A Dwarn-func-as-bool.cpp31 expected-note {{suffix with parentheses to turn this into a function call}}
/external/llvm/lib/Support/Windows/
H A DSignals.inc38 // we will turn off the warnings for this just file. However, MinGW also does
39 // not support push and pop for diagnostics, so we have to manually turn it
/external/chromium/chrome/browser/sync/
H A DREADME.js27 method. A JsBackend can in turn handle some messages itself and
/external/dbus/dbus/
H A DAndroid.mk2 # See also config.h to turn on verbose logs
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl133 Flag to turn on using the command line 'tidy' tool to normalize HTML
/external/replicaisland/src/com/replica/replicaisland/
H A DPatrolComponent.java115 if (targetFacingDirection < 0.0f) { // we want to turn to the left
123 } else if (targetFacingDirection > 0.0f) { // we want to turn to the right
271 public void setTurnToFacePlayer(boolean turn) { argument
272 mTurnToFacePlayer = turn;
/external/stlport/test/eh/
H A Dcygwin.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Ddjgpp.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-apple-macosx.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-freebsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-hp11.mak41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-irix.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-linux.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-netbsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dhpacc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dmingw32.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
/external/freetype/src/base/
H A Dftstroke.c1206 FT_Angle turn; local
1210 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
1212 /* no specific corner processing is required if the turn is 0 */
1213 if ( turn == 0 )
1216 /* when we turn to the right, the inside side is 0 */
1220 if ( turn < 0 )
1892 FT_Angle turn; local
1907 turn = FT_Angle_Diff( stroker->angle_in,
1910 /* no specific corner processing is required if the turn is 0 */
1911 if ( turn !
[all...]
/external/quake/quake/src/WinQuake/
H A Dquake-rogue.spec.sh82 turn. They are challenging, and terminal! Here are just a few of them.
/external/libvpx/build/make/
H A Dconfigure.sh85 ${toggle_optimizations} turn on/off compiler optimization flags
86 ${toggle_pic} turn on/off Position Independent Code
87 ${toggle_ccache} turn on/off compiler cache
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp1395 int i, j, turn; local
1421 turn = 1;
1423 turn = -1;
1595 if( turn == 1 )
1644 if( turn == 1 )
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php800 * is off, calling this method with no arguments will turn it on
802 * @param boolean Whether to turn classes on or not
938 * @param int The key of the keyword group to turn on or off
939 * @param boolean Whether to turn highlighting for that group on or off
968 * @param int The key of the comment group to turn on or off
969 * @param boolean Whether to turn highlighting for that group on or off
997 * @param boolean Whether to turn highlighting for escape characters on or off
1032 * @param boolean Whether to turn highlighting for brackets on or off
1068 * @param boolean Whether to turn highlighting for symbols on or off
1100 * @param boolean Whether to turn highlightin
[all...]
/external/llvm/lib/Support/Unix/
H A DProgram.inc347 // We exited normally without timeout, so turn off the timer.

Completed in 342 milliseconds

12