HomeSort by relevance Sort by last modified time
    Searched refs:side (Results 126 - 150 of 454) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
63 self.filter.pack(side=TOP, fill=X)
70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
81 self.dirsbar.pack(side=LEFT, fill=Y)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
94 self.ok_button.pack(side=LEFT)
98 self.filter_button.pack(side=LEFT, expand=YES)
102 self.cancel_button.pack(side=RIGHT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 56 self.botframe.pack(side=BOTTOM, fill=X)
59 self.selection.pack(side=BOTTOM, fill=X)
63 self.filter.pack(side=TOP, fill=X)
70 self.filesbar.pack(side=RIGHT, fill=Y)
73 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
81 self.dirsbar.pack(side=LEFT, fill=Y)
84 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
94 self.ok_button.pack(side=LEFT)
98 self.filter_button.pack(side=LEFT, expand=YES)
102 self.cancel_button.pack(side=RIGHT
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 4 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
8 </div> <!-- end side-nav -->
13 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
17 </div> <!-- end side-nav -->
27 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
31 </div> <!-- end side-nav -->
43 <?cs # The default side navigation for the reference docs ?><?cs
46 <div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
92 </div> <!-- end side-nav -->
95 $("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>").appendTo("#side-nav")
    [all...]
  /external/iptables/extensions/
libxt_recent.c 125 info->side = XT_RECENT_SOURCE;
160 info->side = XT_RECENT_SOURCE;
163 info->side = XT_RECENT_DEST;
203 if (info->side == XT_RECENT_SOURCE)
204 printf(" side: source");
205 if (info->side == XT_RECENT_DEST)
206 printf(" side: dest");
255 if (info->side == XT_RECENT_SOURCE)
257 if (info->side == XT_RECENT_DEST)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 80 CSSValueID side = defaultSide; local
84 side = CSSValueCenter;
86 side = offset->getValueID();
88 side = pair->first()->getValueID();
94 if (side == CSSValueCenter) {
95 side = defaultSide;
97 } else if ((side == CSSValueRight || side == CSSValueBottom)
99 side = defaultSide;
102 if (side == CSSValueRight || side == CSSValueBottom
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.as 4 /** Queues up nodes matched on left side of -> in a tree parser. This is
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectedPagePlaceholder.js 37 var side = parent.sidebarSide();
38 if (adjacent[side] && !parent.hasCustomResizer() && parent.isResizable())
39 margins[side] = WebInspector.InspectedPagePlaceholder.MarginValue;
40 adjacent[side] = false;
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
  /external/skia/src/core/
SkRTree.h 132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
  /frameworks/base/core/java/android/transition/
SidePropagation.java 26 * A <code>TransitionPropagation</code> that propagates based on the distance to the side
28 * the start of the transition, then it will transition sooner when closer to the side and
30 * it will transition later when closer to the side and sooner when farther from the edge.
40 * Sets the side that is used to calculate the transition propagation. If the transitioning
42 * closer to the side and later when farther. If the view is not visible in the start of
43 * the transition, then it will transition later when closer to the side and sooner when
46 * @param side The side that is used to calculate the transition propagation. Must be one of
50 public void setSide(int side) {
51 mSide = side;
    [all...]
  /tools/external/fat32lib/
Android.mk 16 # Build a host-side library
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 490 // We shrink the rectangle by one pixel on each side to make it fully overlap the anti-aliased background border
497 // We shrink the rectangle by one pixel on each side because the bleed is one pixel maximum.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 29 /* SIDE NAVIGATION */
31 #side-nav {
57 #side-nav ul {
63 #side-nav ul ul {
68 #side-nav li {
74 #side-nav li span.heading,
75 #side-nav li h2 {
83 #side-nav li a {
90 #side-nav li a span+span {
94 #side-nav li a:hover
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 29 /* SIDE NAVIGATION */
31 #side-nav {
57 #side-nav ul {
63 #side-nav ul ul {
68 #side-nav li {
74 #side-nav li span.heading,
75 #side-nav li h2 {
83 #side-nav li a {
90 #side-nav li a span+span {
94 #side-nav li a:hover
    [all...]
  /cts/common/util/
Android.mk 16 # Build the common utility library for use device-side
34 # Build the common utility library for use host-side
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.h 62 void RegisterSendCodec(char side, char* codec_name, int32_t sampling_freq_hz,
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 88 * for both the front and back side of the primitive. Then, when the
93 * the side or sides which are actually required.
120 validate_shine_table( struct gl_context *ctx, GLuint side, GLfloat shininess )
126 ASSERT(side < 2);
163 if (tnl->_ShineTable[side])
164 tnl->_ShineTable[side]->refcount--;
166 tnl->_ShineTable[side] = s;
372 /* The individual functions know about replaying side-effects
  /external/guava/guava/src/com/google/common/collect/
BstOperations.java 50 BstSide side = (cmp < 0) ? LEFT : RIGHT; local
51 return seek(comparator, tree.childOrNull(side), key);
77 BstSide side = (cmp < 0) ? LEFT : RIGHT; local
79 mutate(comparator, mutationRule, tree.childOrNull(side), key);
81 tree, side, mutationRule.getNodeFactory(), mutationRule.getBalancePolicy());
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 88 * for both the front and back side of the primitive. Then, when the
93 * the side or sides which are actually required.
120 validate_shine_table( struct gl_context *ctx, GLuint side, GLfloat shininess )
126 ASSERT(side < 2);
163 if (tnl->_ShineTable[side])
164 tnl->_ShineTable[side]->refcount--;
166 tnl->_ShineTable[side] = s;
372 /* The individual functions know about replaying side-effects
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 39 wl_buffer objects. On the server side, this extension also
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 464 * The side of a point relative to a line. If the line is from a to b then
467 enum Side {
475 * optionally returns the side of the line that the pt falls on (looking
480 Side* side = NULL) const;
484 * optionally returns the side of the line that the pt falls on (looking
489 Side* side = NULL) const {
490 return SkScalarSqrt(this->distanceToLineBetweenSqd(a, b, side));
509 * new vector will point in direction indicated by side (whic
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-3218915.js 31 // side effect occurred in a comma expression in an effect context.
33 // An unoptimizable function, calling it is a side effect.
39 // If we optimize for x a smi, then x a string will deopt. The side effect
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 39 wl_buffer objects. On the server side, this extension also
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call

Completed in 948 milliseconds

1 2 3 4 56 7 8 91011>>