HomeSort by relevance Sort by last modified time
    Searched full:right (Results 276 - 300 of 16279) sorted by null

<<11121314151617181920>>

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 109 assertEquals(500f, cellRect.right);
112 // cell 1 (top-right)
118 assertEquals(1000f, cellRect.right);
127 assertEquals(500f, cellRect.right);
130 // cell 3 (bottom-right)
136 assertEquals(1000f, cellRect.right);
167 assertEquals(500f, cellRect.right);
176 assertEquals(500f, cellRect.right);
185 assertEquals(1000f, cellRect.right);
188 // cell 3 (bottom-right)
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 158 // categorize it as an unary operator, so set the right type here.
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 177 if (g.CanBeImmediate(m.right().node())) {
179 inputs[input_count++] = g.UseImmediate(m.right().node());
182 inputs[input_count++] = g.Use(m.right().node());
228 if (m.right().Is(-1)) {
241 Node* right = node->InputAt(1); local
244 if (g.CanBeImmediate(right)) {
246 g.UseImmediate(right));
249 if (m.right().IsWord32And()) {
250 Int32BinopMatcher mright(right);
251 if (mright.right().Is(0x1F))
300 Node* right = node->InputAt(1); local
464 Node* right = node->InputAt(1); local
503 Node* right = node->InputAt(1); local
    [all...]
  /frameworks/base/core/java/android/view/
WindowInsets.java 138 * Returns the right system window inset in pixels.
144 * @return The right system window inset
147 return mSystemWindowInsets.right;
192 * Returns the right window decor inset in pixels.
198 * @return The right window decor inset
202 return mWindowDecorInsets.right;
230 mSystemWindowInsets.right != 0 || mSystemWindowInsets.bottom != 0;
245 mWindowDecorInsets.right != 0 || mWindowDecorInsets.bottom != 0;
277 * <p>A round window's left, top, right and bottom edges reach all the way to the
305 * @param right true to consume the right system window inse
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
CameraUtils.java 56 long right = widthB * (long) heightB; local
57 if (left == right) {
59 right = widthB;
61 return (left < right) ? -1 : (left > right ? 1 : 0);
  /development/samples/ApiDemos/res/layout/
table_layout_9.xml 35 android:gravity="right"
45 android:gravity="right"
55 android:gravity="right"
65 android:gravity="right"
81 android:gravity="right"
  /external/guava/guava/src/com/google/common/collect/
NullsFirstOrdering.java 34 @Override public int compare(@Nullable T left, @Nullable T right) {
35 if (left == right) {
41 if (right == null) {
44 return ordering.compare(left, right);
52 @SuppressWarnings("unchecked") // still need the right way to explain this
NullsLastOrdering.java 34 @Override public int compare(@Nullable T left, @Nullable T right) {
35 if (left == right) {
41 if (right == null) {
44 return ordering.compare(left, right);
56 @SuppressWarnings("unchecked") // still need the right way to explain this
ReverseNaturalOrdering.java 28 @SuppressWarnings("unchecked") // TODO(kevinb): the right way to explain this??
33 @Override public int compare(Comparable left, Comparable right) {
34 checkNotNull(left); // right null is caught later
35 if (left == right) {
39 return right.compareTo(left);
  /external/icu/icu4c/source/i18n/
tztrans.cpp 55 TimeZoneTransition::operator=(const TimeZoneTransition& right) {
56 if (this != &right) {
57 fTime = right.fTime;
58 setFrom(*right.fFrom);
59 setTo(*right.fTo);
  /external/libvterm/src/encoding/
DECdrawing.tbl 11 6/10 = U+2518 # BOX DRAWINGS LIGHT UP AND LEFT (bottom-right corner)
12 6/11 = U+2510 # BOX DRAWINGS LIGHT DOWN AND LEFT (top-right corner)
13 6/12 = U+250C # BOX DRAWINGS LIGHT DOWN AND RIGHT (top-left corner)
14 6/13 = U+2514 # BOX DRAWINGS LIGHT UP AND RIGHT (bottom-left corner)
21 7/4 = U+251C # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBStream.html 46 <tr class="memitem:a268478e179b21af4aa9d0ffd51f3acdb"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#a268478e179b21af4aa9d0ffd51f3acdb">SBStream</a> ()</td></tr>
47 <tr class="memitem:ac338b6424cb9d361950275fb08a2dc5b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#ac338b6424cb9d361950275fb08a2dc5b">~SBStream</a> ()</td></tr>
48 <tr class="memitem:ac3f0d051ff12a2cea020597ba3815a05"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#ac3f0d051ff12a2cea020597ba3815a05">IsValid</a> () const </td></tr>
49 <tr class="memitem:a9954db2003741c8f93f2b6279d2526bb"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#a9954db2003741c8f93f2b6279d2526bb">GetData</a> ()</td></tr>
50 <tr class="memitem:ac9ccb64b5a85cf0844d53c3638098604"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#ac9ccb64b5a85cf0844d53c3638098604">GetSize</a> ()</td></tr>
51 <tr class="memitem:ad229fdd35a8b137832e3f8b90b5cfa89"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#ad229fdd35a8b137832e3f8b90b5cfa89">Printf</a> (const char *format,...) __attribute__((format(printf</td></tr>
52 <tr class="memitem:a3c5aab0de8866ede794815512b4d5edc"><td class="memItemLeft" align="right" valign="top">void void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#a3c5aab0de8866ede794815512b4d5edc">RedirectToFile</a> (const char *path, bool append)</td></tr>
53 <tr class="memitem:a01cd95877ece05fb651e6a0d78916e44"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#a01cd95877ece05fb651e6a0d78916e44">RedirectToFileHandle</a> (FILE *fh, bool transfer_fh_ownership)</td></tr>
54 <tr class="memitem:ad524e1f4253477786ea11a9724d06c28"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBStream.html#ad524e1f4253477786ea11a9724d06c28">RedirectToFileDescriptor</a> (int fd, bool transfer_fh_ownership)</td></tr>
55 <tr class="memitem:a8d58b63ad3b3eafd9aca767149ce44f8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlld (…)
    [all...]
  /external/lldb/www/python_reference/
lldb.SBLaunchInfo-class.html 31 <th class="navbar" align="right" width="100%">
49 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
51 <tr><td align="right"><span class="options"
96 <td align="right" valign="top"
105 <td width="15%" align="right" valign="top" class="summary">
114 <td align="right" valign="top">
124 <td width="15%" align="right" valign="top" class="summary">
131 <td align="right" valign="top">
141 <td width="15%" align="right" valign="top" class="summary">
148 <td align="right" valign="top"
    [all...]
lldb.SBAttachInfo-class.html 31 <th class="navbar" align="right" width="100%">
49 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
51 <tr><td align="right"><span class="options"
96 <td align="right" valign="top"
105 <td width="15%" align="right" valign="top" class="summary">
114 <td align="right" valign="top">
124 <td width="15%" align="right" valign="top" class="summary">
131 <td align="right" valign="top">
141 <td width="15%" align="right" valign="top" class="summary">
148 <td align="right" valign="top"
    [all...]
lldb.formatters.cpp.libcxx.stdlist_SynthProvider-class.html 31 <th class="navbar" align="right" width="100%">
52 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
54 <tr><td align="right"><span class="options"
73 <td align="right" valign="top"
82 <td width="15%" align="right" valign="top" class="summary">
90 <td align="right" valign="top">
100 <td width="15%" align="right" valign="top" class="summary">
107 <td align="right" valign="top">
117 <td width="15%" align="right" valign="top" class="summary">
124 <td align="right" valign="top"
    [all...]
  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 33 /// emitFunctionAnnot - This may be implemented to emit a string right before
38 /// emitBasicBlockStartAnnot - This may be implemented to emit a string right
45 /// emitBasicBlockEndAnnot - This may be implemented to emit a string right
51 /// emitInstructionAnnot - This may be implemented to emit a string right
57 /// right of an instruction or global value.
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 18 rcRet.right = std::max(rect1.right, rect2.right);
28 crRect.right + fSize,
38 crRect.right - fSize,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 31 * make sure going right and left doesn't change selection
67 assertTrue("center left of right",
71 assertEquals("focus search right from left button should be center button",
74 assertEquals("focus search right from center button should be right button",
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 71 setOutlineRect(rect.left, rect.top, rect.right, rect.bottom);
79 protected void setOutlineRect(float left, float top, float right, float bottom) {
83 mOutlineRect.set((int) left, (int) top, (int) right, (int) bottom);
87 mOutlineRect.right = (int) Math.max(left, mOutlineRect.right);
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 33 m_Stack.push(m_pNode->right);
42 m_pNode = m_pNode->right; // should be root
48 m_Stack.push(m_pNode->right);
63 m_Queue.push(m_pNode->right);
72 m_pNode = m_pNode->right; // should be root
78 m_Queue.push(m_pNode->right);
212 bool isRoot() const { return (m_pNode->right == m_pNode); }
264 // | Left Right |
275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; }
289 if ((*data).right == &pClient.node
    [all...]
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
49 right = width;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
  /external/skia/src/core/
SkRect.cpp 11 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) {
13 if (left >= right || top >= bottom) {
19 this->set(left, top, right, bottom);
23 if (right > fRight) fRight = right;
113 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) {
114 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
129 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) {
131 if (left >= right || top >= bottom) {
137 this->set(left, top, right, bottom)
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
brand.jd 16 <h4 style="clear:right">?????? Android</h4>
18 <div style="float:right;clear:right;width:200px;margin:0 0 20px 30px">
45 <div style="float:right;width:200px;margin-left:30px">
62 <h4 style="clear:right">Android ??</h4>
64 <div style="float:right;width:210px;margin-left:30px">
88 <div style="float:right;width:96px;margin-left:30px">
106 <div style="float:right;clear:right;width:172px;margin-left:30px">
113 <div style="float:right;clear:right;width:172px;margin-left:30px"
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 102 event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
122 float right = event.right; local
127 if (x <= right) {
140 // x > right
141 float dx = x - right;
143 // the upper right corner
148 // the lower right corne
    [all...]
  /external/openfst/src/lib/
symbol-table-ops.cc 21 SymbolTable *MergeSymbolTable(const SymbolTable &left, const SymbolTable &right,
24 // copied version of SymbolTable of left or right if either symbol table is
27 right.Name());
34 int64 key = right.Find(liter.Symbol());
47 return right.Copy();
49 // add all symbols we can from right symbol table
51 SymbolTableIterator riter(right);

Completed in 552 milliseconds

<<11121314151617181920>>