Searched refs:TestValue (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 462 #define TestValue(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \ in TEST_F() macro 470 TestValue(o, Dest, 1u, Src0, 0x80000000u, Src1, 0x1u); \ in TEST_F() 471 TestValue(o, Dest, 0u, Src0, 0x1u, Src1, 0x10000000u); \ in TEST_F() 472 TestValue(no, Dest, 1u, Src0, 0x1u, Src1, 0x10000000u); \ in TEST_F() 473 TestValue(no, Dest, 0u, Src0, 0x80000000u, Src1, 0x1u); \ in TEST_F() 474 TestValue(b, Dest, 1u, Src0, 0x1, Src1, 0x80000000u); \ in TEST_F() 475 TestValue(b, Dest, 0u, Src0, 0x80000000u, Src1, 0x1u); \ in TEST_F() 476 TestValue(ae, Dest, 1u, Src0, 0x80000000u, Src1, 0x1u); \ in TEST_F() 477 TestValue(ae, Dest, 0u, Src0, 0x1u, Src1, 0x80000000u); \ in TEST_F() 478 TestValue(e, Dest, 1u, Src0, 0x1u, Src1, 0x1u); \ in TEST_F() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
D | memory_test.cc | 527 struct TestValue { struct 528 TestValue() {} in TestValue() function 529 explicit TestValue(int* trace) : trace(trace) { ++*trace; } in TestValue() argument 530 ~TestValue() { in ~TestValue() argument 541 using value_type = TestValue; 551 TestValue x(&trace); in TEST() 568 EXPECT_EQ(std::numeric_limits<size_t>::max() / sizeof(TestValue), in TEST() 579 using value_type = TestValue; 595 TestValue x(&trace), y; in TEST()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | statusor_test.cc | 158 TEST(StatusOr, TestValue) { in TEST() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 595 message = json_format_proto3_pb2.TestValue() 607 parsed_message = json_format_proto3_pb2.TestValue() 1208 message = json_format_proto3_pb2.TestValue()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 166 message TestValue { message
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 1323 TEST(StatusOr, TestValue) { in TEST() argument
|