HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 76 - 100 of 306) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Demo/tkinter/guido/
kill.py 52 self.pack(expand=1, fill=BOTH)
72 self.frame.pack(expand=1, fill=BOTH)
85 self.frame.list.pack(expand=1, fill=BOTH)
svkill.py 65 self.pack(expand=1, fill=BOTH)
96 self.frame.pack(expand=1, fill=BOTH)
115 self.frame.list.pack(expand=1, fill=BOTH)
  /external/python/cpython2/Tools/pynche/
ListViewer.py 47 canvas.pack(fill=BOTH, expand=1)
59 self.__uocbtn.pack(expand=1, fill=BOTH)
66 self.__aliases.pack(expand=1, fill=BOTH)
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 164 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, null, null);
201 VisitType.BOTH,
241 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
280 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
324 VisitType.BOTH,
380 VisitType.BOTH,
426 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, instance("a"), null, null);
468 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, instance("a"), null);
592 VisitType.BOTH,
633 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 3, instance("a"), null, null)
    [all...]
MapBinderTest.java 21 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0,
214 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
240 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0,
271 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
273 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1,
306 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1,
308 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1,
331 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 1,
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1
    [all...]
MultibinderTest.java 21 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
126 assertSetVisitor(setKey, stringType, setOf(abc, de), BOTH, false, 0,
148 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
170 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0,
199 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
201 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
230 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1,
232 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1,
249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1,
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1
    [all...]
  /system/extras/simpleperf/scripts/
report.py 196 frame.pack(fill=BOTH, expand=1)
215 report_frame.pack(fill=BOTH, expand=1)
223 tree.pack(side=LEFT, fill=BOTH, expand=1)
  /external/python/cpython2/Demo/tix/samples/
ComboBox.py 30 # [Hint] We set the label.width subwidget option of both comboboxes to
85 top.pack(side=Tix.TOP, fill=Tix.BOTH, expand=1)
Control.py 81 top.pack(side=Tix.TOP, fill=Tix.BOTH, expand=1)
DirTree.py 75 top.pack( expand='yes', fill='both', side=TOP)
76 top.dir.pack( expand=1, fill=BOTH, padx=4, pady=4, side=LEFT)
  /external/python/cpython2/Demo/tkinter/matt/
canvas-mult-item-sel.py 67 self.QUIT.pack(side=BOTTOM, fill=BOTH)
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 104 case BOTH:
105 // Delete the values table test1 and test2 both possess.
163 // For cursor1 and cursor2, value 18~20 result a value as BOTH
165 assertEquals(Result.BOTH, cursorJoiner.next());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 50 self.stringdisplay.pack(fill=BOTH, expand=1)
57 self.grouplist.pack(expand=1, fill=BOTH)
  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 137 from Tkinter import Toplevel, Text, LEFT, BOTH
144 text.pack(side=LEFT, fill=BOTH, expand=1)
aboutDialog.py 42 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
48 frameBg.pack(expand=TRUE, fill=BOTH)
  /external/python/cpython2/Tools/scripts/
redemo.py 51 self.stringdisplay.pack(fill=BOTH, expand=1)
58 self.grouplist.pack(expand=1, fill=BOTH)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
aboutDialog.py 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
44 frameBg.pack(expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
242 fill=BOTH)
303 frameCustom.pack(side=BOTTOM,padx=5,pady=5,expand=TRUE,fill=BOTH)
304 frameKeySets.pack(side=BOTTOM,padx=5,pady=5,fill=BOTH)
307 frameTarget.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
322 frames[0].pack(side=TOP, fill=BOTH, expand=True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
aboutDialog.py 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
44 frameBg.pack(expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
242 fill=BOTH)
303 frameCustom.pack(side=BOTTOM,padx=5,pady=5,expand=TRUE,fill=BOTH)
304 frameKeySets.pack(side=BOTTOM,padx=5,pady=5,fill=BOTH)
307 frameTarget.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
322 frames[0].pack(side=TOP, fill=BOTH, expand=True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
44 frameBg.pack(expand=TRUE, fill=BOTH)
configDialog.py 103 self.tabPages.pack(side=TOP,expand=TRUE,fill=BOTH)
149 frameFont.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
160 frameFontSample.pack(side=TOP,padx=5,pady=5,expand=TRUE,fill=BOTH)
161 self.labelFontSample.pack(expand=TRUE,fill=BOTH)
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
242 fill=BOTH)
303 frameCustom.pack(side=BOTTOM,padx=5,pady=5,expand=TRUE,fill=BOTH)
304 frameKeySets.pack(side=BOTTOM,padx=5,pady=5,fill=BOTH)
307 frameTarget.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
322 frames[0].pack(side=TOP, fill=BOTH, expand=True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
44 frameBg.pack(expand=TRUE, fill=BOTH)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wcgui.py 407 self.frame.pack(expand=1, fill=BOTH)
411 self.botframe.pack(expand=1, fill=BOTH)
432 panel.pack(expand=1, fill=BOTH)
438 panel.pack(expand=1, fill=BOTH)
452 panel.pack(expand=1, fill=BOTH)
  /external/python/cpython2/Tools/webchecker/
wcgui.py 407 self.frame.pack(expand=1, fill=BOTH)
411 self.botframe.pack(expand=1, fill=BOTH)
432 panel.pack(expand=1, fill=BOTH)
438 panel.pack(expand=1, fill=BOTH)
452 panel.pack(expand=1, fill=BOTH)

Completed in 627 milliseconds

1 2 34 5 6 7 8 91011>>