Searched refs:test_val (Results 1 - 17 of 17) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_env_var_test.py73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
/external/chromium_org/testing/gtest/test/
H A Dgtest_env_var_test.py73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
/external/gtest/test/
H A Dgtest_env_var_test.py73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_env_var_test.py73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
/external/protobuf/gtest/test/
H A Dgtest_env_var_test.py71 def TestFlag(flag, test_val, default_val):
75 SetEnvVar(env_var, test_val)
76 AssertEq(test_val, GetFlag(flag))
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp5.c406 dfp_val_t test_val; local
418 test_val.u64_val = dfp64_vals[i];
420 test_val.u128.valu = dfp128_vals[i * 2];
421 test_val.u64_val = test_val.u128.valu;
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
427 result = (*func)(SP, test_val);
429 test_def.op, test_val.u64_val);
431 printf(" %016llx", test_val.u128.vall);
454 dfp_val_t test_val; local
[all...]
H A Dtest_dfp4.c482 dfp_val_t test_val, dummy; local
495 test_val.u64_val = dfp64_vals[i];
497 test_val.u128.valu = dfp128_vals[i * 2];
498 test_val.u64_val = test_val.u128.valu;
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
508 (*func)(BF, data_class_OR_group, test_val, dummy);
513 test_def.op, test_val.u64_val);
515 printf(" %016llx", test_val.u128.vall);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp5.c406 dfp_val_t test_val; local
418 test_val.u64_val = dfp64_vals[i];
420 test_val.u128.valu = dfp128_vals[i * 2];
421 test_val.u64_val = test_val.u128.valu;
422 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
427 result = (*func)(SP, test_val);
429 test_def.op, test_val.u64_val);
431 printf(" %016llx", test_val.u128.vall);
454 dfp_val_t test_val; local
[all...]
H A Dtest_dfp4.c482 dfp_val_t test_val, dummy; local
495 test_val.u64_val = dfp64_vals[i];
497 test_val.u128.valu = dfp128_vals[i * 2];
498 test_val.u64_val = test_val.u128.valu;
499 test_val.u128.vall = dfp128_vals[(i * 2) + 1];
508 (*func)(BF, data_class_OR_group, test_val, dummy);
513 test_def.op, test_val.u64_val);
515 printf(" %016llx", test_val.u128.vall);
/external/chromium/base/
H A Datomicops_unittest.cc134 AtomicType test_val = (GG_ULONGLONG(1) << local
136 AtomicType value = -1 ^ test_val;
138 EXPECT_EQ(test_val, value);
142 EXPECT_EQ(-1 ^ test_val, value);
145 test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
146 value = test_val - 1;
148 EXPECT_EQ(test_val, value);
152 EXPECT_EQ(test_val - 1, value);
/external/chromium_org/base/
H A Datomicops_unittest.cc134 AtomicType test_val = (GG_ULONGLONG(1) << local
136 AtomicType value = -1 ^ test_val;
138 EXPECT_EQ(test_val, value);
142 EXPECT_EQ(-1 ^ test_val, value);
145 test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2);
146 value = test_val - 1;
148 EXPECT_EQ(test_val, value);
152 EXPECT_EQ(test_val - 1, value);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Datomicops_unittest.cc163 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2); local
164 AtomicType value = test_val - 1;
166 ASSERT_EQ(test_val, value);
170 ASSERT_EQ(test_val - 1, value);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Datomicops_unittest.cc163 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2); local
164 AtomicType value = test_val - 1;
166 ASSERT_EQ(test_val, value);
170 ASSERT_EQ(test_val - 1, value);
/external/chromium/base/allocator/
H A Dallocator_unittests.cc209 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2); local
210 AtomicType value = test_val - 1;
212 EXPECT_EQ(test_val, value);
216 EXPECT_EQ(test_val - 1, value);
/external/chromium_org/base/allocator/
H A Dallocator_unittests.cc208 AtomicType test_val = GG_ULONGLONG(1) << (NUM_BITS(AtomicType) / 2); local
209 AtomicType value = test_val - 1;
211 EXPECT_EQ(test_val, value);
215 EXPECT_EQ(test_val - 1, value);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp3612 ir_rvalue *const test_val = local
3616 state->switch_state.test_var = new(ctx) ir_variable(test_val->type,
3623 instructions->push_tail(new(ctx) ir_assignment(deref_test_var, test_val));
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp3612 ir_rvalue *const test_val = local
3616 state->switch_state.test_var = new(ctx) ir_variable(test_val->type,
3623 instructions->push_tail(new(ctx) ir_assignment(deref_test_var, test_val));

Completed in 305 milliseconds