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

  /external/chromium/sdch/open-vcdiff/src/
instruction_map_test.cc 27 class InstructionMapTest : public testing::Test {
76 VCDiffCodeTableData* InstructionMapTest::g_exercise_code_table_ = NULL;
77 const VCDiffInstructionMap* InstructionMapTest::default_map = NULL;
78 const VCDiffInstructionMap* InstructionMapTest::exercise_map = NULL;
80 void InstructionMapTest::SetUpTestCase() {
118 void InstructionMapTest::TearDownTestCase() {
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
138 void InstructionMapTest::VerifyExerciseFirstInstruction(
164 void InstructionMapTest::VerifyExerciseSecondInstruction(
181 TEST_F(InstructionMapTest, DefaultMapLookupFirstNoop)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map_test.cc 27 class InstructionMapTest : public testing::Test {
76 VCDiffCodeTableData* InstructionMapTest::g_exercise_code_table_ = NULL;
77 const VCDiffInstructionMap* InstructionMapTest::default_map = NULL;
78 const VCDiffInstructionMap* InstructionMapTest::exercise_map = NULL;
80 void InstructionMapTest::SetUpTestCase() {
118 void InstructionMapTest::TearDownTestCase() {
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
138 void InstructionMapTest::VerifyExerciseFirstInstruction(
164 void InstructionMapTest::VerifyExerciseSecondInstruction(
181 TEST_F(InstructionMapTest, DefaultMapLookupFirstNoop)
    [all...]
  /external/open-vcdiff/src/
instruction_map_test.cc 27 class InstructionMapTest : public testing::Test {
76 VCDiffCodeTableData* InstructionMapTest::g_exercise_code_table_ = NULL;
77 const VCDiffInstructionMap* InstructionMapTest::default_map = NULL;
78 const VCDiffInstructionMap* InstructionMapTest::exercise_map = NULL;
80 void InstructionMapTest::SetUpTestCase() {
118 void InstructionMapTest::TearDownTestCase() {
123 void InstructionMapTest::AddExerciseOpcode(unsigned char inst1,
138 void InstructionMapTest::VerifyExerciseFirstInstruction(
164 void InstructionMapTest::VerifyExerciseSecondInstruction(
181 TEST_F(InstructionMapTest, DefaultMapLookupFirstNoop)
    [all...]

Completed in 478 milliseconds