HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 351 - 375 of 6883) sorted by null

<<11121314151617181920>>

  /test/suite_harness/common/host-side/tradefed/res/report/
compatibility_result.css 27 margin-left: auto;
37 margin-left: auto;
57 margin-left: auto;
79 margin-left: auto;
95 text-align: left;
108 margin-left: auto;
133 text-align: left;
137 margin-left: auto;
152 text-align: left;
161 text-align: left;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 408 int work, right, left; local
410 left = (in[inOff + 0] & 0xff) << 24;
411 left |= (in[inOff + 1] & 0xff) << 16;
412 left |= (in[inOff + 2] & 0xff) << 8;
413 left |= (in[inOff + 3] & 0xff);
420 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
422 left ^= (work << 4);
423 work = ((left >>> 16) ^ right) & 0x0000ffff;
425 left ^= (work << 16);
426 work = ((right >>> 2) ^ left) & 0x33333333
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 71 nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom);
76 public Region(int left, int top, int right, int bottom) {
78 nativeSetRect(mNativeRegion, left, top, right, bottom);
97 return nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom);
102 public boolean set(int left, int top, int right, int bottom) {
103 return nativeSetRect(mNativeRegion, left, top, right, bottom);
182 return quickContains(r.left, r.top, r.right, r.bottom);
191 public native boolean quickContains(int left, int top, int right,
200 return quickReject(r.left, r.top, r.right, r.bottom);
208 public native boolean quickReject(int left, int top, int right, int bottom)
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
NearestTouchFrameTest.java 59 View left = mockViewAt(0, 0, 10, 10); local
62 mNearestTouchFrame.addView(left);
69 verify(left, never()).onTouchEvent(eq(ev));
75 View left = mockViewAt(0, 0, 10, 10); local
77 when(left.getVisibility()).thenReturn(View.INVISIBLE);
79 mNearestTouchFrame.addView(left);
86 verify(left, never()).onTouchEvent(eq(ev));
94 View left = mockViewAt(0, 0, 10, 10); local
95 when(left.isAttachedToWindow()).thenReturn(false);
98 mNearestTouchFrame.addView(left);
112 View left = mockViewAt(0, 0, 10, 10); local
128 View left = mockViewAt(0, 0, 10, 10); local
    [all...]
  /frameworks/support/gridlayout/src/androidTest/java/androidx/gridlayout/widget/
GridLayoutTest.java 80 int left = mLeftView.getWidth(); local
83 assertTrue("left item should get some width", left > 0);
86 assertTrue("left view should be almost two times right view " + left + " vs " + right,
87 Math.abs(right * 2 - left) < 2);
93 int left = mLeftView.getWidth(); local
96 assertTrue("left item should get some width", left > 0);
99 assertTrue("left view should be almost two times right view " + left + " vs " + right
106 int left = mLeftView.getWidth(); local
131 int left = mLeftView.getHeight(); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
build.c 42 ((Junction *)g.left)->jtype = t; \
43 ((Junction *)g.left)->approx = approx; \
44 ((Junction *)g.left)->pFirstSetSymbol = first_set_symbol; \
45 ((Junction *)g.left)->end = (Junction *) g.right; \
49 * g.left points to the sentinel node on a block. i.e. g.left->p1 points to
146 g.left = (Node *) j1; g.right = (Node *) j2;
181 g.left = (Node *) j1; g.right = (Node *) j2;
238 g.left = (Node *) j1; g.right = (Node *) j2;
291 g.left = (Node *) j1; g.right = (Node *) j2;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred_msa.c 266 v16u8 top, left, out; local
272 left = LD_UB(src_left);
273 HADD_UB2_UH(top, left, sum_top, sum_left);
555 const uint8_t *above, const uint8_t *left) {
556 (void)left;
562 const uint8_t *above, const uint8_t *left) {
563 (void)left;
569 const uint8_t *above, const uint8_t *left) {
570 (void)left;
576 const uint8_t *above, const uint8_t *left) {
    [all...]
  /external/zlib/src/examples/
gzappend.c 122 /* rotate list[0..len-1] left by rot positions, in place */
137 /* do simple left shift by one */
163 *to = *from; /* shift left */
173 unsigned left; /* bytes available at next */ member in struct:__anon44876
186 in->left = (unsigned)len;
198 #define read1(in) (in->left == 0 ? readmore(in) : 0, \
199 in->left--, *(in->next)++)
206 if (n > in->left) {
207 n -= in->left;
215 if (n > in->left)
261 int ret, lastbit, left, full; local
391 unsigned left; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 91 int left = Math.max(translation, 0);
95 outline.setRect(left, top, right, bottom);
114 int left; local
123 left = Math.max(translation, 0);
132 getRoundedRectPath(left, top, right,
139 left = mOutlineRect.left;
159 getRoundedRectPath(left, top, right, bottom, topRoundness,
168 public static void getRoundedRectPath(int left, int top, int right, int bottom,
171 int width = right - left;
208 int left = (int) (- mExtraWidthForClipping \/ 2.0f); local
    [all...]
  /sdk/templates/docs/
default.css 68 left: 0;
86 padding-left: 16px;
105 margin-left: 16px;
118 left: -32px;
176 border-left: 4px solid #09c;
177 padding-left: 16px;
191 margin-left: 32px;
197 margin-left: 32px;
201 margin-left: 16px;
205 float: left;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzappend.c 122 /* rotate list[0..len-1] left by rot positions, in place */
137 /* do simple left shift by one */
163 *to = *from; /* shift left */
173 unsigned left; /* bytes available at next */ member in struct:__anon5139
186 in->left = (unsigned)len;
198 #define read1(in) (in->left == 0 ? readmore(in) : 0, \
199 in->left--, *(in->next)++)
206 if (n > in->left) {
207 n -= in->left;
215 if (n > in->left)
261 int ret, lastbit, left, full; local
391 unsigned left; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgclarge.go 42 left *treapNode // all treapNodes < this treap node
51 t.left = nil
64 return t.spanKey == s || t.left.isSpanInTreap(s) || t.right.isSpanInTreap(s)
76 t.left.walkTreap(fn)
104 if t.left != nil && lessThan(t.left.npagesKey, t.left.spanKey) {
105 throw("t.lessThan(t.left.npagesKey, t.left.spanKey) is not false")
108 throw("!t.lessThan(t.left.npagesKey, t.left.spanKey) is not false"
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgclarge.go 42 left *treapNode // all treapNodes < this treap node
51 t.left = nil
64 return t.spanKey == s || t.left.isSpanInTreap(s) || t.right.isSpanInTreap(s)
76 t.left.walkTreap(fn)
104 if t.left != nil && lessThan(t.left.npagesKey, t.left.spanKey) {
105 throw("t.lessThan(t.left.npagesKey, t.left.spanKey) is not false")
108 throw("!t.lessThan(t.left.npagesKey, t.left.spanKey) is not false"
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 78 node.left = this.root_;
83 node.left = this.root_.left;
84 this.root_.left = null;
107 if (!this.root_.left) {
111 this.root_ = this.root_.left;
165 // the left subtree.
168 } else if (this.root_.left) {
169 return this.findMax(this.root_.left);
204 // the L tree of the algorithm. The left child of the dummy nod
275 SplayTree.Node.prototype.left = null; method in class:SplayTree.Node
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Trans.java 104 int left = line.indexOf('<', right+1); local
105 if (left < 0) {
112 // Append transliterated segment right+1..left-1
113 buf.append(trans.transliterate(line.substring(right+1, left)));
114 if (DEBUG) System.out.println("T:" + line.substring(right+1, left));
115 right = line.indexOf('>', left+1);
118 buf.append(line.substring(left));
119 if (DEBUG) System.out.println("S:" + line.substring(left));
122 buf.append(line.substring(left, right+1));
123 if (DEBUG) System.out.println("S:" + line.substring(left, right+1))
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 37 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, rect.top));
43 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, fBottom));
45 CFX_PointF(rect.left, fBottom - PUSHBUTTON_SIZE_Corner));
47 CFX_PointF(rect.left, rect.top + PUSHBUTTON_SIZE_Corner));
49 CFX_PointF(rect.left + PUSHBUTTON_SIZE_Corner, rect.top));
60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
64 DrawAxialShading(pGraphics, rect.left + PUSHBUTTON_SIZE_Corner, rect.top,
65 rect.left + PUSHBUTTON_SIZE_Corner, rect.bottom(),
74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirOps.h 59 int32_t mulRL(int left, int32_t in, uint32_t vRL)
63 if (left) {
76 int16_t v = left ? static_cast<int16_t>(vRL) : static_cast<int16_t>(vRL>>16);
127 int32_t mulAddRL(int left, uint32_t inRL, int16_t v, int32_t a)
131 if (left) {
144 int16_t s = left ? static_cast<int16_t>(inRL) : static_cast<int16_t>(inRL>>16);
150 int32_t mulAddRL(int left, uint32_t inRL, int32_t v, int32_t a)
154 if (left) {
167 int16_t s = left ? static_cast<int16_t>(inRL) : static_cast<int16_t>(inRL>>16);
  /frameworks/base/core/java/com/android/internal/widget/
BackgroundFallback.java 65 int left = width; local
87 left = Math.min(left, rootOffsetX + child.getLeft());
104 // Bar covers entire left padding
106 && v.getLeft() <= 0 && v.getRight() >= left) {
107 left = 0;
135 if (left >= right || top >= bottom) {
144 if (left > 0) {
145 mBackgroundFallback.setBounds(0, top, left, height);
153 mBackgroundFallback.setBounds(left, bottom, right, height)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Letterbox.java 38 private final LetterboxSurface mLeft = new LetterboxSurface("left");
65 mTop.layout(outer.left, outer.top, inner.right, inner.top);
66 mLeft.layout(outer.left, inner.top, inner.left, outer.bottom);
67 mBottom.layout(inner.left, inner.bottom, outer.right, outer.bottom);
140 public void layout(int left, int top, int right, int bottom) {
141 if (mLayoutFrame.left == left && mLayoutFrame.top == top
146 mLayoutFrame.set(left, top, right, bottom);
188 t.setPosition(mSurface, mSurfaceFrame.left, mSurfaceFrame.top)
    [all...]
  /external/elfutils/libebl/
eblstrtab.c 56 struct Ebl_Strent *left; member in struct:Ebl_Strent
75 size_t left; member in struct:Ebl_Strtab
132 st->left = len - overhead;
164 if (st->left < align + sizeof (struct Ebl_Strent) + len)
177 newstr->left = NULL;
184 st->left -= align + sizeof (struct Ebl_Strent) + len;
210 return searchstring (&(*sep)->left, newstr);
250 st->left += st->backp - (char *) newstr;
259 st->left += newstr->len;
271 newstr->left = (*sep)->left
    [all...]
  /external/icu/icu4c/
icu4c.css 69 padding-left: 4px;
88 padding-left: 0;
89 margin-left: 1em;
106 margin-left: 1.5em;
124 margin-left: 1.8em;
127 padding-left: 0.75em;
133 margin-left: 2em;
149 * Navigation sidebar on the left hand of most pages
158 padding-left: 0.2em;
166 margin-left: 0px
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mep-relocs.pl 104 my ($bits, $left, $right, $ci, $c, $cv);
106 $left = 0;
110 $left++;
112 $left = 0;
123 return ($bits, $left, $right, $mask, $rmask);
134 ($bits, $left, $right, $mask) = mask2shifts ($mask);
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
177 ($bits, $left, $right, $mask, $rmask) = mask2shifts ($mask);
178 if ($left > $right) { $left -= $right; $right = 0;
    [all...]
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 27 margin-left: auto;
37 margin-left: auto;
57 margin-left: auto;
79 margin-left: auto;
95 text-align: left;
114 text-align: left;
118 margin-left: auto;
133 text-align: left;
142 text-align: left;
  /external/webp/src/dsp/
lossless_mips_dsp_r2.c 191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) {
192 return Average3(left, top[0], top[1]);
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) {
196 return Average2(left, top[-1]);
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) {
200 return Average2(left, top[0]);
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) {
204 (void)left;
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) {
209 (void)left;
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 44 std::min(a.left(), b.left()),
56 rect->left(), bounds.bottom() - rect->bottom(),
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
153 bool operator==(const MacDisplayConfiguration& left,
155 return left.id == right.id &&
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale;

Completed in 680 milliseconds

<<11121314151617181920>>