/toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/ |
addi.s | 29 \insn16 r15, 15 #No transform. Because 2**15 = 32768, extend range of addi
|
/libcore/ |
Docs.mk | 28 # NOTE: Because libcore-related source spans modules (not just libcore!), files names here are
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
thumb_blx_in_range.s | 4 # Because bit 1 of the branch target comes from the branch instruction
|
/external/compiler-rt/lib/asan/scripts/ |
symbolize.py | 24 call, which is not expected to return at all. Because of that, this
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Token.js | 1 // NB: Because Token has static members of type CommonToken, the Token dummy
|
/prebuilts/go/darwin-x86/src/runtime/ |
race0.go | 17 // Because raceenabled is false, none of these functions should be called.
|
gcinfo_test.go | 69 // Because the dead bit isn't encoded until the third word, 70 // and because on 32-bit systems a one-word allocation
|
/prebuilts/go/darwin-x86/src/sync/ |
once.go | 29 // Because no call to Do returns until the one call to f returns, if f causes
|
cond.go | 41 // Because c.L is not locked when Wait first resumes, the caller
|
/prebuilts/go/linux-x86/src/runtime/ |
race0.go | 17 // Because raceenabled is false, none of these functions should be called.
|
gcinfo_test.go | 69 // Because the dead bit isn't encoded until the third word, 70 // and because on 32-bit systems a one-word allocation
|
/prebuilts/go/linux-x86/src/sync/ |
once.go | 29 // Because no call to Do returns until the one call to f returns, if f causes
|
cond.go | 41 // Because c.L is not locked when Wait first resumes, the caller
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
ioutil.go | 38 // A successful call returns err == nil, not err == EOF. Because ReadAll is 46 // A successful call returns err == nil, not err == EOF. Because ReadFile
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 38 // A successful call returns err == nil, not err == EOF. Because ReadAll is 46 // A successful call returns err == nil, not err == EOF. Because ReadFile
|
/external/v8/test/mjsunit/ |
copy-on-write-assert.js | 40 // Force copy. Because the array is large it will test the slow array
|
global-load-from-eval.js | 83 // Because of the eval-cache, the 'result = x' code gets reused. This
|
/external/v8/test/mjsunit/regress/ |
regress-1423.js | 41 // Because it's strict, f2 has an environment containing only the constants
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8048.go | 33 // Because b == false, the if does not execute,
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8048.go | 33 // Because b == false, the if does not execute,
|
/prebuilts/go/darwin-x86/src/flag/ |
example_test.go | 64 // Define a flag to accumulate durations. Because it has a special type, 81 // We don't run it here because this is not a main function and
|
/prebuilts/go/linux-x86/src/flag/ |
example_test.go | 64 // Define a flag to accumulate durations. Because it has a special type, 81 // We don't run it here because this is not a main function and
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4_test.go | 124 // Because we have assembly for amd64, 386, and arm, this prevents
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4_test.go | 124 // Because we have assembly for amd64, 386, and arm, this prevents
|
/prebuilts/go/darwin-x86/test/ |
nosplit.go | 128 # Because ARM doesn't save LR in the leaf, it gets an extra 4 bytes. 129 # Because ppc64 doesn't save LR in the leaf, it gets an extra 8 bytes.
|