Home
last modified time | relevance | path

Searched refs:small_text (Results 1 – 2 of 2) sorted by relevance

/external/open-vcdiff/src/
Dvcdiffengine_test.cc393 const char* small_text = " "; in TEST_F() local
394 EncodeText(small_text, in TEST_F()
397 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()
399 ExpectDataString(small_text); in TEST_F()
401 ExpectAddInstructionForStringLength(small_text); in TEST_F()
405 const char* small_text = " "; in TEST_F() local
406 EncodeText(small_text, in TEST_F()
409 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()
411 ExpectAddInstructionForStringLength(small_text); in TEST_F()
412 ExpectDataString(small_text); in TEST_F()
/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine_test.cc416 const char* small_text = " "; in TEST_F() local
417 EncodeText(small_text, in TEST_F()
420 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()
422 ExpectDataString(small_text); in TEST_F()
424 ExpectAddInstructionForStringLength(small_text); in TEST_F()
428 const char* small_text = " "; in TEST_F() local
429 EncodeText(small_text, in TEST_F()
432 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()
434 ExpectAddInstructionForStringLength(small_text); in TEST_F()
435 ExpectDataString(small_text); in TEST_F()