Searched refs:test_value (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_mac_unittest.cc22 // 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, tru
23 PolicyTestParams(ConfigurationPolicyType type, const char* policy_name, Value* test_value) argument
[all...]
H A Dconfig_dir_policy_provider_unittest.cc107 // 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));
108 ValueTestParams(ConfigurationPolicyType type, const char* policy_key, Value* test_value) argument
/external/chromium/chrome/common/
H A Djson_value_serializer_unittest.cc164 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);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c7391 UInt test_value = sp ? 0xffffff99 : 0xfffffc36; local
7392 eb_LTE = binop( Iop_CmpLE32S, mkexpr( e_b ), mkU32( test_value ) );
7544 UInt test_value = sp ? 0xffffff82 : 0xfffffc02; local
7545 eb_LTE = binop(Iop_CmpLE32S, mkexpr(e_b), mkU32(test_value));
7553 Int test_value = sp ? 125 : 1021; local
7554 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b));
7570 UInt test_value = sp ? 0xffffff83 : 0xfffffc03; local
7577 mkU32( test_value ) ) );
7584 UInt test_value = 0xfffffc36; //Int test_value local
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc14235 double test_value = test_values[i]; local
14238 v8::Handle<v8::Value> number = v8::Number::New(test_value);
14240 if (!IsNaN(test_value)) {
14241 CHECK_EQ(test_value, stored_number);
14256 v8::Handle<v8::Value> date = v8::Date::New(test_value);
14257 double expected_stored_date = DoubleToDateTime(test_value);

Completed in 332 milliseconds