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

  /external/python/cpython2/Lib/lib-tk/
tkColorChooser.py 1 # tk common color chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /external/python/cpython3/Lib/tkinter/
colorchooser.py 1 # tk common color chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 1 # tk common colour chooser dialogue
26 # color chooser class
28 class Chooser(Dialog):
49 # to simplify application code, the color chooser returns
65 return Chooser(**options).show()
  /external/python/cpython2/Tools/pynche/
pyColorChooser.py 1 """Color chooser implementing (almost) the tkColorColor interface
11 class Chooser:
86 _chooser = apply(Chooser, (), options)
  /external/python/cpython3/Tools/pynche/
pyColorChooser.py 1 """Color chooser implementing (almost) the tkColorColor interface
11 class Chooser:
86 _chooser = Chooser(**options)
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 318 milliseconds