Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/Support/
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
Dp1.go5 func (opts O) RemoveOption(sect, opt string) bool { func
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py94 def RemoveOption(self, section, option): member in IdleUserConfParser
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py101 def RemoveOption(self, section, option): member in IdleUserConfParser