HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 26 - 50 of 209) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
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/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
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/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 54 self.textView.pack(side=LEFT,expand=TRUE,fill=BOTH)
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
aboutDialog.py 38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
44 frameBg.pack(expand=TRUE, fill=BOTH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 20 self.message.pack(expand=1, fill=BOTH)
33 b.pack(side=LEFT, fill=BOTH, expand=1)
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
EditorPanel.java 153 add(contentPanel, new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH,
159 add(advancedPanel, new GridBagConstraints(1, 2, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH,
208 addContent(row, column, component, true, GridBagConstraints.CENTER, GridBagConstraints.BOTH);
212 addContent(row, column, component, addBorder, GridBagConstraints.CENTER, GridBagConstraints.BOTH);
ModelInfluencerPanel.java 31 contentPanel.add(pickerPanel, new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0,
PercentagePanel.java 61 contentPanel.add(chart, new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.BOTH,
TemplatePickerPanel.java 111 contentPanel.add(loaderButton, new GridBagConstraints(0, i++, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0,
116 contentPanel.add(scroll, new GridBagConstraints(0, i, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0,
  /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/
report.py 146 frame.pack(fill=BOTH, expand=1)
165 report_frame.pack(fill=BOTH, expand=1)
173 tree.pack(side=LEFT, fill=BOTH, expand=1)
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
PercentagePanel.java 80 contentPanel.add(chart, new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.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());
  /external/opencv3/samples/python2/
demo.py 64 self.win.pack(fill=tk.BOTH, expand=1)
75 demos_lb.pack(side=tk.LEFT, fill=tk.BOTH, expand=1)
95 text.pack(fill='both', expand=1, side=tk.BOTTOM)
  /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...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java 695 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
699 GridBagConstraints.BOTH, new Insets(5, 5, 5, 5), 0, 0));
711 GridBagConstraints.BOTH, new Insets(0, 0, 5, 5), 0, 0));
822 GridBagConstraints.BOTH, new Insets(5, 0, 5, 5), 0, 0));
828 GridBagConstraints.BOTH, new Insets(0, 5, 5, 5), 0, 0));
    [all...]

Completed in 1378 milliseconds

12 3 4 5 6 7 8 9