/external/lzma/CPP/7zip/UI/FileManager/ |
PasswordDialog.cpp | 38 CheckButton(IDX_PASSWORD_SHOW, ShowPassword);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 78 CHECKBUTTON='checkbutton'
|
/external/lzma/CPP/Windows/Control/ |
Dialog.h | 77 bool CheckButton(int buttonID, UINT checkState)
79 bool CheckButton(int buttonID, bool checkState)
80 { return CheckButton(buttonID, UINT(checkState ? BST_CHECKED : BST_UNCHECKED)); }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
SearchDialogBase.py | 84 btn = Checkbutton(f, anchor="w", 91 btn = Checkbutton(f, anchor="w", 98 btn = Checkbutton(f, anchor="w", 106 btn = Checkbutton(f, anchor="w",
|
Debugger.py | 119 self.bstack = Checkbutton(cframe, 124 self.bsource = Checkbutton(cframe, 130 self.blocals = Checkbutton(cframe, 135 self.bglobals = Checkbutton(cframe,
|
GrepDialog.py | 48 btn = Checkbutton(f, anchor="w",
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
SearchDialogBase.py | 84 btn = Checkbutton(f, anchor="w", 91 btn = Checkbutton(f, anchor="w", 98 btn = Checkbutton(f, anchor="w", 106 btn = Checkbutton(f, anchor="w",
|
Debugger.py | 119 self.bstack = Checkbutton(cframe, 124 self.bsource = Checkbutton(cframe, 130 self.blocals = Checkbutton(cframe, 135 self.bglobals = Checkbutton(cframe,
|
GrepDialog.py | 48 btn = Checkbutton(f, anchor="w",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 84 btn = Checkbutton(f, anchor="w", 91 btn = Checkbutton(f, anchor="w", 98 btn = Checkbutton(f, anchor="w", 106 btn = Checkbutton(f, anchor="w",
|
Debugger.py | 119 self.bstack = Checkbutton(cframe, 124 self.bsource = Checkbutton(cframe, 130 self.blocals = Checkbutton(cframe, 135 self.bglobals = Checkbutton(cframe,
|
GrepDialog.py | 48 btn = Checkbutton(f, anchor="w",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
SearchDialogBase.py | 84 btn = Checkbutton(f, anchor="w", 91 btn = Checkbutton(f, anchor="w", 98 btn = Checkbutton(f, anchor="w", 106 btn = Checkbutton(f, anchor="w",
|
Debugger.py | 119 self.bstack = Checkbutton(cframe, 124 self.bsource = Checkbutton(cframe, 130 self.blocals = Checkbutton(cframe, 135 self.bglobals = Checkbutton(cframe,
|
GrepDialog.py | 48 btn = Checkbutton(f, anchor="w",
|
/external/ImageMagick/scripts/ |
xsnap | 132 checkbutton .options.input.checks.border -text "Borders" -width 11 \ 134 checkbutton .options.input.checks.frame -text "Frame" -width 11 \ 136 checkbutton .options.input.checks.screen -text "Screen" -width 11 \ 138 checkbutton .options.input.checks.descend -text "Descend" -anchor w \ 168 checkbutton .options.processing.checks.dither -text "Dither" -width 11 \ 170 checkbutton .options.processing.checks.negate -text "Negate" -width 11 \ 172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \ 174 checkbutton .options.processing.checks.trim -text "Trim" -anchor w \ 203 checkbutton .options.output.checks.compress -text "Compress" -width 11 \ 205 checkbutton .options.output.checks.interlace -text "Interlace" -width 11 [all...] |
/external/libvorbis/examples/ |
frameview.pl | 69 $toplevel->optionAdd("$Xname*Checkbutton*background", "#f0d0b0",20); 70 $toplevel->optionAdd("$Xname*Checkbutton*foreground", '#000000',20); 71 $toplevel->optionAdd("$Xname*Checkbutton*borderWidth", '2',20); 72 $toplevel->optionAdd("$Xname*Checkbutton*relief", 'groove',20); 142 $panel->optionAdd("$X2name*Checkbutton*background", "#f0d0b0",20); 143 $panel->optionAdd("$X2name*Checkbutton*foreground", '#000000',20); 144 $panel->optionAdd("$X2name*Checkbutton*borderWidth", '2',20); 145 #$panel->optionAdd("$X2name*Checkbutton*padX", '0',20); 146 #$panel->optionAdd("$X2name*Checkbutton*padY", '0',20); 147 #$panel->optionAdd("$X2name*Checkbutton*relief", 'groove',20) [all...] |
/external/lzma/CPP/7zip/UI/GUI/ |
ExtractDialog.cpp | 122 CheckButton(id, GetBoolsVal(b1, b2));
183 CheckButton(IDX_PASSWORD_SHOW, _info.ShowPassword.Val);
196 CheckButton(IDX_EXTRACT_NAME_ENABLE, true);
|
/external/autotest/client/virt/ |
virt_step_editor.py | 211 self.check_sleep = gtk.CheckButton("Sleep:") 226 self.check_barrier = gtk.CheckButton("Barrier:") 255 self.check_barrier_optional = gtk.CheckButton("Optional") 280 self.check_manual = gtk.CheckButton("Manual") 303 self.check_mousemove = gtk.CheckButton("Move: ...") 307 self.check_mouseclick = gtk.CheckButton("Click: ...") 728 # Check the barrier checkbutton 732 # Set 'optional' checkbutton state [all...] |
/frameworks/base/docs/html/distribute/tools/promote/ |
device-art.jd | 38 <input type="checkbox" id="output-shadow" checked="checked" class="form-field-checkbutton"> 40 <input type="checkbox" id="output-glare" checked="checked" class="form-field-checkbutton"> 45 <input type="radio" id="output-square" name="output-wear" checked="checked" class="form-field-checkbutton"> 47 <input type="radio" id="output-round" name="output-wear" class="form-field-checkbutton">
|
/external/skia/include/views/animated/ |
SkWidgetViews.h | 123 // inflate: "sk-checkbutton"
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 223 static const char gCheckStateSlotName[] = "sk-checkbutton-check-slot";
|