Searched defs:small_text (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc416 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/
H A Dvcdiffengine_test.cc393 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 65 milliseconds