/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 | 51 BEFORE, AFTER, BOTH;
|
DeviceInfoCollector.java | 87 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)
|
IOBinding.py | 3 # if the current window is both unmodified and unnamed 105 # Both return and cancel mean the same thing: do nothing 109 b1.pack(side=LEFT, fill=BOTH, expand=1) 112 b2.pack(side=LEFT, fill=BOTH, expand=1)
|
/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)
|
configHelpSourceEdit.py | 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/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)
|
CallTipWindow.py | 151 text.pack(side=LEFT, fill=BOTH, expand=1)
|
configHelpSourceEdit.py | 49 self.frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
|
/prebuilts/python/linux-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)
|
CallTipWindow.py | 151 text.pack(side=LEFT, fill=BOTH, expand=1)
|
configHelpSourceEdit.py | 49 self.frameMain.pack(side=TOP, 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/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
BindingsTest.java | 44 bar.type = Type.BOTH; 159 checkField(DefaultsTest.class.getField("a20"), int.class, test, Bar.Type.BOTH);
|
/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/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...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 89 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 94 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 137 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH, 434 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
|