Searched refs:turn (Results 1 – 25 of 463) sorted by relevance
12345678910>>...19
/external/v8/test/cctest/ |
D | test-threads.cc | 42 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/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 10 %b = atomicrmw xchg i32* @turn, i32 1 monotonic
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | system_boot_mode.txt | 13 … if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you turn …
|
D | transition_from_boolean_2.txt | 4 Enable or disable the boolean to turn on or off the transition.
|
D | booleans_toggled.txt | 4 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/ |
D | pvsnotes | 11 turn on occlusion query 13 turn off occlusion query
|
/external/llvm/test/Transforms/TailCallElim/ |
D | 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/llvm/test/CodeGen/PowerPC/ |
D | extsh.ll | 1 ; This should turn into a single extsh
|
/external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/services/ |
D | org.apache.commons.logging.LogFactory | 4 # in turn follows the instructions found at:
|
/external/llvm/test/Transforms/Reassociate/ |
D | negation1.ll | 3 ; Test that we can turn things like A*B + X - A*B -> X.
|
D | negation.ll | 3 ; Test that we can turn things like X*-(Y*Z) -> X*-1*Y*Z.
|
/external/clang/test/SemaObjC/ |
D | self-assign.m | 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
|
D | idiomatic-parentheses.m | 32 … // expected-note {{use '==' to turn this assignment into an equality comparison}}
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-06-19-UncondLoad.ll | 12 ; not safe to turn into an uncond load
|
D | JavaCompare.ll | 2 ; <= comparison. Check to make sure we turn it into a <= (only)
|
/external/gtest/ |
D | README.android | 6 TODO: turn this into a script!
|
/external/selinux/sepolgen/ |
D | HACKING | 39 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/ |
D | assert.m4 | 15 [AS_HELP_STRING([--disable-assert], [turn off assertions])],
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/protobuf/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/ant-glob/ |
D | README.txt | 25 brought Condition). In turn this brought in BuildException which was trimmed
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 57 ; 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/ |
D | PatrolComponent.java | 271 public void setTurnToFacePlayer(boolean turn) { in setTurnToFacePlayer() argument 272 mTurnToFacePlayer = turn; in setTurnToFacePlayer()
|
/external/llvm/test/MC/ARM/ |
D | thumb2-cbn-to-next-inst.s | 15 cbz r2, L3 @ this can't be encoded, must turn into a nop
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-timechart.txt | 20 'perf timechart' to turn a trace into a Scalable Vector Graphics file,
|
12345678910>>...19