HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 51 - 75 of 214) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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...]
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
ExternalExtensionsDialog.java 19 import static java.awt.GridBagConstraints.BOTH;
181 contentPane.add(topPanel, new GridBagConstraints(0, 0, 1, 1, 1, 0.1, NORTH, BOTH, new Insets(0, 0, 0, 0), 0, 0));
182 contentPane.add(scrollPane, new GridBagConstraints(0, 1, 1, 1, 1, 1, NORTH, BOTH, new Insets(0, 0, 0, 0), 0, 0));
SettingsDialog.java 19 import static java.awt.GridBagConstraints.BOTH;
144 contentPane.add(content, new GridBagConstraints(0, 0, 1, 1, 1, 1, NORTH, BOTH, new Insets(0, 0, 0, 0), 0, 0));
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 67 self.midframe.pack(expand=YES, fill=BOTH)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ApkInstrumentationPreparer.java 54 BEFORE, AFTER, BOTH;
DeviceInfoCollector.java 89 mWhen = When.BOTH;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 408 if (subtitle == BOTH || subtitle == ONLY_HDMI)
467 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
486 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
504 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count))
psb_xrandr.h 80 BOTH,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
configHelpSourceEdit.py 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
CallTipWindow.py 151 text.pack(side=LEFT, fill=BOTH, expand=1)
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 182 %typemap(in) C_NAME *BOTH = C_NAME *INPUT;
183 %typemap(argout) C_NAME *BOTH = C_NAME *OUTPUT;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 42 self.frameMain.pack(side=TOP,expand=TRUE,fill=BOTH)
47 self.messageInfo.pack(padx=5,pady=5)#,expand=TRUE,fill=BOTH)
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 35 import static com.google.inject.multibindings.SpiUtils.VisitType.BOTH;
94 /** The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both. */
95 enum VisitType { INJECTOR, MODULE, BOTH }
105 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
117 if (visitType == BOTH || visitType == INJECTOR) {
122 if (visitType == BOTH || visitType == MODULE) {
413 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
425 if(visitType == BOTH || visitType == INJECTOR) {
430 if(visitType == BOTH || visitType == MODULE) {
615 * test, or both
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
EffectUtil.java 123 * @param options The first array has an entry for each option. Each entry is either a String[1] that is both the display value
235 new GridBagConstraints(0, 0, 2, 1, 1.0, 0.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0,
242 GridBagConstraints.BOTH, new Insets(5, 5, 5, 5), 0, 0));
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
EffectPanel.java 260 add(sideButtons, new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH,
349 add(scroll, new GridBagConstraints(0, 0, 1, 1, 1, 1, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0,
  /external/proguard/src/proguard/gui/
ListPanel.java 52 listConstraints.fill = GridBagConstraints.BOTH;
  /libcore/ojluni/src/main/java/javax/crypto/
Cipher.java 96 * provide authenticity assurances for both confidential data and
99 * information on AEAD and AEAD algorithms such as GCM/CCM.) Both
    [all...]

Completed in 1898 milliseconds

1 23 4 5 6 7 8 9