Home
last modified time | relevance | path

Searched refs:turn (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/external/v8/test/cctest/
Dtest-threads.cc42 static Turn turn = FILL_CACHE; variable
56 CHECK_EQ(FILL_CACHE, turn); in Run()
69 turn = CLEAN_CACHE; in Run()
75 } while (turn != SECOND_TIME_FILL_CACHE); in Run()
80 turn = DONE; in Run()
94 if (turn == CLEAN_CACHE) { in Run()
101 turn = SECOND_TIME_FILL_CACHE; in Run()
122 CHECK_EQ(DONE, turn); in TEST()
/external/llvm/test/Analysis/BasicAA/
Dcas.ll4 @turn = internal global i32 zeroinitializer
10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dsystem_boot_mode.txt13 … if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you turn
Dtransition_from_boolean_2.txt4 Enable or disable the boolean to turn on or off the transition.
Dbooleans_toggled.txt4 Toggle the button to turn on or off the boolean. This will not happen immediately. All changes on …
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Dpvsnotes11 turn on occlusion query
13 turn off occlusion query
/external/llvm/test/Transforms/TailCallElim/
Dinf-recursion.ll3 ; Don't turn this into an infinite loop, this is probably the implementation
15 ; Do turn other calls into infinite loops though.
/external/llvm/test/CodeGen/PowerPC/
Dextsh.ll1 ; This should turn into a single extsh
/external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/services/
Dorg.apache.commons.logging.LogFactory4 # in turn follows the instructions found at:
/external/llvm/test/Transforms/Reassociate/
Dnegation1.ll3 ; Test that we can turn things like A*B + X - A*B -> X.
Dnegation.ll3 ; Test that we can turn things like X*-(Y*Z) -> X*-1*Y*Z.
/external/clang/test/SemaObjC/
Dself-assign.m10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
Didiomatic-parentheses.m32 … // expected-note {{use '==' to turn this assignment into an equality comparison}}
/external/llvm/test/Transforms/InstCombine/
D2008-06-19-UncondLoad.ll12 ; not safe to turn into an uncond load
DJavaCompare.ll2 ; <= comparison. Check to make sure we turn it into a <= (only)
/external/gtest/
DREADME.android6 TODO: turn this into a script!
/external/selinux/sepolgen/
DHACKING39 other access vectors - this forms the backbone of how we turn audit
43 includes algorithms to turn the raw output of the parser into access
/external/bison/m4/
Dassert.m415 [AS_HELP_STRING([--disable-assert], [turn off assertions])],
/external/google-breakpad/src/testing/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
/external/protobuf/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
/external/ant-glob/
DREADME.txt25 brought Condition). In turn this brought in BuildException which was trimmed
/external/llvm/test/Feature/
Doptnone-opt.ll57 ; Additional IR passes that opt doesn't turn on by default.
63 ; Loop IR passes that opt doesn't turn on by default.
/external/replicaisland/src/com/replica/replicaisland/
DPatrolComponent.java271 public void setTurnToFacePlayer(boolean turn) { in setTurnToFacePlayer() argument
272 mTurnToFacePlayer = turn; in setTurnToFacePlayer()
/external/llvm/test/MC/ARM/
Dthumb2-cbn-to-next-inst.s15 cbz r2, L3 @ this can't be encoded, must turn into a nop
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-timechart.txt20 'perf timechart' to turn a trace into a Scalable Vector Graphics file,

12345678910>>...19