Searched refs:expected_a (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 63 local expected_a="$1" 76 if [[ $actual_a -lt $(($expected_a - $tolerance)) ]] || 77 [[ $actual_a -gt $(($expected_a + $tolerance)) ]]; then 79 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
|
/external/libchrome/components/policy/core/common/ |
D | policy_map_unittest.cc | 157 base::Value expected_a("aaa"); in TEST_F() local 158 EXPECT_TRUE(expected_a.Equals(b.GetValue(kTestPolicyName1))); in TEST_F()
|
/external/tensorflow/tensorflow/cc/tools/ |
D | freeze_saved_model_test.cc | 153 Output expected_a = ops::Const(expected_scope.WithOpName("a"), 10.0f, {}); in TestFreezeGraphWithoutDependentVariables() local 156 ops::Mul(expected_scope.WithOpName("c"), expected_a, expected_b); in TestFreezeGraphWithoutDependentVariables()
|
/external/protobuf/ruby/tests/ |
D | basic.rb | 336 …expected_a = "<BasicTest::MapMessage: map_string_int32: {\"b\"=>2, \"a\"=>1}, map_string_msg: {\"b… 339 …assert expected_a == inspect_result || expected_b == inspect_result, "Incorrect inspect result: #{…
|
/external/cronet/third_party/protobuf/ruby/tests/ |
D | basic.rb | 336 …expected_a = "<BasicTest::MapMessage: map_string_int32: {\"b\"=>2, \"a\"=>1}, map_string_msg: {\"b… 339 …assert expected_a == inspect_result || expected_b == inspect_result, "Incorrect inspect result: #{…
|
/external/tensorflow/tensorflow/python/kernel_tests/io_ops/ |
D | parsing_ops_test.py | 2087 expected_a = ragged_factory_ops.constant([[3, 4], [9], [], []], 2099 expected_context_output = dict(a=expected_a) 2128 "a": ragged_concat_ops.concat([expected_a] * 64, axis=0)
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 985 GLint expected_a[] = { 5, 35665, 2, 0, 1, 0, 0 }; in Run() local 986 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["a"], 7, props, 7, expected_a, erro… in Run()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 6696 StatusFlags expected_a[16] = {NFlag, // Less than in TEST() local 6729 ASSERT_EQUAL_32(expected_a[i], w2); in TEST()
|