HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 76 - 100 of 10423) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/COFF/
secidx.s 3 // check that we produce the correct relocation for .secidx
  /external/llvm/test/Verifier/
ident-meta4.ll 8 ; CHECK: assembly parsed, but does not verify as correct!
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.cpp 15 // We can change signature. So file doesn't contain correct signature.
  /external/testng/src/test/java/test/parameters/
Override1Sample.java 23 Assert.assertEquals(p, "Correct");
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
fenv.h 7 This had to be done to correct non-standard usages in the
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
outstanding_bugs.py 5 # When you fix one of the bugs, please move the test to the correct
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
outstanding_bugs.py 5 # When you fix one of the bugs, please move the test to the correct
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug435.go 8 // gives an error message with the correct line number.
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.
issue8836.go 7 // Checking that line number is correct in error message.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 5 # When you fix one of the bugs, please move the test to the correct
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 5 # When you fix one of the bugs, please move the test to the correct
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
instruction_packing-007.s 3 ;; correct line number information.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-bend.s 3 % not at the end of a file. It also does not in YZ specify a correct
b-bend1.d 10 # not-correct-YZ-field and might need tweaking if the implementation
b-bend2.d 9 # We use the b-bend.s file just to make the correct lop_end in
  /external/chromium-trace/catapult/firefighter/
pylintrc 27 # Regular expression which should only match correct function names.
30 # Regular expression which should only match correct method names.
33 # Regular expression which should only match correct instance attribute names
36 # Regular expression which should only match correct argument names.
39 # Regular expression which should only match correct variable names.
  /external/chromium-trace/catapult/
pylintrc 31 # Regular expression which should only match correct function names.
34 # Regular expression which should only match correct method names.
37 # Regular expression which should only match correct instance attribute names
40 # Regular expression which should only match correct argument names.
43 # Regular expression which should only match correct variable names.
  /external/tcpdump/tests/
pimv2_sm-v.out 3 Hello, cksum 0x41fe (correct)
10 Hello, cksum 0xb52e (correct)
17 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13
23 Hello, cksum 0x41fe (correct)
30 Hello, cksum 0xb52e (correct)
37 Hello, cksum 0x41fe (correct)
44 Hello, cksum 0xb52e (correct)
51 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13
57 Hello, cksum 0x41fe (correct)
64 Hello, cksum 0xb52e (correct)
    [all...]
of10_7050q-v.out 2 10.0.0.80.6633 > 86.139.225.177.57145: Flags [P.], cksum 0xddb3 (correct), seq 3804035784:3804035836, ack 3936946676, win 136, options [nop,nop,TS val 256259488 ecr 12980962], length 52: OpenFlow
9 86.139.225.177.57145 > 10.0.0.80.6633: Flags [P.], cksum 0xf75f (correct), seq 1:25, ack 52, win 54, options [nop,nop,TS val 12980987 ecr 256259488], length 24: OpenFlow
15 86.139.225.177.57145 > 10.0.0.80.6633: Flags [P.], cksum 0xf55e (correct), seq 25:53, ack 52, win 54, options [nop,nop,TS val 12981023 ecr 256259628], length 28: OpenFlow
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java 52 collector.checkThat("tlv11-correct-construction",
63 collector.checkThat("tlv01-correct-construction",
82 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(0));
83 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(4));
84 collector.checkThat("tlv22-correct-iteration-DATA", tlv.getInt(), equalTo(2));
86 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(2));
87 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(2));
88 collector.checkThat("tlv22-correct-iteration-DATA", (int) tlv.getShort(),
91 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(55));
92 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(0))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CRC32Test.java 46 assertEquals("update(max) failed to update the checksum to the correct value ",
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
63 // assertEquals("update(int) failed to update the checksum to the correct
80 assertEquals("update(int) failed to update the checksum to the correct value ",
98 assertEquals("update(1) failed to update the checksum to the correct value ",
106 assertEquals("update(max) failed to update the checksum to the correct value ",
114 assertEquals("update(min) failed to update the checksum to the correct value ",
129 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
138 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
157 assertEquals("update(byte[],int,int) failed to update the checksum to the correct value "
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 251 * @return Either 0, if the encoding is correct, or -1, if it is incorrect.
254 int correct = 0; local
258 correct |= (encoded[0] ^ 2);
273 correct |= (tmp & 1) - 1;
279 correct |= encoded[encoded.length - (pLen +1)];
284 correct |= correct >> 1;
285 correct |= correct >> 2;
286 correct |= correct >> 4
345 int correct = PKCS1Encoding.checkPkcs1Encoding(block, this.pLen); local
    [all...]
  /external/clang/test/CodeGenCXX/
mips-size_t-ptrdiff_t.cpp 5 // Test that the size_t is correct for the ABI. It's not sufficient to be the
6 // correct size, it must be the same type for correct name mangling.

Completed in 399 milliseconds

1 2 34 5 6 7 8 91011>>