Searched defs:TestOption (Results 1 – 5 of 5) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | TestOption.java | 24 public enum TestOption { enum
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | TestOption.java | 24 public enum TestOption { enum
|
/external/crosvm/sys_util/src/ |
D | descriptor_reflection.rs | 496 struct TestOption { in option() struct 497 a: Option<FileSerdeWrapper>, in option() 498 b: Option<FileSerdeWrapper>, in option()
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 95 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() local 175 StackOption<int> TestOption("test-option", cl::cat(TestCategory), in TEST() local 1179 StackOption<OptionValue> TestOption(Opt, cl::desc(HelpText), in runTest() local 1272 StackOption<OptionValue> TestOption(ArgName, cl::desc("some help"), in runTest() local
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 91 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() local
|