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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/
Debug.h 20 // Turn on to check for OpenGL errors on each frame
23 // Turn on to display informations about the GPU
26 // Turn on to enable initialization information
29 // Turn on to enable memory usage summary on each frame
32 // Turn on to enable debugging of cache flushes
35 // Turn on to enable layers debugging when rendered as regions
38 // Turn on to enable debugging when the clip is not a rect
41 // Turn on to display debug info about vertex/fragment shaders
44 // Turn on to display info about layers
47 // Turn on to display info about render buffer
    [all...]
  /external/clang/test/CodeGen/
2003-11-08-PointerSubNotGetelementptr.c 5 return C-1; // Should turn into a GEP
  /external/llvm/test/Analysis/BasicAA/
cas.ll 4 @turn = internal global i32 zeroinitializer
10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
  /external/clang/test/SemaCXX/
warn-unused-comparison.cpp 15 // expected-note {{use '=' to turn this equality comparison into an assignment}}
17 // expected-note {{use '|=' to turn this inequality comparison into an or-assignment}}
20 // expected-note {{use '=' to turn this equality comparison into an assignment}} \
23 // expected-note {{use '=' to turn this equality comparison into an assignment}}
25 // expected-note {{use '=' to turn this equality comparison into an assignment}}
27 // expected-note {{use '|=' to turn this inequality comparison into an or-assignment}}
30 // expected-note {{use '=' to turn this equality comparison into an assignment}}
32 // expected-note {{use '=' to turn this equality comparison into an assignment}}
34 // expected-note {{use '=' to turn this equality comparison into an assignment}}
36 // expected-note {{use '=' to turn this equality comparison into an assignment}
    [all...]
warn-assignment-condition.cpp 16 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
21 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
26 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
31 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
36 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
41 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
46 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
50 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
62 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
67 // expected-note{{use '==' to turn this assignment into an equality comparison}}
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
extsh.ll 1 ; This should turn into a single extsh
  /external/llvm/test/Transforms/InstCombine/
apint-cast-cast-to-and.ll 4 %Y = trunc i61 %X to i41 ;; Turn i61o an AND
2008-06-19-UncondLoad.ll 12 ; not safe to turn into an uncond load
  /external/chromium/chrome/browser/ui/cocoa/
animation_utils.h 12 // and any other situation where you want to temporarily turn off Cocoa
19 // WithNoAnimation at_all; // Turn off Cocoa auto animation in this scope.
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
pvsnotes 11 turn on occlusion query
13 turn off occlusion query
  /external/llvm/test/Transforms/TailCallElim/
inf-recursion.ll 3 ; Don't turn this into an infinite loop, this is probably the implementation
15 ; Do turn other calls into infinite loops though.
  /external/clang/test/FixIt/
no-macro-fixit.c 13 // expected-note {{use '==' to turn this assignment into an equality comparison}} \
  /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...]
  /device/samsung/toro/
system.prop 12 # Turn on IMS by default
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java 8 * to turn this on call setPointFormat() with "COMPRESSED".
  /external/clang/test/SemaObjC/
self-assign.m 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
  /external/webkit/Source/WebCore/manual-tests/
visited-link-new-window.html 15 necessary). Then cmd-click it. The link should turn lime green.</p>
custom-cursors.html 2 Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text.
  /development/samples/TicTacToeLib/res/values/
strings.xml 22 <string name="player2_turn">Player 2\'s turn (that\'s the computer)</string>
23 <string name="player1_turn">Player 1\'s turn -- that\'s you!</string>
  /external/chromium/testing/gtest/xcode/Config/
General.xcconfig 13 // Zerolink prevents link warnings so turn it off
32 // Turn on position dependent code for most cases (overridden where appropriate)
  /external/libvpx/libvpx/third_party/googletest/src/xcode/Config/
General.xcconfig 13 // Zerolink prevents link warnings so turn it off
32 // Turn on position dependent code for most cases (overridden where appropriate)
  /external/protobuf/gtest/xcode/Config/
General.xcconfig 13 // Zerolink prevents link warnings so turn it off
32 // Turn on position dependent code for most cases (overridden where appropriate)
  /external/webkit/Source/WebCore/platform/text/
LineEnding.cpp 106 // Turn CR into CRLF.
110 // Turn LF into CRLF.
133 // Turn CR into CRLF.
138 // Turn LF into CRLF.
165 // Turn CRLF into CR or LF.
169 // Turn CR/LF into LF/CR.
190 // Turn CRLF or CR into CR or LF.
194 // Turn CR/LF into LF/CR.
  /hardware/libhardware_legacy/include/hardware_legacy/
vibrator.h 32 * Turn on vibrator
41 * Turn off vibrator
  /packages/apps/Mms/src/com/android/mms/ui/
MiniPreferenceActivity.java 16 * This activity is used by 3rd party apps to allow the user to turn on/off notifications in
55 // turn off Messaging notifications

Completed in 1668 milliseconds

1 2 3 4 5 6 7 8 91011>>