Searched refs:actual_value (Results 1 - 25 of 27) sorted by relevance

12

/external/autotest/client/site_tests/firmware_TouchMTB/tests/
H A Dfirmware_summary_unittest.py237 actual_value = result.stat_metrics.stats_values[metric_name]
238 self.assertAlmostEqual(actual_value, expected_value)
247 actual_value = final_weighted_average[fw]
248 actual_value = round(actual_value, self._round_digits)
249 self.assertAlmostEqual(actual_value, expected_value)
H A Dvalidators_unittest.py648 actual_value = vlog.metrics[i].value
649 if isinstance(actual_value, tuple):
650 self.assertEqual(actual_value, expected_values[i])
652 self.assertAlmostEqual(actual_value, expected_values[i])
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c344 int actual_value; local
346 if (!stw_query_attrib( index + 1, 0, attribute, &actual_value ))
354 if (actual_value != expected_value)
363 if (actual_value < expected_value)
365 else if (actual_value > expected_value)
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
/external/autotest/frontend/shared/
H A Dquery_lib.py172 key, actual_value = value.split('=', 1)
174 **{self._key_field: key, self._value_field: actual_value})
/external/autotest/client/common_lib/cros/network/
H A Diw_runner.py281 actual_value = find_results[0].group(1)
283 iw_link_key, actual_value)
284 return actual_value
/external/autotest/server/cros/network/
H A Dwifi_client.py498 actual_value = self.get_iw_link_value(iw_link_key)
500 if actual_value != desired_value:
504 actual_value))
/external/webp/src/enc/
H A Ddelta_palettization.c292 static uint32_t CalcDist(uint32_t predicted_value, uint32_t actual_value, argument
298 const int32_t av = (actual_value >> i) & 0xff;
307 - Intensity(actual_value));
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h184 // actual_value: "6"
192 const std::string& actual_value,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h285 // actual_value: "6"
293 const String& actual_value,
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h184 // actual_value: "6"
192 const std::string& actual_value,
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h269 // actual_value: "6"
277 const String& actual_value,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h298 // actual_value: "6"
306 const String& actual_value,
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h269 // actual_value: "6"
277 const String& actual_value,
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc994 // actual_value: "6"
1002 const String& actual_value,
1006 if (actual_value != actual_expression) {
1007 msg << "\n Actual: " << actual_value; local
999 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/gtest/src/
H A Dgtest.cc995 // actual_value: "6"
1003 const std::string& actual_value,
1007 if (actual_value != actual_expression) {
1008 msg << "\n Actual: " << actual_value; local
1000 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc993 // actual_value: "6"
1001 const String& actual_value,
1005 if (actual_value != actual_expression) {
1006 msg << "\n Actual: " << actual_value; local
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc993 // actual_value: "6"
1001 const String& actual_value,
1005 if (actual_value != actual_expression) {
1006 msg << "\n Actual: " << actual_value; local
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/protobuf/gtest/src/
H A Dgtest.cc1008 // actual_value: "6"
1016 const String& actual_value,
1020 if (actual_value != actual_expression) {
1021 msg << "\n Actual: " << actual_value; local
1013 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc995 // actual_value: "6"
1003 const std::string& actual_value,
1007 if (actual_value != actual_expression) {
1008 msg << "\n Actual: " << actual_value; local
1000 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2479 // actual_value: "6"
2487 const std::string& actual_value,
2491 if (actual_value != actual_expression) {
2492 msg << "\n Actual: " << actual_value; local
2484 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp2495 // actual_value: "6"
2503 const std::string& actual_value,
2507 if (actual_value != actual_expression) {
2508 msg << "\n Actual: " << actual_value; local
2500 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2348 // actual_value: "6"
2356 const String& actual_value,
2360 if (actual_value != actual_expression) {
2361 msg << "\n Actual: " << actual_value; local
2353 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2479 // actual_value: "6"
2487 const std::string& actual_value,
2491 if (actual_value != actual_expression) {
2492 msg << "\n Actual: " << actual_value; local
2484 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7144 // actual_value: "6"
7152 const std::string& actual_value,
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h7205 // actual_value: "6"
7213 const std::string& actual_value,

Completed in 527 milliseconds

12