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

/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/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_org/v8/test/cctest/
H A Dtest-atomicops.cc161 AtomicType test_val = local
163 AtomicType value = -1 ^ test_val;
165 CHECK_EQU(test_val, value);
169 CHECK_EQU(-1 ^ test_val, value);
172 test_val = static_cast<AtomicType>(1) << (NUM_BITS(AtomicType) / 2);
173 value = test_val - 1;
175 CHECK_EQU(test_val, value);
179 CHECK_EQU(test_val - 1, value);
/external/chromium_org/base/
H A Datomicops_unittest.cc134 AtomicType test_val = (static_cast<uint64_t>(1) << local
136 AtomicType value = -1 ^ test_val;
138 EXPECT_EQ(test_val, value);
142 EXPECT_EQ(-1 ^ test_val, value);
145 test_val = static_cast<uint64_t>(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_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_unittest.cc92 int test_val = 42; local
93 BPF_ASSERT_EQ(0, pthread_create(&th, NULL, &SetValueInThread, &test_val));
95 BPF_ASSERT_EQ(kExpectedValue, test_val);
/external/chromium_org/base/allocator/
H A Dallocator_unittest.cc207 AtomicType test_val = static_cast<uint64_t>(1) << (NUM_BITS(AtomicType) / 2); local
208 AtomicType value = test_val - 1;
210 EXPECT_EQ(test_val, value);
214 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 3638 milliseconds