Home
last modified time | relevance | path

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

1234567891011

/external/v8/test/cctest/
Dtest-threads.cc63 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/
Dcas.ll4 @turn = internal global i32 zeroinitializer
9 %b = tail call i32 @llvm.atomic.swap.i32.p0i32(i32* @turn, i32 1)
/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/Transforms/SimplifyLibCalls/
Diprintf.ll19 ; 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
DPrintf.ll27 ; Verify that we don't turn this into a putchar call (thus changing the return
/external/chromium/chrome/browser/ui/cocoa/
Dtask_manager_mac_unittest.mm45 // 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/
DDumpRenderTreeWindow.mm111 …// 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/
Dpostproc.txt59 die_codec(&codec, "Failed to turn off postproc");
64 die_codec(&codec, "Failed to turn on postproc");
/external/llvm/test/CodeGen/PowerPC/
Dextsh.ll1 ; This should turn into a single extsh
/external/clang/test/SemaObjC/
Dself-assign.m10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
/external/llvm/test/Transforms/Reassociate/
Dmulfactor2.ll1 ; This should turn into one multiply and one add.
Dnegation.ll3 ; Test that we can turn things like X*-(Y*Z) -> X*-1*Y*Z.
/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)
Dcall.ll113 ; 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/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DGeneral.xcconfig13 // Zerolink prevents link warnings so turn it off
/external/chromium/testing/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DGeneral.xcconfig13 // Zerolink prevents link warnings so turn it off
/external/dropbear/libtomcrypt/notes/
Dtech0005.txt10 … 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/
Dphpdoc.ini48 ;; 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/
Dc++.at54 # 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/
DREADME.X1126 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/
D2003-06-25-Reoptimizer1.txt71 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/
Dindirectbr.ll77 ; 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