/prebuilts/go/darwin-x86/test/ |
opt_branchlikely.go | 14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" 47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 48 if x == 4 { // ERROR "Branch prediction rule stay in loop" 51 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 52 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" 64 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 65 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 67 if i == j { // ERROR "Branch prediction rule stay in loop [all...] |
finprofiled.go | 24 // As the result, all allocated memory must stay alive.
|
/prebuilts/go/linux-x86/test/ |
opt_branchlikely.go | 14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" 47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 48 if x == 4 { // ERROR "Branch prediction rule stay in loop" 51 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 52 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop" 64 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop" 65 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop" 67 if i == j { // ERROR "Branch prediction rule stay in loop [all...] |
finprofiled.go | 24 // As the result, all allocated memory must stay alive.
|
/external/llvm/test/MC/ARM/ |
directive-arch-mode-switch.s | 8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in ARM mode) 21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in Thumb mode) 28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Thumb mode) 39 @ In ARM mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in ARM mode)
|
/external/v8/benchmarks/ |
deltablue.js | 257 * Calculate the walkabout strength, the stay flag, and, if it is 258 * 'stay', the value for the current output of this constraint. Assume 263 this.myOutput.stay = !this.isInput(); 264 if (this.myOutput.stay) this.execute(); // Stay optimization 288 * Variables that should, with some level of preference, stay the same. 290 * change their output during plan execution. This is called "stay 300 // Stay constraints do nothing 416 * Calculate the walkabout strength, the stay flag, and, if it is 417 * 'stay', the value for the current output of thi [all...] |
/prebuilts/go/darwin-x86/doc/codewalk/ |
pig.go | 37 // stay returns the (result, turnIsOver) outcome of staying. 39 func stay(s score) (score, bool) { func 50 return stay
|
/prebuilts/go/linux-x86/doc/codewalk/ |
pig.go | 37 // stay returns the (result, turnIsOver) outcome of staying. 39 func stay(s score) (score, bool) { func 50 return stay
|
/external/javaparser/ |
CONTRIBUTING.md | 28 - Pull requests often stay open for at least a few days to give people a chance to review it.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 18 // Phis need to stay in their block. 19 // GetClosurePtr & Arg must stay in the entry block. 20 // Tuple selectors must stay with the tuple generator.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 18 // Phis need to stay in their block. 19 // GetClosurePtr & Arg must stay in the entry block. 20 // Tuple selectors must stay with the tuple generator.
|
/packages/apps/Email/tests/ |
Android.mk | 31 # stay at 1.6 as long as LOCAL_SDK_VERSION is set to a value < 19. See http://b/38495704
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/external/python/cpython2/Lib/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/external/python/cpython3/Lib/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 49 Does it stay stopped?
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
README.md | 12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
platform_ServoPowerStateController.py | 77 self.assert_dut_off('power_state:rec didn\'t stay at recovery screen.')
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
loadstore.go | 45 // does not end up as a 32-bit store. It must stay a 16 bit store
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgo_sigaction.go | 51 // and g0, so we should stay on the current stack to avoid corrupting g0.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
loadstore.go | 45 // does not end up as a 32-bit store. It must stay a 16 bit store
|
/prebuilts/go/linux-x86/src/runtime/ |
cgo_sigaction.go | 51 // and g0, so we should stay on the current stack to avoid corrupting g0.
|