OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLastExerciseMode
(Results
1 - 4
of
4
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
codetable_test.cc
57
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
66
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
85
EXPECT_TRUE(g_exercise_code_table_->Validate(
kLastExerciseMode
));
114
static const int
kLastExerciseMode
= 4;
250
EXPECT_TRUE(g_exercise_code_table_->Validate(
kLastExerciseMode
));
decodetable_test.cc
60
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
69
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
85
EXPECT_TRUE(g_exercise_code_table_->Validate(
kLastExerciseMode
));
138
static const int
kLastExerciseMode
= 4;
411
EXPECT_TRUE(reader_.UseCodeTable(*g_exercise_code_table_,
kLastExerciseMode
));
417
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
426
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
encodetable_test.cc
44
*g_exercise_code_table_,
kLastExerciseMode
),
69
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
78
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
96
EXPECT_TRUE(g_exercise_code_table_->Validate(
kLastExerciseMode
));
139
static const int
kLastExerciseMode
= 4;
instruction_map_test.cc
59
static const int
kLastExerciseMode
= 4;
84
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
93
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
112
EXPECT_TRUE(g_exercise_code_table_->Validate(
kLastExerciseMode
));
115
kLastExerciseMode
);
565
inst_mode1 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
574
inst_mode2 <= VCD_LAST_INSTRUCTION_TYPE +
kLastExerciseMode
;
Completed in 138 milliseconds