HomeSort by relevance Sort by last modified time
    Searched full:right (Results 51 - 75 of 6698) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/SunSpider/tests/sunspider-0.9.1/
access-binary-trees.js 5 function TreeNode(left,right,item){
7 this.right = right;
13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Equals.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
66 XObject right = m_right.execute(xctxt, true); local
68 boolean result = left.equals(right) ? true : false;
70 right.detach();
Bool.java 38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException
47 if (XObject.CLASS_BOOLEAN == right.getType())
48 return right;
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Number.java 38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException
47 if (XObject.CLASS_NUMBER == right.getType())
48 return right;
50 return new XNumber(right.num());
  /external/guava/src/com/google/common/collect/
NaturalOrdering.java 28 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
33 public int compare(Comparable left, Comparable right) {
34 checkNotNull(right); // left null is caught later
35 if (left == right) {
40 int result = left.compareTo(right);
44 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
50 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
  /external/opencore/doc/oscl_html/
osclconfig__check_8h.html 14 <tr><td nowrap align=right valign=top>typedef int8&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a0">__int8__check__</a></td></tr>
15 <tr><td nowrap align=right valign=top>typedef uint8&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a1">__uint8__check__</a></td></tr>
16 <tr><td nowrap align=right valign=top>typedef int16&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a2">__int16__check__</a></td></tr>
17 <tr><td nowrap align=right valign=top>typedef uint16&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a3">__uint16__check__</a></td></tr>
18 <tr><td nowrap align=right valign=top>typedef int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a4">__int32__check__</a></td></tr>
19 <tr><td nowrap align=right valign=top>typedef uint32&nbsp;</td><td valign=bottom><a class="el" href="group__osclconfig.html#a5">__uint32__check__</a></td></tr>
21 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
oscl__mem__basic__functions_8h.html 19 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a7">_oscl_malloc</a> (int32 count)</td></tr>
20 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a8">_oscl_calloc</a> (int32 nelems, int32 size)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a9">_oscl_realloc</a> (void *src, int32 count)</td></tr>
22 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a10">_oscl_free</a> (void *src)</td></tr>
23 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a11">oscl_memcpy</a> (void *dest, const void *src, uint32 count)</td></tr>
24 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a12">oscl_memmove</a> (void *dest, const void *src, uint32 count)</td></tr>
25 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a13">oscl_memmove32</a> (void *dest, const void *src, uint32 count)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void *&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a14">oscl_memset</a> (void *dest, uint8 val, uint32 count)</td></tr>
27 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF int&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a15">oscl_memcmp</a> (const void *buf1, const void *buf2, uint32 count)</td></tr>
34 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small
    [all...]
oscl__base__macros_8h.html 18 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a80">NULL_TERM_CHAR</a>&nbsp;&nbsp;&nbsp;'\0'</td></tr>
20 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a81">NULL</a>&nbsp;&nbsp;&nbsp;(0)</td></tr>
22 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a82">OSCL_INLINE</a>&nbsp;&nbsp;&nbsp;inline</td></tr>
23 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a83">OSCL_COND_EXPORT_REF</a></td></tr>
24 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a></td></tr>
25 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a85">OSCL_CONST_CAST</a>(type, exp)&nbsp;&nbsp;&nbsp;((type)(exp))</td></tr>
27 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a86">OSCL_STATIC_CAST</a>(type, exp)&nbsp;&nbsp;&nbsp;((type)(exp))</td></tr>
28 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a87">OSCL_REINTERPRET_CAST</a>(type, exp)&nbsp;&nbsp;&nbsp;((type)(exp))</td></tr>
29 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a88">OSCL_DYNAMIC_CAST</a>(type, exp)&nbsp;&nbsp;&nbsp;((type)(exp))</td></tr>
30 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a89">OSCL_ (…)
    [all...]
oscl__mem__audit__internals_8h.html 21 <tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structMM__AllocBlockFence.html">MM_AllocBlockFence</a></td></tr>
22 <tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structMM__AllocBlockHdr.html">MM_AllocBlockHdr</a></td></tr>
24 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="oscl__mem__audit__internals_8h.html#a0">OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</a></td></tr>
25 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a73">MM_AUDIT_ALLOC_NODE_SUPPORT</a>&nbsp;&nbsp;&nbsp;1</td></tr>
26 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a74">MM_AUDIT_FENCE_SUPPORT</a>&nbsp;&nbsp;&nbsp;0</td></tr>
27 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a75">MM_AUDIT_INCLUDE_ALL_HEAP_VALIDATION</a>&nbsp;&nbsp;&nbsp;1</td></tr>
28 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a76">MM_AUDIT_FILL_SUPPORT</a>&nbsp;&nbsp;&nbsp;0</td></tr>
29 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a77">MM_AUDIT_FAILURE_SIMULATION_SUPPORT</a>&nbsp;&nbsp;&nbsp;1</td></tr>
30 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a78">FENCE_PATTERN</a>&nbsp;&nbsp;&nbsp;0xAA</td></tr>
31 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a79">MIN (…)
    [all...]
oscl__mem_8h.html 31 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classHeapBase.html">HeapBase</a></td></tr>
32 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclAuditCB.html">OsclAuditCB</a></td></tr>
33 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMem.html">OsclMem</a></td></tr>
34 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMemAllocator.html">OsclMemAllocator</a></td></tr>
35 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMemAllocDestructDealloc.html">OsclMemAllocDestructDealloc</a></td></tr>
36 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMemBasicAllocator.html">OsclMemBasicAllocator</a></td></tr>
37 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMemBasicAllocDestructDealloc.html">OsclMemBasicAllocDestructDealloc</a></td></tr>
38 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclMemGlobalAuditObject.html">OsclMemGlobalAuditObject</a></td></tr>
40 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a33">OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE</a></td></tr>
41 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclmemory.html#a34">OSC (…)
    [all...]
oscl__media__data_8h.html 20 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classBufferFragment.html">BufferFragment</a></td></tr>
21 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classBufferMgr.html">BufferMgr</a></td></tr>
22 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classBufferState.html">BufferState</a></td></tr>
23 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classBufFragGroup.html">BufFragGroup</a></td></tr>
24 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classMediaData.html">MediaData</a></td></tr>
25 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classMemAllocator.html">MemAllocator</a></td></tr>
27 <tr><td nowrap align=right valign=top>typedef void(*&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a1">BufferFreeFuncPtr</a> )(void *)</td></tr>
28 <tr><td nowrap align=right valign=top>typedef uint32&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a2">MediaTimestamp</a></td></tr>
35 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
oscl__scheduler__tuneables_8h.html 18 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a12">PV_SCHED_ENABLE_AO_STATS</a>&nbsp;&nbsp;&nbsp;1</td></tr>
19 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a13">PV_SCHED_ENABLE_LOOP_STATS</a>&nbsp;&nbsp;&nbsp;0</td></tr>
20 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a14">PV_SCHED_ENABLE_PERF_LOGGING</a>&nbsp;&nbsp;&nbsp;1</td></tr>
21 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a15">PV_SCHED_ENABLE_THREAD_CONTEXT_CHECKS</a>&nbsp;&nbsp;&nbsp;1</td></tr>
22 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a16">PV_SCHED_LOG_Q</a>&nbsp;&nbsp;&nbsp;0</td></tr>
23 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a17">PV_SCHED_CHECK_Q</a>&nbsp;&nbsp;&nbsp;0</td></tr>
24 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a18">PV_SCHED_FAIR_SCHEDULING</a>&nbsp;&nbsp;&nbsp;1</td></tr>
25 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="group__osclproc.html#a19">OSCL_PERF_SUMMARY_LOGGING</a>&nbsp;&nbsp;&nbsp;0</td></tr>
32 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
oscl__socket__request_8h.html 18 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classAcceptParam.html">AcceptParam</a></td></tr>
19 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classBindParam.html">BindParam</a></td></tr>
20 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classConnectParam.html">ConnectParam</a></td></tr>
21 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classListenParam.html">ListenParam</a></td></tr>
22 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classOsclSocketRequest.html">OsclSocketRequest</a></td></tr>
23 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classPVSockBufRecv.html">PVSockBufRecv</a></td></tr>
24 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classPVSockBufSend.html">PVSockBufSend</a></td></tr>
25 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classRecvFromParam.html">RecvFromParam</a></td></tr>
26 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classRecvParam.html">RecvParam</a></td></tr>
27 <tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classSendParam.html">SendParam</ (…)
    [all...]
oscl__stdstring_8h.html 18 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF uint32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a42">oscl_strlen</a> (const char *str)</td></tr>
19 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF uint32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a43">oscl_strlen</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *str)</td></tr>
20 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF char *&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a44">oscl_strncpy</a> (char *dest, const char *src, uint32 count)</td></tr>
21 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a45">oscl_strncpy</a> (<a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *dest, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *src, uint32 count)</td></tr>
22 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a46">oscl_strcmp</a> (const char *str1, const char *str2)</td></tr>
23 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a47">oscl_strcmp</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *str1, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *str2)</td></tr>
24 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a48">oscl_strncmp</a> (const char *str1, const char *str2, uint32 count)</td></tr>
25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a49">oscl_strncmp</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *str1, const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *str2, uint32 count)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF char *&nbsp;</td><td valign=bottom><a class="el" href="group__osclbase.html#a50">oscl_strncat</a> (char *dest, const char *src, uint32 count)</td></tr>
27 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *&nbsp;</t (…)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 74 assertEquals(21, mOutRect.right);
79 assertEquals(26, mOutRect.right);
85 assertEquals(21, mOutRect.right);
90 assertEquals(26, mOutRect.right);
96 assertEquals(12, mOutRect.right);
101 assertEquals(17, mOutRect.right);
105 Gravity.apply(Gravity.RIGHT, 2, 10, mInRect, mOutRect);
107 assertEquals(30, mOutRect.right);
110 Gravity.apply(Gravity.RIGHT, 2, 10, mInRect, 5, 5, mOutRect);
112 assertEquals(25, mOutRect.right);
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
HexTranslator.java 59 byte left, right;
63 right = in[inOff + i * 2 + 1];
73 if (right < (byte)'a')
75 out[outOff] += (byte)(right - '0');
79 out[outOff] += (byte)(right - 'a' + 10);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 407 int work, right, left; local
414 right = (in[inOff + 4] & 0xff) << 24;
415 right |= (in[inOff + 5] & 0xff) << 16;
416 right |= (in[inOff + 6] & 0xff) << 8;
417 right |= (in[inOff + 7] & 0xff);
419 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
420 right ^= work;
422 work = ((left >>> 16) ^ right) & 0x0000ffff;
423 right ^= work;
425 work = ((right >>> 2) ^ left) & 0x33333333
    [all...]
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.cpp 57 void split(QuadraticBezier& left, QuadraticBezier& right) const
60 right.control = midPoint(control, end);
62 FloatPoint leftControlToRightControl = midPoint(left.control, right.control);
64 right.start = leftControlToRightControl;
67 right.end = end;
90 void split(CubicBezier& left, CubicBezier& right) const
98 right.control2 = midPoint(control2, end);
99 right.control1 = midPoint(right.control2, startToControl1);
100 right.end = end
129 CurveType left, right; local
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/rights/
Ro.h 21 #include <rights/Right.h>
70 * Add a right into ro's right list.
71 * @param right the pointer of right.
73 void addRight(Right* right);
102 * Consume the right related to content.
133 * Handle the xml dom node which contains <right> element.
134 * @param curNode the dom node which contains <right> element
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_statistics.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
92 <TD ALIGN="right">0</TD>
93 <TD ALIGN="right">4</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">4</TD>
99 <TD ALIGN="right">0</TD>
100 <TD ALIGN="right">4</TD>
101 <TD ALIGN="right">0</TD>
102 <TD ALIGN="right">4</TD
    [all...]
  /external/tinyxml/docs/
doxygen.css 41 margin-right: 15px;
92 margin-right: 8px;
94 padding-right: 6px;
117 margin-right: 20px;
123 padding-right : 10px;
128 margin-right : 0px;
136 padding-right : 10px;
141 margin-right : 0px;
172 border-right: 1px none #E0E0E0;
183 border-right: 1px none #E0E0E0
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
const.js 8 const x = "RIGHT";
10 shouldBe("x", '"RIGHT"');
12 const z = "RIGHT", y = "RIGHT";
14 shouldBe("y", '"RIGHT"');
100 var object = { inWith1: "RIGHT", inWith2: ""}
103 const inWith2 = "RIGHT";
106 shouldBe("object.inWith1", "'RIGHT'");
107 shouldBe("inWith2", "'RIGHT'");
  /frameworks/base/core/java/android/view/
Gravity.java 34 /** Raw bit controlling how the right/bottom edge is placed. */
36 /** Raw bit controlling whether the right/bottom edge is clipped to its
51 /** Push object to the right of its container, not changing its size. */
52 public static final int RIGHT = (AXIS_PULL_AFTER|AXIS_SPECIFIED)<<AXIS_X_SHIFT;
66 public static final int FILL_HORIZONTAL = LEFT|RIGHT;
138 * pushes it to the right; if gravity is RIGHT it pushes it to
140 * right or left; otherwise it is ignored.
153 + ((container.right - container.left - w)/2) + xAdj;
154 outRect.right = outRect.left + w
    [all...]
  /development/samples/ApiDemos/res/layout/
table_layout_11.xml 29 android:gravity="right"
41 android:gravity="right"
56 android:gravity="right"
77 <!-- Aligns the content of the cell to the bottom right -->
81 android:layout_gravity="right|bottom"
86 android:gravity="right"
  /frameworks/base/core/tests/coretests/res/layout/
table_layout_horizontal_gravity.xml 34 android:gravity="right"
49 android:gravity="right"
57 <!-- Aligns the content of the cell to the bottom right -->
61 android:layout_gravity="right|bottom"
66 android:gravity="right"
79 android:gravity="right"

Completed in 41 milliseconds

1 23 4 5 6 7 8 91011>>