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

<<919293949596979899100>>

  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 318 if (!style()->right().isAuto() && containingBlock()->style()->direction() == RTL)
319 return -style()->right().calcValue(cb->availableWidth());
322 if (!style()->right().isAuto()) {
324 return -style()->right().calcValue(cb->availableWidth());
702 int right = 0; local
707 right = borderRight();
712 right += paddingRight();
722 positioningAreaSize = IntSize(toRenderBox(this)->width() - left - right, toRenderBox(this)->height() - top - bottom);
726 positioningAreaSize = IntSize(w - left - right, h - top - bottom);
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 559 NJ_INT16 left, right, mid; local
639 right = ytbl_cnt;
642 while (left <= right) {
643 mid = (left + right) >> 1;
652 right = mid - 1;
657 right = mid - 1;
663 while (left <= right) {
664 mid = (left + right) >> 1;
672 right = mid - 1;
1991 NJ_INT16 left, right, mid; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 267 assertTrue(r1.right > 0);
275 assertTrue(r2.right > 0);
279 assertEquals(r1.right, r2.right);
371 mListView.setPadding(r.left, r.top, r.right, r.bottom);
378 assertEquals(r.right, mListView.getListPaddingRight());
441 assertEquals(v.getRight(), r.right);
    [all...]
  /external/bison/tests/
regression.at 208 on left: 2 4, on right: 0
210 on left: 1, on right: 2
212 on left: 3, on right: 4
504 on left: 1, on right: 0
506 on left: 2 3, on right: 1 3
508 on left: 5, on right: 2 3
510 on left: 4, on right: 5
  /external/guava/javadoc/com/google/common/collect/
Multiset.Entry.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
124 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
132 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
156 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
299 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  /external/guava/javadoc/com/google/common/io/
ByteStreams.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
129 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
    [all...]
  /external/guava/src/com/google/common/collect/
Ordering.java 46 * public int compare(String left, String right) {
47 * return Ints.compare(left.length(), right.length());
74 @SuppressWarnings("unchecked") // TODO: the right way to explain this??
213 /*@Override*/ public int compare(Object left, Object right) {
214 if (left == right) {
218 int rightCode = identityHashCode(right);
224 int result = uids.get(left).compareTo(uids.get(right));
  /external/opencore/codecs_v2/audio/aac/dec/src/
intensity_right.cpp 47 channel for use on the right.
77 q_formatRight = The Q-format for the right channel's fixed-point spectral
86 for the right channel.
115 This function applies Intensity Stereo, generating data on the right channel
158 developer retains full right to use the code for his/her own purpose,
383 * on the right-channel are derived from the values
402 * reconstruct right intensity values
  /external/opencore/doc/pvauthor_html/
classPVAuthorEngineInterface.html 14 <tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a0">~PVAuthorEngineInterface</a> ()</td></tr>
15 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a1">SetLogAppender</a> (const char *aTag, PVLoggerAppender &amp;aAppender, const OsclAny *aContextData=NULL)=0</td></tr>
16 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a2">RemoveLogAppender</a> (const char *aTag, PVLoggerAppender &amp;aAppender, const OsclAny *aContextData=NULL)=0</td></tr>
17 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a3">SetLogLevel</a> (const char *aTag, int32 aLevel, bool aSetSubtree=false, const OsclAny *aContextData=NULL)=0</td></tr>
18 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a4">GetLogLevel</a> (const char *aTag, <a class="el" href="pv__engine__types_8h.html#a4">PVLogLevelInfo</a> &amp;aLogInfo, const OsclAny *aContextData=NULL)=0</td></tr>
19 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a5">Open</a> (const OsclAny *aContextData=NULL)=0</td></tr>
20 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a6">Close</a> (const OsclAny *aContextData=NULL)=0</td></tr>
21 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a7">AddDataSource</a> (const PVMFNodeInterface &amp;aDataSource, const OsclAny *aContextData=NULL)=0</td></tr>
22 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td valign=bottom><a class="el" href="classPVAuthorEngineInterface.html#a8">RemoveDataSource</a> (const PVMFNodeInterface &amp;aDataSource, const OsclAny *aContextData=NULL)=0</td></tr>
23 <tr><td nowrap align=right valign=top>virtual <a class="el" href="pv__engine__types_8h.html#a0">PVCommandId</a>&nbsp;</td><td (…)
    [all...]
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 869 // become the right neighbor of the block being freed
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 122 return p.x() >= r.x() && p.y() >= r.y() && p.x() < r.right() && p.y() < r.bottom();
149 r.setWidth(r.right() - x);
427 bool containsExtremes[4] = { false }; // bottom, left, top, right
744 float right = r.right() - 1; local
746 addLineTo(FloatPoint(right, r.y()));
747 addLineTo(FloatPoint(right, bottom));
  /external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp 131 return "Right";
197 return VK_RIGHT; // (27) RIGHT ARROW key
261 return VK_RIGHT; // (27) RIGHT ARROW key
390 return VK_RWIN; // (5C) Right Windows key (Natural keyboard)
405 // VK_RSHIFT (A1) Right SHIFT key
407 // VK_RCONTROL (A3) Right CONTROL key
409 // VK_RMENU (A5) Right MENU key
  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 122 return "Right";
187 return VK_RIGHT; // (27) RIGHT ARROW key
300 return VK_RIGHT; // (27) RIGHT ARROW key
402 // return VK_RWIN; // (5C) Right Windows key (Natural keyboard)
418 // VK_RSHIFT (A1) Right SHIFT key
420 // VK_RCONTROL (A3) Right CONTROL key
422 // VK_RMENU (A5) Right MENU key
  /frameworks/base/graphics/java/android/graphics/
Path.java 362 * @param right The right side of a rectangle to add to the path
366 public void addRect(float left, float top, float right, float bottom,
368 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
427 * two radius values [X, Y]. The corners are ordered top-left, top-right,
428 * bottom-right, bottom-left
573 float right, float bottom, int dir);
  /frameworks/base/media/libstagefright/codecs/aacdec/
intensity_right.cpp 47 channel for use on the right.
77 q_formatRight = The Q-format for the right channel's fixed-point spectral
86 for the right channel.
115 This function applies Intensity Stereo, generating data on the right channel
158 developer retains full right to use the code for his/her own purpose,
383 * on the right-channel are derived from the values
402 * reconstruct right intensity values
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 191 * Left and right margins for a candidate. It is specified in xml, and is
202 * Left and right extra margins for a candidate.
527 (int) mActiveCellRect.top, (int) mActiveCellRect.right,
556 // Candidate and right margin
612 if (r.left < x && r.right > x && r.top < y && r.bottom > y) {
615 float disx = (r.left + r.right) / 2 - x;
692 int desired_width = (int) (r.right - r.left);
  /frameworks/base/core/java/android/widget/
TextView.java 3814 final int right = mRight; local
5407 int right = (int) FloatMath.ceil(mLayout.getLineRight(line)); local
5424 int right = (int) FloatMath.ceil(mLayout.getLineRight(line)); local
5437 int right = (int) FloatMath.ceil(mLayout.getLineRight(line)); local
5475 int right = (int) FloatMath.ceil(mLayout.getLineRight(line)); local
    [all...]
  /external/guava/javadoc/com/google/common/base/
Service.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
356 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  /external/guava/javadoc/com/google/common/primitives/
SignedBytes.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
130 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
357 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UnsignedBytes.html 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
131 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
366 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 809 bounds.right = SDL_windowX+video->w;
817 width = bounds.right-bounds.left;
    [all...]
  /external/quake/quake/src/QW/client/
view.c 83 vec3_t forward, right, up; local
88 AngleVectors (angles, forward, right, up);
89 side = DotProduct (velocity, right);
328 vec3_t forward, right, up; local
374 AngleVectors (cl.simangles, forward, right, up);
376 side = DotProduct (from, right);
873 vec3_t forward, right, up; local
912 AngleVectors (cl.simangles, forward, right, up);
925 // view->origin[i] += right[i]*bob*0.4;
  /external/v8/src/ia32/
codegen-ia32.h 471 bool FoldConstantSmis(Token::Value op, int left, int right);
484 // Consumes the Results *left and *right.
487 Result* right,
705 void GenerateCall(MacroAssembler* masm, Register left, Register right);
706 void GenerateCall(MacroAssembler* masm, Register left, Smi* right);
707 void GenerateCall(MacroAssembler* masm, Smi* left, Register right);
712 Result* right);
719 bool args_reversed_; // Left and right argument are swapped.
878 Register right,
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 230 float naturalWidth = naturalRect.right - naturalRect.left;
234 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth;
374 bounds.right = m_gWorldWidth;
383 bounds.right = m_width;
402 bounds.right = m_gWorldWidth;
437 bounds.right = m_width;
606 width = (rect.right - rect.left) * m_private->m_widthScaleFactor;
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
Crossing.java 366 // LEFT/RIGHT/UP/EMPTY
404 // LEFT/RIGHT/UP/EMPTY
436 // LEFT/RIGHT/UP/EMPTY
553 // LEFT/RIGHT
598 // LEFT/RIGHT/UP
667 // LEFT/RIGHT/UP ------------------------------------------------------
695 // INSIDE-LEFT/RIGHT
738 // LEFT/RIGHT/UP
766 // LEFT/RIGHT

Completed in 413 milliseconds

<<919293949596979899100>>