HomeSort by relevance Sort by last modified time
    Searched refs:turn (Results 1 - 25 of 60) sorted by null

1 2 3

  /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/clang/test/SemaCXX/
warn-func-as-bool.cpp 31 expected-note {{suffix with parentheses to turn this into a function call}}
  /bionic/libdl/
Android.mk 10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
  /external/markdown/MarkdownTest/
MarkdownTest.pl 133 Flag to turn on using the command line 'tidy' tool to normalize HTML
  /external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java 115 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) {
272 mTurnToFacePlayer = turn;
  /external/stlport/test/eh/
cygwin.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
djgpp.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-99r1.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-apple-macosx.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-freebsd.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-hp11.mak 41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-irix.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-linux.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc-netbsd.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
gcc.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
hpacc.mak 40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
mingw32.mak 39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 39 [ // Step one, turn the url into an entry.
46 // Step two, turn the entry into a file.
  /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...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 82 turn. They are challenging, and terminal! Here are just a few of them.
  /external/libvpx/libvpx/build/make/
configure.sh 85 ${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
1046 #for 32 bit x86 builds, -O3 did not turn on this flag
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp 1395 int i, j, turn; local
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 19 we must turn it on again, because we want to be able to test that
  /external/libvorbis/doc/
05-comment.tex 19 they turn out to be, eg:
  /external/skia/legacy/src/core/
SkPath.cpp 325 int turn = firstDirection ^ (corners - 1); local
326 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
327 if ((directionCycle ^ turn) != nextDirection) {
933 // now turn before/after into normals
    [all...]

Completed in 403 milliseconds

1 2 3