Home
last modified time | relevance | path

Searched defs:TestOption (Results 1 – 5 of 5) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/io/
DTestOption.java24 public enum TestOption { enum
/external/guava/guava-tests/test/com/google/common/io/
DTestOption.java24 public enum TestOption { enum
/external/crosvm/sys_util/src/
Ddescriptor_reflection.rs496 struct TestOption { in option() struct
497 a: Option<FileSerdeWrapper>, in option()
498 b: Option<FileSerdeWrapper>, in option()
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp95 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/
DCommandLineTest.cpp91 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() local