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

1 2 3 4 5 6 7 8 91011>>

  /art/test/488-checker-inline-recursive-calls/
info.txt 1 Checker test for inlining calls that in turn call the outer method.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_noat.s 3 .set noat # this should turn the warnings off
5 .set at, 3 # this should not turn the warnings on
7 .set at # this should turn the warnings on
warn_nobreak.s 4 .set nobreak # this should turn the warnings off
7 .set break, 3 # this should not turn the warnings on
10 .set break # this should turn the warnings on
warn_nobreak.l 3 If you don't need to debug this code use .set nobreak to turn off this warning.
5 If you don't need to debug this code use .set nobreak to turn off this warning.
7 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
warn_noat.l 3 Use .set noat to turn off those optimizations \(and this warning\).
5 Use .set noat to turn off those optimizations \(and this warning\).
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
transition_from_boolean_2.txt 4 Enable or disable the boolean to turn on or off the transition.
system_boot_mode.txt 13 Note if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you turn SELinux on, a full system relabel will be performed.
booleans_toggled.txt 4 Toggle the button to turn on or off the boolean. This will not happen immediately. All changes on the application screen are bundled up into a single transaction. You need to select the update button to apply all of your changes to the system.
  /frameworks/base/libs/hwui/
Debug.h 25 // Turn on to check for OpenGL errors on each frame
33 // Turn on to enable initialization information
36 // Turn on to enable memory usage summary on each frame
39 // Turn on to enable debugging of cache flushes
42 // Turn on to enable layers debugging when rendered as regions
45 // Turn on to enable debugging when the clip is not a rect
48 // Turn on to display debug info about vertex/fragment shaders
51 // Turn on to display info about layers
54 // Turn on to display info about render buffers
57 // Turn on to make stencil operations easier to debu
    [all...]
  /packages/services/Car/car-cluster-demo-renderer/res/values/
strings.xml 23 <string name="turn_left">Turn left</string>
24 <string name="turn_right">Turn right</string>
25 <string name="turn_sharp_left">Sharp left turn</string>
26 <string name="turn_sharp_right">Sharp right turn</string>
27 <string name="turn_u_turn_left">Make u-turn</string>
28 <string name="turn_u_turn_right">Make right u-turn</string>
29 <string name="turn_on_ramp_left">Turn left on ramp</string>
30 <string name="turn_on_ramp_right">Turn right on ramp</string>
  /external/clang/test/CodeGen/
2003-11-08-PointerSubNotGetelementptr.c 5 return C-1; // Should turn into a GEP
attr-target-x86-mmx.c 8 // Verify that when we turn on sse that we also turn on mmx.
  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxDisableArrays.i 3 * enabled in gdxEnableArrays.i. Lets us turn off the mapping for some
  /external/v8/tools/blink_tests/
TestExpectations 3 # Turn off Slimming Paint tests on linux.
  /toolchain/binutils/binutils-2.25/config/
mt-d30v 2 # Turn off warnings about symbols named the same as registers
  /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 19 // expected-note {{use '=' to turn this equality comparison into an assignment}}
21 // expected-note {{use '|=' to turn this inequality comparison into an or-assignment}}
29 // 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 inequality comparison into an or-assignment}}
44 // expected-note {{use '=' to turn this equality comparison into an assignment}}
46 // expected-note {{use '=' to turn this equality comparison into an assignment}}
48 // expected-note {{use '=' to turn this equality comparison into an assignment}}
50 // 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
  /external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/services/
org.apache.commons.logging.LogFactory 4 # in turn follows the instructions found at:
  /external/sonic/debian/
rules 4 # Uncomment this to turn on verbose mode.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_iostream.i 9 %warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
  /system/bt/test/suite/adapter/
adapter_unittest.cpp 43 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on.";
47 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
57 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on.";
61 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
112 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
130 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
149 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
161 EXPECT_EQ(GetState(), BT_STATE_ON) << "Adapter did not turn on.";
170 EXPECT_EQ(GetState(), BT_STATE_OFF) << "Adapter did not turn off.";
  /external/clang/test/FixIt/
no-macro-fixit.c 13 // expected-note {{use '==' to turn this assignment into an equality comparison}} \

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>