HomeSort by relevance Sort by last modified time
    Searched refs:correct (Results 1 - 25 of 906) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
pth_cancel1.stdout.exp 3 result is correct
  /prebuilts/go/darwin-x86/test/fixedbugs/bug302.dir/
main.go 7 // Check that the export information is correct in p.6.
10 // Check that it's still correct in pp.a (which contains p.6).
  /prebuilts/go/linux-x86/test/fixedbugs/bug302.dir/
main.go 7 // Check that the export information is correct in p.6.
10 // Check that it's still correct in pp.a (which contains p.6).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-v32s-3.s 1 ; Check correct disassembly of special registers.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
xgate-offset.s 8 ldw r2,#var+0x106 ; check for correct carry too
bug-1403.s 1 ;;; Bug #1403: Branch adjustment to another section not correct when doing linker relaxation
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 257 * @return Either 0, if the encoding is correct, or -1, if it is incorrect.
261 int correct = 0; local
265 correct |= (encoded[0] ^ 2);
281 correct |= (tmp & 1) - 1;
287 correct |= encoded[encoded.length - (pLen + 1)];
292 correct |= correct >> 1;
293 correct |= correct >> 2;
294 correct |= correct >> 4
334 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
hexprefix.s 1 # Test for correct generation of hex prefixes.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
p2663.s 6 jsr %pc@(table-.-2:b,%d7:w) | correct but cryptic
  /external/deqp/scripts/src_util/
check_boms.py 66 correct = True
73 correct = False
75 return correct
  /external/scapy/test/tls/
travis_test_server.py 55 correct = False
65 # Return correct answer
66 correct, out_e = check_output_for_data(out, err, expected_data)
69 if correct:
  /art/runtime/interpreter/mterp/arm/
op_cmp_long.S 15 sbcs ip, r1, r3 @ Sets correct CCs for checking LT (but not EQ/NE)
18 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP
  /external/vboot_reference/utility/
tpm-nvsize 39 echo please correct this condition and try again
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug435.go 8 // gives an error message with the correct line number.
issue11369.go 8 // by a constant generates correct code.
issue13415.go 8 // correct line (and not on the line of the 2nd :=).
issue20602.go 7 // Verify that the correct (not implicitly dereferenced)
issue8836.go 7 // Checking that line number is correct in error message.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug435.go 8 // gives an error message with the correct line number.
issue11369.go 8 // by a constant generates correct code.
issue13415.go 8 // correct line (and not on the line of the 2nd :=).
issue20602.go 7 // Verify that the correct (not implicitly dereferenced)
issue8836.go 7 // Checking that line number is correct in error message.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
expdyn5.d 7 # Like expdyn2.d, but testing that the .got contents is correct. There
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-bend.s 3 % not at the end of a file. It also does not in YZ specify a correct

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>