Searched refs:turn (Results 1 – 25 of 555) sorted by relevance
12345678910>>...23
/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/ImageMagick/PerlMagick/demo/ |
D | lsys.pl | 29 '-' => sub{ $turtle->turn(-$changes->{"dtheta"}); }, # counter-clockwise 30 '+' => sub{ $turtle->turn($changes->{"dtheta"}); }, # Turn clockwise
|
/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/webrtc/talk/app/webrtc/ |
D | peerconnectionfactory_unittest.cc | 249 cricket::RelayServerConfig turn("test.com", 1234, kTurnUsername, in TEST_F() local 251 turn_servers.push_back(turn); in TEST_F() 270 cricket::RelayServerConfig turn("hello.com", kDefaultStunPort, "test", in TEST_F() local 272 turn_servers.push_back(turn); in TEST_F()
|
/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/FunctionImport/ |
D | funcimport.ll | 45 ; should in turn be imported as a promoted/renamed and hidden function. 54 ; should in turn be imported.
|
/external/llvm/test/Transforms/Reassociate/ |
D | negation1.ll | 3 ; Test that we can turn things like A*B + X - A*B -> X.
|
/external/clang/test/SemaObjC/ |
D | self-assign.m | 10 // 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/webrtc/webrtc/tools/loopback_test/ |
D | README | 4 turn. For now the test is used to analyse bandwidth estimation and get records
|
/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/llvm/test/CodeGen/X86/ |
D | sse-only.ll | 4 ; Test that turning off mmx doesn't turn off sse
|
D | mmx-only.ll | 4 ; Test that turning off sse doesn't turn off mmx.
|
/external/google-breakpad/src/testing/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/protobuf/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
/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.
|
12345678910>>...23