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

/external/chromium_org/third_party/skia/tests/
H A DErrorTest.cpp33 unsigned int test_value = 0xdeadbeef; local
36 context.fIntPointer = &test_value;
/external/skia/tests/
H A DErrorTest.cpp33 unsigned int test_value = 0xdeadbeef; local
36 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_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io_unittest.cc62 T test_value = CreateTestValue<T>(negative, B); local
67 PopulateTestData(bytes + i, test_value, B, big_endian);
70 EXPECT_EQ(test_value, RM(bytes + i));
84 T test_value = CreateTestValue<T>(negative, B); local
90 PopulateTestData(expected_bytes + i, test_value, B, big_endian);
94 WM(bytes + i, test_value);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_mac_unittest.cc182 ScopedCFTypeRef<CFPropertyListRef> test_value(
184 ASSERT_TRUE(test_value.get());
185 prefs_->AddTestItem(name, test_value.get(), false);
/external/chromium_org/base/json/
H A Djson_value_serializer_unittest.cc313 string16 test_value; local
314 ASSERT_TRUE(dict_root->GetString("test", &test_value));
315 ASSERT_EQ(test, test_value);
323 ASSERT_TRUE(dict_root->GetString("test", &test_value));
324 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
/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/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c8141 UInt test_value = sp ? 0xffffff99 : 0xfffffc36; local
8142 eb_LTE = binop( Iop_CmpLE32S, mkexpr( e_b ), mkU32( test_value ) );
8294 UInt test_value = sp ? 0xffffff82 : 0xfffffc02; local
8295 eb_LTE = binop(Iop_CmpLE32S, mkexpr(e_b), mkU32(test_value));
8303 Int test_value = sp ? 125 : 1021; local
8304 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b));
8320 UInt test_value = sp ? 0xffffff83 : 0xfffffc03; local
8327 mkU32( test_value ) ) );
8334 UInt test_value = 0xfffffc36; //Int test_value local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc18168 double test_value = test_values[i]; local
18171 v8::Handle<v8::Value> number = v8::Number::New(isolate, test_value);
18173 if (!std::isnan(test_value)) {
18174 CHECK_EQ(test_value, stored_number);
18190 v8::Date::New(isolate, test_value);
18191 double expected_stored_date = DoubleToDateTime(test_value);

Completed in 529 milliseconds