Home
last modified time | relevance | path

Searched defs:RemoveOption (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp400 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/
DCommandLineTest.cpp489 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/
DconfigHandler.py94 def RemoveOption(self, section, option): member in IdleUserConfParser
/external/python/cpython3/Lib/idlelib/
Dconfig.py102 def RemoveOption(self, section, option): member in IdleUserConfParser