/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)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.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)
|
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)
|
tabbedpages.py | 350 self.frame.pack(fill=BOTH, expand=True) 476 tabPage.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)
|
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/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...] |
/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,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
perfdiag.py | 136 both 143 transferring data. Only applicable with the slice (or both) 415 BOTH = 'both' 424 PARALLEL_STRATEGIES = (FAN, SLICE, BOTH) [all...] |
/external/opencv3/modules/viz/test/ |
tests_simple.cpp | 285 viz.showWidget("sub3", WTrajectory(sub3, WTrajectory::BOTH, 0.2, Color::green())); 308 viz.showWidget("sub3", WTrajectory(Mat(path).rowRange(0, (int)path.size()/3), WTrajectory::BOTH, 0.2, Color::brown()), path.front().inv());
|