OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:small_text
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc
416
const char*
small_text
= " ";
local
417
EncodeText(
small_text
,
420
VerifyHeaderForDictionaryAndTargetText(dictionary_,
small_text
);
422
ExpectDataString(
small_text
);
424
ExpectAddInstructionForStringLength(
small_text
);
428
const char*
small_text
= " ";
local
429
EncodeText(
small_text
,
432
VerifyHeaderForDictionaryAndTargetText(dictionary_,
small_text
);
434
ExpectAddInstructionForStringLength(
small_text
);
435
ExpectDataString(
small_text
);
[
all
...]
/external/open-vcdiff/src/
vcdiffengine_test.cc
393
const char*
small_text
= " ";
local
394
EncodeText(
small_text
,
397
VerifyHeaderForDictionaryAndTargetText(dictionary_,
small_text
);
399
ExpectDataString(
small_text
);
401
ExpectAddInstructionForStringLength(
small_text
);
405
const char*
small_text
= " ";
local
406
EncodeText(
small_text
,
409
VerifyHeaderForDictionaryAndTargetText(dictionary_,
small_text
);
411
ExpectAddInstructionForStringLength(
small_text
);
412
ExpectDataString(
small_text
);
[
all
...]
Completed in 622 milliseconds