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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 4 automatically when not needed, to move them to the other side of the
23 self.vbar.pack(side=RIGHT, fill=Y)
27 self.pack(side=LEFT, fill=BOTH, expand=True)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
  /build/tools/droiddoc/templates-sac/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
17 </div> <!-- end side-nav -->
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
32 </div> <!-- end side-nav -->
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
50 </div> <!-- end side-nav -->
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
70 </div> <!-- end side-nav -->
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
90 </div> <!-- end side-nav --
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull.cpp 52 int sides = side(rotPath[side1].y - rotPath[yMin].y);
53 sides ^= side(rotPath[side2].y - rotPath[yMin].y);
59 } else if (sides == 0) { // '0' means both to one side or the other
81 // see if mid value is on same side of line (least, most) as yMin
87 int midSides = side(midPath[yMin].y - midPath[least].y);
88 midSides ^= side(midPath[midX].y - midPath[least].y);
  /external/skia/experimental/Intersection/
ConvexHull.cpp 52 int sides = side(rotPath[side1].y - rotPath[yMin].y);
53 sides ^= side(rotPath[side2].y - rotPath[yMin].y);
59 } else if (sides == 0) { // '0' means both to one side or the other
81 // see if mid value is on same side of line (least, most) as yMin
87 int midSides = side(midPath[yMin].y - midPath[least].y);
88 midSides ^= side(midPath[midX].y - midPath[least].y);
  /external/chromium_org/chrome/browser/resources/login/
user_pod_row.css 468 .side-pane-name {
477 .side-pane-learn-more {
485 .side-pane-learn-more:hover {
499 .side-pane-divider,
500 .side-pane-container {
506 .side-pane-divider {
514 html[dir=rtl] .side-pane-divider {
519 .side-pane-container {
526 html[dir=rtl] .side-pane-container {
531 .side-pane-contents
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
stereo_LR_to_MS.c 35 /* Convert Left/Right stereo signal to adaptive Mid/Side representation */
39 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
53 VARDECL( opus_int16, side );
61 ALLOC( side, frame_length + 2, opus_int16 );
62 /* Convert to basic mid/side signals */
67 side[ n ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( diff, 1 ) );
72 silk_memcpy( side, state->sSide, 2 * sizeof( opus_int16 ) );
74 silk_memcpy( state->sSide, &side[ frame_length ], 2 * sizeof( opus_int16 ) );
85 /* LP and HP filter side signal *
    [all...]
  /external/libopus/silk/
stereo_LR_to_MS.c 35 /* Convert Left/Right stereo signal to adaptive Mid/Side representation */
39 opus_int16 x2[], /* I/O Right input signal, becomes side signal */
42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
53 VARDECL( opus_int16, side );
61 ALLOC( side, frame_length + 2, opus_int16 );
62 /* Convert to basic mid/side signals */
67 side[ n ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( diff, 1 ) );
72 silk_memcpy( side, state->sSide, 2 * sizeof( opus_int16 ) );
74 silk_memcpy( state->sSide, &side[ frame_length ], 2 * sizeof( opus_int16 ) );
85 /* LP and HP filter side signal *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 37 frameButtons.pack(side=BOTTOM, fill=X)
38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
78 buttonLicense.pack(side=LEFT, padx=10, pady=10)
82 buttonCopyright.pack(side=LEFT, padx=10, pady=10)
86 buttonCredits.pack(side=LEFT, padx=10, pady=10)
98 idle_about_b.pack(side=LEFT, padx=10, pady=10)
102 idle_news_b.pack(side=LEFT, padx=10, pady=10)
106 idle_credits_b.pack(side=LEFT, padx=10, pady=10)
SearchDialogBase.py 87 btn.pack(side="left", fill="both")
94 btn.pack(side="left", fill="both")
101 btn.pack(side="left", fill="both")
109 btn.pack(side="left", fill="both")
117 #lbl.pack(side="left")
122 btn.pack(side="left", fill="both")
129 btn.pack(side="left", fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 37 frameButtons.pack(side=BOTTOM, fill=X)
38 frameMain.pack(side=TOP, expand=TRUE, fill=BOTH)
78 buttonLicense.pack(side=LEFT, padx=10, pady=10)
82 buttonCopyright.pack(side=LEFT, padx=10, pady=10)
86 buttonCredits.pack(side=LEFT, padx=10, pady=10)
98 idle_about_b.pack(side=LEFT, padx=10, pady=10)
102 idle_news_b.pack(side=LEFT, padx=10, pady=10)
106 idle_credits_b.pack(side=LEFT, padx=10, pady=10)
SearchDialogBase.py 87 btn.pack(side="left", fill="both")
94 btn.pack(side="left", fill="both")
101 btn.pack(side="left", fill="both")
109 btn.pack(side="left", fill="both")
117 #lbl.pack(side="left")
122 btn.pack(side="left", fill="both")
129 btn.pack(side="left", fill="both")
  /build/tools/droiddoc/templates-sdk/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
16 </div> <!-- end side-nav -->
25 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
32 </div> <!-- end side-nav -->
42 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
51 </div> <!-- end side-nav -->
61 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
65 </div> <!-- end side-nav -->
75 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
79 </div> <!-- end side-nav --
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 81 * animating away one side and showing the other.
204 * Stop animating the flip and reset to one side.
205 * @param side Pass true if reset to front, false if reset to back.
207 public void reset(final boolean side) {
210 mFlipFraction = side ? 0f : 2f;
211 mFlipToSide = side;
236 * Starts an animated flip to the other side. If a flip animation is currently started,
253 * Start an animated flip to a side. This works regardless of whether a flip animation is
255 * @param side Pass true if flip to front, false if flip to back.
257 public void flipTo(final boolean side) {
    [all...]
CheckableContactFlipDrawable.java 85 public void reset(final boolean side) {
86 super.reset(side);
93 mCheckmarkDrawable.setScaleAnimatorValue(side ? CHECKMARK_SCALE_BEGIN_VALUE : END_VALUE);
94 mCheckmarkDrawable.setAlphaAnimatorValue(side ? CHECKMARK_ALPHA_BEGIN_VALUE : END_VALUE);
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
16 </div> <!-- end side-nav -->
25 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
32 </div> <!-- end side-nav -->
42 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
51 </div> <!-- end side-nav -->
61 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
65 </div> <!-- end side-nav -->
75 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
79 </div> <!-- end side-nav --
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 53 int ApiGen::genProcTypes(const std::string &filename, SideType side)
64 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side));
65 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side));
78 fprintf(fp, " (%s_APIENTRY *%s_%s_proc_t) (", basename, e->name().c_str(), sideString(side));
79 if (side == CLIENT_SIDE) { fprintf(fp, "void * ctx"); }
80 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); }
87 if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", ");
97 int ApiGen::genFuncTable(const std::string &filename, SideType side)
106 fprintf(fp, "#ifndef __%s_%s_ftable_t_h\n", m_basename.c_str(), sideString(side));
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstMutationResult.java 120 * side, returns the {@code BstMutationResult} of applying the mutation to the appropriate child
123 public BstMutationResult<K, N> lift(N liftOriginalRoot, BstSide side,
125 assert liftOriginalRoot != null & side != null & nodeFactory != null & balancePolicy != null;
135 switch (side) {
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 113 GLint side; local
162 /* Which side gets the diffuse & specular terms? */
166 side = 1;
177 side = 0;
182 COPY_3V(contrib, light->_MatAmbient[side]);
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
184 ACC_SCALE_SCALAR_3V(sum[side], attenuation, contrib );
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
211 light->_MatSpecular[side]);
290 GLint side; local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 27 /* SIDE NAVIGATION */
29 #side-nav {
35 #side-nav.not-resizable {
59 #side-nav ul {
65 #side-nav ul ul {
70 #side-nav li {
77 #side-nav li h2 {
84 #side-nav li a {
90 #side-nav li a span+span {
94 #side-nav li a:hover
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 113 GLint side; local
162 /* Which side gets the diffuse & specular terms? */
166 side = 1;
177 side = 0;
182 COPY_3V(contrib, light->_MatAmbient[side]);
183 ACC_SCALE_SCALAR_3V(contrib, n_dot_VP, light->_MatDiffuse[side]);
184 ACC_SCALE_SCALAR_3V(sum[side], attenuation, contrib );
207 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h);
210 ACC_SCALE_SCALAR_3V( spec[side], spec_coef,
211 light->_MatSpecular[side]);
290 GLint side; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestVADDTX.h 57 int16_t RegisterSendCodec(char side,
  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_MKL.h 57 char side = 'L', uplo, diag='N', transa; \
85 MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
112 char side = 'R', uplo, diag='N', transa; \
140 MKLPREFIX##trsm(&side, &uplo, &transa, &diag, &m, &n, &alpha, (const MKLTYPE*)a, &lda, (MKLTYPE*)_other, &ldb); \
SelfadjointMatrixMatrix_MKL.h 57 char side='L', uplo='L'; \
89 MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
108 char side='L', uplo='L'; \
157 MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
184 char side='R', uplo='L'; \
215 MKLPREFIX##symm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
234 char side='R', uplo='L'; \
282 MKLPREFIX##hemm(&side, &uplo, &m, &n, &alpha_, (const MKLTYPE*)a, &lda, (const MKLTYPE*)b, &ldb, &beta_, (MKLTYPE*)res, &ldc); \
  /external/chromium_org/v8/test/webkit/
dfg-compare-final-object-to-final-object-or-other-when-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 the other side is also proven final object."

Completed in 1233 milliseconds

1 2 3 45 6 7 8 91011>>