Searched refs:TestCategory (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 51 …] {typeof(global::Conformance.WireFormat), typeof(global::Conformance.TestCategory), }, null, new … in ConformanceReflection() 73 public enum TestCategory { enum 370 …private global::Conformance.TestCategory testCategory_ = global::Conformance.TestCategory.Unspecif… 377 public global::Conformance.TestCategory TestCategory { property in Conformance.ConformanceRequest 453 if (TestCategory != other.TestCategory) return false; in Equals() 469 …if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) hash ^= TestCategory.GetHash… in GetHashCode() 502 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) { in WriteTo() 504 output.WriteEnum((int) TestCategory); in WriteTo() 548 if (TestCategory != global::Conformance.TestCategory.UnspecifiedTest) { in CalculateSize() 549 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) TestCategory); in CalculateSize() [all …]
|
D | Program.cs | 90 … if (request.TestCategory == global::Conformance.TestCategory.JsonIgnoreUnknownParsingTest) { in PerformRequest()
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 89 cl::OptionCategory TestCategory("Test Options", "Description"); variable 109 Retrieved->setCategory(TestCategory); in TEST() 110 ASSERT_EQ(&TestCategory,Retrieved->Category) << in TEST() 161 StackOption<int> TestOption2("test-option", cl::cat(TestCategory)); in TEST() 163 ASSERT_EQ(&TestCategory,TestOption2.Category) << "Failed to assign Option " in TEST() 248 StackOption<int> TestOption2("hide-option-2", cl::cat(TestCategory)); in TEST() 250 cl::HideUnrelatedOptions(TestCategory); in TEST() 267 StackOption<int> TestOption2("multi-hide-option-2", cl::cat(TestCategory)); in TEST() 270 const cl::OptionCategory *VisibleCategories[] = {&TestCategory, in TEST()
|
/external/protobuf/conformance/ |
D | conformance_php.php | 19 use \Conformance\TestCategory; alias 52 TestCategory::JSON_IGNORE_UNKNOWN_PARSING_TEST);
|
D | conformance.proto | 62 enum TestCategory { enum 116 // spedific support in testee programs. Refer to the defintion of TestCategory 118 TestCategory test_category = 5;
|
D | conformance_test.h | 208 conformance::TestCategory test_category,
|
D | conformance_test.cc | 64 conformance::TestCategory test_category, in ConformanceRequestSetting()
|
D | ConformanceJava.java | 241 == Conformance.TestCategory.JSON_IGNORE_UNKNOWN_PARSING_TEST) { in doTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 81 cl::OptionCategory TestCategory("Test Options", "Description"); variable 101 Retrieved->setCategory(TestCategory); in TEST() 102 ASSERT_EQ(&TestCategory,Retrieved->Category) << in TEST() 153 StackOption<int> TestOption2("test-option", cl::cat(TestCategory)); in TEST() 155 ASSERT_EQ(&TestCategory,TestOption2.Category) << "Failed to assign Option " in TEST() 320 StackOption<int> TestOption2("hide-option-2", cl::cat(TestCategory)); in TEST() 322 cl::HideUnrelatedOptions(TestCategory); in TEST() 339 StackOption<int> TestOption2("multi-hide-option-2", cl::cat(TestCategory)); in TEST() 342 const cl::OptionCategory *VisibleCategories[] = {&TestCategory, in TEST()
|