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

  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac_unittest.cc 22 // Takes ownership of |test_value|.
25 Value* test_value)
28 test_value_(test_value) {}
50 const Value* test_value() const { return test_value_.get(); } function in class:policy::PolicyTestParams
167 base::mac::ScopedCFTypeRef<CFPropertyListRef> test_value(
169 ASSERT_TRUE(test_value.get());
170 prefs_->AddTestItem(name, test_value.get(), false);
182 base::mac::ScopedCFTypeRef<CFPropertyListRef> test_value(
184 ASSERT_TRUE(test_value.get());
185 prefs_->AddTestItem(name, test_value, true)
    [all...]
config_dir_policy_provider_unittest.cc 107 // Assumes ownership of |test_value|.
110 Value* test_value)
113 test_value_(test_value) {}
135 const Value* test_value() const { return test_value_.get(); } function in class:policy::ValueTestParams
211 dict.Set(GetParam().policy_key(), GetParam().test_value()->DeepCopy());
220 EXPECT_TRUE(GetParam().test_value()->Equals(value));
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 164 string16 test_value; local
165 ASSERT_TRUE(dict_root->GetString("test", &test_value));
166 ASSERT_EQ(test, test_value);
174 ASSERT_TRUE(dict_root->GetString("test", &test_value));
175 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
syncstr.h 416 CARD64 test_value; /* trigger event threshold value */ member in struct:_SyncTrigger
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 7391 UInt test_value = sp ? 0xffffff99 : 0xfffffc36; local
7544 UInt test_value = sp ? 0xffffff82 : 0xfffffc02; local
7553 Int test_value = sp ? 125 : 1021; local
7570 UInt test_value = sp ? 0xffffff83 : 0xfffffc03; local
7584 UInt test_value = 0xfffffc36; \/\/Int test_value = -970; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 14235 double test_value = test_values[i]; local
    [all...]

Completed in 234 milliseconds