HomeSort by relevance Sort by last modified time
    Searched refs:test_val (Results 1 - 20 of 20) sorted by null

  /external/chromium/testing/gtest/test/
gtest_env_var_test.py 73 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/
gtest_env_var_test.py 73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
  /external/gtest/test/
gtest_env_var_test.py 73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
  /external/protobuf/gtest/test/
gtest_env_var_test.py 71 def TestFlag(flag, test_val, default_val):
75 SetEnvVar(env_var, test_val)
76 AssertEq(test_val, GetFlag(flag))
  /ndk/sources/third_party/googletest/googletest/test/
gtest_env_var_test.py 73 def TestFlag(flag, test_val, default_val):
77 SetEnvVar(env_var, test_val)
78 AssertEq(test_val, GetFlag(flag))
  /external/valgrind/main/none/tests/ppc32/
test_dfp5.c 406 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...]
test_dfp4.c 482 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/
test_dfp5.c 406 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...]
test_dfp4.c 482 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/
atomicops_unittest.cc 134 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/
atomicops_unittest.cc 134 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/
atomicops_unittest.cc 163 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/
atomicops_unittest.cc 163 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/
allocator_unittests.cc 209 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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 340 test_val = 0x80000000
341 SetValueEx(ck, "test_name", None, REG_DWORD, test_val)
344 self.assertEqual(ret_val, test_val)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 340 test_val = 0x80000000
341 SetValueEx(ck, "test_name", None, REG_DWORD, test_val)
344 self.assertEqual(ret_val, test_val)
  /external/chromium_org/base/allocator/
allocator_unittests.cc 208 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);
  /art/runtime/interpreter/
interpreter.cc 983 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t()); local
1553 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t()); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 3612 ir_rvalue *const test_val = local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3612 ir_rvalue *const test_val = local
    [all...]

Completed in 549 milliseconds