Searched refs:is_percent (Results 1 – 5 of 5) sorted by relevance
882 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()912 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()943 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()946 EXPECT_FALSE(tolerances[1].is_percent); in TEST_F()949 EXPECT_TRUE(tolerances[2].is_percent); in TEST_F()952 EXPECT_FALSE(tolerances[3].is_percent); in TEST_F()1012 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()1039 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()1042 EXPECT_TRUE(tolerances[1].is_percent); in TEST_F()1045 EXPECT_FALSE(tolerances[2].is_percent); in TEST_F()[all …]
437 int is_percent; member456 out.is_percent = 1; in to_control_value()477 int prev_value = value->is_percent ? mixer_ctl_get_percent(ctl, i) in set_control_value()487 return value->is_percent ? mixer_ctl_set_percent(ctl, i, next_value) in set_control_value()506 value.is_relative ? "r" : "", value.is_percent ? "%" : ""); in set_control_values()528 v.is_relative ? "r" : "", v.is_percent ? "%" : "", i); in set_control_values()
136 command->HasTolerances() ? tolerance[0].is_percent : true)) { in CheckActualValue()183 is_tolerance_percent[0] = tol[0].is_percent; in SetupToleranceForTexels()184 is_tolerance_percent[1] = tol[1].is_percent; in SetupToleranceForTexels()185 is_tolerance_percent[2] = tol[2].is_percent; in SetupToleranceForTexels()186 is_tolerance_percent[3] = tol[3].is_percent; in SetupToleranceForTexels()192 is_tolerance_percent[0] = tol[0].is_percent; in SetupToleranceForTexels()193 is_tolerance_percent[1] = tol[0].is_percent; in SetupToleranceForTexels()194 is_tolerance_percent[2] = tol[0].is_percent; in SetupToleranceForTexels()195 is_tolerance_percent[3] = tol[0].is_percent; in SetupToleranceForTexels()
336 Tolerance(bool percent, double val) : is_percent(percent), value(val) {} in Tolerance()338 bool is_percent = false; member
3619 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3634 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()3649 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3664 EXPECT_TRUE(tolerances[0].is_percent); in TEST_F()3681 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3700 EXPECT_TRUE(tolerances[i].is_percent); in TEST_F()3702 EXPECT_FALSE(tolerances[i].is_percent); in TEST_F()3721 EXPECT_FALSE(tolerances[0].is_percent); in TEST_F()3740 EXPECT_TRUE(tolerances[i].is_percent); in TEST_F()3742 EXPECT_FALSE(tolerances[i].is_percent); in TEST_F()[all …]