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

/external/skia/tests/
H A DErrorTest.cpp34 unsigned int test_value = 0xdeadbeef; local
37 context.fIntPointer = &test_value;
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py147 test_value = all_tests[test_key]
148 if test_value:
154 test_value['reva'] = reva
155 test_value['revb'] = revb
158 if 'sha1' in test_value:
159 del test_value['sha1']
/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/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service_unittest.cc461 StringValue test_value("test value");
463 GetHashedPrefValue(service.get(), "pref.path", &test_value));
465 GetHashedPrefValue(other_service.get(), "pref.path", &test_value));
473 StringValue test_value("test value");
475 GetHashedPrefValue(service.get(), "pref.path1", &test_value));
477 GetHashedPrefValue(service.get(), "pref.path2", &test_value));
/external/chromium_org/base/json/
H A Djson_value_serializer_unittest.cc314 string16 test_value; local
315 ASSERT_TRUE(dict_root->GetString("test", &test_value));
316 ASSERT_EQ(test, test_value);
324 ASSERT_TRUE(dict_root->GetString("test", &test_value));
325 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_mac_unittest.cc276 ScopedCFTypeRef<CFPropertyListRef> test_value(
278 ASSERT_TRUE(test_value.get());
279 prefs_->AddTestItem(name, test_value.get(), false);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.cpp869 if (test_value != NULL) {
871 test_value->print();
879 ast_case_label::ast_case_label(ast_expression *test_value) argument
881 this->test_value = test_value;
H A Dast.h637 ast_case_label(ast_expression *test_value);
646 ast_expression *test_value; member in class:ast_case_label
H A Dast_to_hir.cpp3705 if (this->test_value != NULL) {
3709 ir_rvalue *const label_rval = this->test_value->hir(instructions, state);
3713 YYLTYPE loc = this->test_value->get_location();
3727 YYLTYPE loc = this->test_value->get_location();
3736 this->test_value,
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp869 if (test_value != NULL) {
871 test_value->print();
879 ast_case_label::ast_case_label(ast_expression *test_value) argument
881 this->test_value = test_value;
H A Dast.h637 ast_case_label(ast_expression *test_value);
646 ast_expression *test_value; member in class:ast_case_label
H A Dast_to_hir.cpp3705 if (this->test_value != NULL) {
3709 ir_rvalue *const label_rval = this->test_value->hir(instructions, state);
3713 YYLTYPE loc = this->test_value->get_location();
3727 YYLTYPE loc = this->test_value->get_location();
3736 this->test_value,
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc1344 int32_t test_value = 0; local
1348 test_value = divisor - 1;
1361 test_value = - divisor - 1;
1365 if (test_value != 0) {
1376 __ tst(dividend, Operand(test_value));
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1162 int32_t test_value = 0; local
1166 test_value = divisor - 1;
1179 test_value = - divisor - 1;
1183 if (test_value != 0) {
1201 __ testl(dividend, Immediate(test_value));
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc1458 int32_t test_value = 0; local
1462 test_value = divisor - 1;
1475 test_value = - divisor - 1;
1479 if (test_value != 0) {
1497 __ test(dividend, Immediate(test_value));
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c7639 UInt test_value = sp ? 0xffffff99 : 0xfffffc36; local
7640 eb_LTE = binop( Iop_CmpLE32S, mkexpr( e_b ), mkU32( test_value ) );
7792 UInt test_value = sp ? 0xffffff82 : 0xfffffc02; local
7793 eb_LTE = binop(Iop_CmpLE32S, mkexpr(e_b), mkU32(test_value));
7801 Int test_value = sp ? 125 : 1021; local
7802 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b));
7818 UInt test_value = sp ? 0xffffff83 : 0xfffffc03; local
7825 mkU32( test_value ) ) );
7832 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);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc17457 double test_value = test_values[i]; local
17460 v8::Handle<v8::Value> number = v8::Number::New(test_value);
17462 if (!std::isnan(test_value)) {
17463 CHECK_EQ(test_value, stored_number);
17479 v8::Date::New(context->GetIsolate(), test_value);
17480 double expected_stored_date = DoubleToDateTime(test_value);

Completed in 8769 milliseconds