OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_length
(Results
1 - 7
of
7
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc
451
const int
expected_length
= kBlockSize * StringLengthAsInt("e hear is ");
452
const int max_bytes =
expected_length
- 1;
462
const int
expected_length
= kBlockSize * StringLengthAsInt("e hear is ");
463
const int max_bytes =
expected_length
+ 1;
464
EXPECT_EQ(
expected_length
, MatchingBytesToLeft(
468
EXPECT_EQ(
expected_length
, MatchingBytesToLeft(
477
const int
expected_length
= (kBlockSize * StringLengthAsInt("fearsom"))
479
const int max_bytes =
expected_length
- 1;
489
const int
expected_length
= (kBlockSize * StringLengthAsInt("fearsom"))
491
const int max_bytes =
expected_length
+ 1
[
all
...]
varint_bigendian_test.cc
66
void StartEncodingTest(SignedIntegerType v, int
expected_length
) {
67
verify_expected_length_ =
expected_length
;
68
EXPECT_EQ(
expected_length
, VarintType::Length(v));
69
EXPECT_EQ(
expected_length
, VarintType::Encode(v, &varint_buf_[0]));
71
EXPECT_EQ(static_cast<size_t>(
expected_length
), s_.length());
vcdiffengine_test.cc
104
const size_t
expected_length
= VarintBE<int32_t>::Length(expected_value);
local
110
EXPECT_EQ(
expected_length
, parsed_length);
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java
59
private static final int
EXPECTED_LENGTH
= 16;
289
assertEquals(
EXPECTED_LENGTH
, mTypedArray.length());
/external/dbus/bus/
signals.c
1677
int
expected_length
;
local
[
all
...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java
[
all
...]
/external/icu4c/test/intltest/
dtfmttst.cpp
396
const int32_t
EXPECTED_LENGTH
= sizeof(EXPECTED)/sizeof(EXPECTED[0]);
398
assertTrue("data size",
EXPECTED_LENGTH
== COUNT * UDAT_FIELD_COUNT);
[
all
...]
Completed in 463 milliseconds