HomeSort by relevance Sort by last modified time
    Searched refs:RemoveOption (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
z.go 6 p2.NewO().RemoveOption("hello", "world")
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
z.go 6 p2.NewO().RemoveOption("hello", "world")
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
  /external/llvm/unittests/Support/
CommandLineTest.cpp 400 StackOption<bool> RemoveOption("remove-option", cl::sub(SC), cl::init(false));
405 EXPECT_FALSE(RemoveOption);
407 EXPECT_TRUE(RemoveOption);
409 RemoveOption.removeArgument();
440 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands),
450 EXPECT_FALSE(RemoveOption);
452 EXPECT_TRUE(RemoveOption);
454 RemoveOption = false;
457 EXPECT_FALSE(RemoveOption);
459 EXPECT_TRUE(RemoveOption);
    [all...]
  /external/python/cpython2/Lib/idlelib/
configHandler.py 94 def RemoveOption(self, section, option):
configDialog.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 102 def RemoveOption(self,section,option):
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 102 def RemoveOption(self,section,option):
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 102 def RemoveOption(self,section,option):
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 102 def RemoveOption(self,section,option):
configDialog.py     [all...]

Completed in 151 milliseconds