Searched refs:turn (Results 1 – 25 of 270) sorted by relevance
1234567891011
/external/v8/test/cctest/ |
D | test-threads.cc | 63 static Turn turn = FILL_CACHE; variable 74 CHECK_EQ(FILL_CACHE, turn); in Run() 86 turn = CLEAN_CACHE; in Run() 92 } while (turn != SECOND_TIME_FILL_CACHE); in Run() 97 turn = DONE; in Run() 109 if (turn == CLEAN_CACHE) { in Run() 115 turn = SECOND_TIME_FILL_CACHE; in Run() 138 CHECK_EQ(DONE, turn); in TEST()
|
/external/llvm/test/Analysis/BasicAA/ |
D | cas.ll | 4 @turn = internal global i32 zeroinitializer 9 %b = tail call i32 @llvm.atomic.swap.i32.p0i32(i32* @turn, i32 1)
|
/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/Transforms/SimplifyLibCalls/ |
D | iprintf.ll | 19 ; Verify we don't turn this into an iprintf call 39 ; Verify we don't turn this into an siprintf call 59 ; Verify we don't turn this into an fiprintf call
|
D | Printf.ll | 27 ; Verify that we don't turn this into a putchar call (thus changing the return
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | task_manager_mac_unittest.mm | 45 // Releases the controller, which in turn deletes |bridge|. 76 // Releases the controller, which in turn deletes |bridge|. 111 // Releases the controller, which in turn deletes |bridge|.
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTreeWindow.mm | 111 …// If the WebView has gone into compositing mode, turn on window autodisplay. This is necessary fo… 113 // We only ever turn autodisplay on here, because we turn it off before every test.
|
/external/libvpx/examples/ |
D | postproc.txt | 59 die_codec(&codec, "Failed to turn off postproc"); 64 die_codec(&codec, "Failed to turn on postproc");
|
/external/llvm/test/CodeGen/PowerPC/ |
D | extsh.ll | 1 ; This should turn into a single extsh
|
/external/clang/test/SemaObjC/ |
D | self-assign.m | 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
|
/external/llvm/test/Transforms/Reassociate/ |
D | mulfactor2.ll | 1 ; This should turn into one multiply and one add.
|
D | negation.ll | 3 ; Test that we can turn things like X*-(Y*Z) -> X*-1*Y*Z.
|
/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)
|
D | call.ll | 113 ; Don't turn this into "unreachable": the callee and caller don't agree in 121 ; Don't turn this into a direct call, because test9x is just a prototype and
|
/external/protobuf/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
D | General.xcconfig | 13 // Zerolink prevents link warnings so turn it off
|
/external/chromium/testing/gtest/xcode/Config/ |
D | DebugProject.xcconfig | 16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
|
D | General.xcconfig | 13 // Zerolink prevents link warnings so turn it off
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0005.txt | 10 … the command line with the LTC_NO_* defines. From there you can manually turn on what you want to…
|
/external/libvpx/examples/includes/geshi/docs/ |
D | phpdoc.ini | 48 ;; parse a PEAR-style repository. Do not turn this on if your project does 88 ;; turn this option on if you want highlighted source code for every file
|
/external/bison/tests/ |
D | c++.at | 54 # The QUIET tag can be used to turn on/off the messages that are 59 # The WARNINGS tag can be used to turn on/off the warning messages
|
/external/quake/quake/src/WinQuake/docs/ |
D | README.X11 | 26 not "grabbed" by default. Go to the Options menu and turn on Use Mouse to grab 28 QWCL, you have to turn Use Mouse off.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 71 We turn off llvm_first_trigger() calls with NOPs, but this would hide 78 with a time when we will next turn instrumentation back on for that 80 that off the prio. queue and turn instrumentation back on for that
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | indirectbr.ll | 77 ; SimplifyCFG should turn the indirectbr into a conditional branch on the 102 ; SimplifyCFG should turn the indirectbr into an unconditional branch to the 126 ; SimplifyCFG should turn the indirectbr into an unreachable because neither
|
1234567891011