Searched defs:RemoveOption (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 400 StackOption<bool> RemoveOption("remove-option", cl::sub(SC), cl::init(false)); in TEST() local 440 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands), in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 489 StackOption<bool> RemoveOption("remove-option", cl::sub(SC), cl::init(false)); in TEST() local 538 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands), in TEST() local
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 94 def RemoveOption(self, section, option): member in IdleUserConfParser
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 102 def RemoveOption(self, section, option): member in IdleUserConfParser
|