Searched refs:exp_value (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/test/example/ |
D | unit_test_example_12.cpp | 110 unsigned long exp_value; member 115 return !tmp ? tmp : istr >> test_data.exp_value; in operator >>() 128 if( test_data.exp_value == (unsigned long)-1 ) in test() 130 else if( test_data.exp_value == (unsigned long)-2 ) in test() 134 … BOOST_CHECK_EQUAL( m_function_under_test( test_data.orig_string ), test_data.exp_value ); in test()
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | integrator.py | 450 for exp_key, exp_value in condition_value.items(): 452 exp_key, exp_value, actual_value): 457 def _is_match_condition(exp_key, exp_value, actual_value): argument 470 if actual_value not in exp_value: 473 if actual_value in exp_value: 476 for partial_match_str in exp_value:
|
/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() argument 256 int_type x = static_cast<int_type>(~exp_value); in VerifySimpleAtoiGood() 259 EXPECT_EQ(exp_value, x); in VerifySimpleAtoiGood() 260 x = static_cast<int_type>(~exp_value); in VerifySimpleAtoiGood() 262 EXPECT_EQ(exp_value, x); in VerifySimpleAtoiGood()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 252 void VerifySimpleAtoiGood(in_val_type in_value, int_type exp_value) { in VerifySimpleAtoiGood() argument 256 int_type x = static_cast<int_type>(~exp_value); in VerifySimpleAtoiGood() 259 EXPECT_EQ(exp_value, x); in VerifySimpleAtoiGood() 260 x = static_cast<int_type>(~exp_value); in VerifySimpleAtoiGood() 262 EXPECT_EQ(exp_value, x); in VerifySimpleAtoiGood()
|