/external/python/cpython2/Demo/tkinter/matt/ |
canvas-with-scrollbars.py | 18 self.QUIT.pack(side=BOTTOM, fill=BOTH)
|
pong-demo-1.py | 10 self.QUIT.pack(side=LEFT, fill=BOTH)
|
printing-coords-of-items.py | 48 self.QUIT.pack(side=LEFT, fill=BOTH)
|
rubber-band-box-demo-1.py | 13 self.QUIT.pack(side=BOTTOM, fill=BOTH)
|
rubber-line-demo-1.py | 13 self.QUIT.pack(side=BOTTOM, fill=BOTH)
|
canvas-mult-item-sel.py | 67 self.QUIT.pack(side=BOTTOM, fill=BOTH)
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MapField.java | 62 * BOTH: mapData and listData have the same data. 68 * MAP MAP BOTH MAP LIST 69 * LIST BOTH LIST MAP LIST 70 * BOTH BOTH BOTH MAP LIST 75 private enum StorageMode {MAP, LIST, BOTH} 183 mode = StorageMode.BOTH; 238 mode = StorageMode.BOTH;
|
/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/python/cpython3/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...] |
/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)
|
/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)
|
/external/python/cpython3/Lib/idlelib/ |
calltip_w.py | 137 from tkinter import Toplevel, Text, LEFT, BOTH 144 text.pack(side=LEFT, fill=BOTH, expand=1)
|
help_about.py | 45 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH) 51 frameBg.pack(expand=TRUE, fill=BOTH)
|
/external/python/cpython3/Tools/demo/ |
redemo.py | 52 self.stringdisplay.pack(fill=BOTH, expand=1) 59 self.grouplist.pack(expand=1, fill=BOTH)
|