/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
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/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
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/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
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)
|
/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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
EffectPanel.java | 411 add(scroll, new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 446 add(sideButtons, new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH,
|
ScaledNumericPanel.java | 118 contentPanel.add(chart, new GridBagConstraints(6, 5, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH,
|
FlameMain.java | 443 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); 470 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); 503 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
ParticleEditor.java | 236 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
254 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
|
ScaledNumericPanel.java | 207 contentPanel.add(chart, new GridBagConstraints(6, 5, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH,
|
/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());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
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)
|
/external/robolectric/v1/src/main/java/android/net/ |
Uri__FromAndroid.java | [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | [all...] |
/external/opencv3/modules/viz/include/opencv2/viz/ |
widgets.hpp | 598 enum {FRAMES = 1, PATH = 2, BOTH = FRAMES + PATH }; 603 @param display_mode Display mode. This can be PATH, FRAMES, and BOTH. 611 - PATH & FRAMES : Displays both poly line and coordinate frames. [all...] |
/external/proguard/src/proguard/gui/ |
MemberSpecificationDialog.java | 117 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
|