HomeSort by relevance Sort by last modified time
    Searched refs:embedded_null_dictionary_text (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcencoder_test.cc 450 const char embedded_null_dictionary_text[] = local
454 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
456 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
457 sizeof(embedded_null_dictionary_text));
467 decoder_.StartDecoding(embedded_null_dictionary_text,
468 sizeof(embedded_null_dictionary_text));
482 const char embedded_null_dictionary_text[] = local
486 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
488 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
489 sizeof(embedded_null_dictionary_text));
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcencoder_test.cc 515 const char embedded_null_dictionary_text[] = local
519 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
521 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
522 sizeof(embedded_null_dictionary_text));
532 decoder_.StartDecoding(embedded_null_dictionary_text,
533 sizeof(embedded_null_dictionary_text));
547 const char embedded_null_dictionary_text[] = local
551 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
553 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
554 sizeof(embedded_null_dictionary_text));
    [all...]
  /external/open-vcdiff/src/
vcencoder_test.cc 515 const char embedded_null_dictionary_text[] = local
519 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
521 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
522 sizeof(embedded_null_dictionary_text));
532 decoder_.StartDecoding(embedded_null_dictionary_text,
533 sizeof(embedded_null_dictionary_text));
547 const char embedded_null_dictionary_text[] = local
551 CHECK_EQ(10, sizeof(embedded_null_dictionary_text));
553 HashedDictionary embedded_null_dictionary(embedded_null_dictionary_text,
554 sizeof(embedded_null_dictionary_text));
    [all...]

Completed in 34 milliseconds