/external/libexif/po/ |
en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/libogg/doc/libogg/ |
index.html | 12 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td> 30 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td> 33 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
|
ogg_page_checksum_set.html | 12 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td> 52 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td> 55 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
|
overview.html | 12 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td> 35 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td> 38 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
|
/external/libvorbis/doc/vorbisfile/ |
exampleindex.html | 12 <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td> 30 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td> 33 <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
irreducible.ll | 135 ; -block-freq gets the right answers here. 171 br i1 %x, label %left, label %right, !prof !4 175 br i1 %x, label %right, label %loop.end, !prof !5 177 right: 178 ; CHECK-NEXT: right: float = 8.0, 202 br i1 %x, label %a.left, label %a.right, !prof !7 206 br i1 %x, label %a.right, label %exit, !prof !6 208 a.right: 209 ; CHECK-NEXT: a.right: float = 1.5, 214 br i1 %x, label %b.left, label %b.right, !prof ! [all...] |
loop_with_branch.ll | 21 i2 1, label %right ], !prof !1 27 ; CHECK-NEXT: right: float = 2.25, 28 right:
|
/external/pdfium/fpdfsdk/src/ |
fpdftext.cpp | 64 double* right, double* bottom, double* top) 73 *right=charinfo.m_CharBox.right; 112 double* right, double* bottom) 117 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom); 120 *right=rect.right; 125 double right, double bottom,unsigned short* buffer,int buflen) 129 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top); 232 double* top,double* right, double* bottom [all...] |
fpdftext_embeddertest.cpp | 57 double right = 0.0; local 60 FPDFText_GetCharBox(textpage, 4, &left, &right, &bottom, &top); 62 EXPECT_NEAR(46.243, right, 0.001); 83 right = 0.0; 86 FPDFText_GetRect(textpage, 1, &left, &top, &right, &bottom); 88 EXPECT_NEAR(135.167, right, 0.001); 94 right = -1.0; 97 FPDFText_GetRect(textpage, -1, &left, &top, &right, &bottom); 99 EXPECT_EQ(0.0, right); 104 right = -2.0 331 double right = 0.0; local [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
AGC_MIX_VOL_2St1Mon_D32_WRA.c | 85 LVM_INT32 Right; /* Right sample */ 126 Right = *pStSrc++; /* Get the right sample */ 137 Right += Mono; 146 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */ 147 LowWord = (Vol_Mult * (Right & 0xffff)); 148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift); 150 *pDst++ = Right; [all...] |
/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; 85 * absolute LEFT/RIGHT). 118 public static final int END = RELATIVE_LAYOUT_DIRECTION | RIGHT; 176 * pushes it to the right; if gravity is RIGHT it pushes it to 178 * right or left; otherwise it is ignored [all...] |
/frameworks/base/core/java/android/view/animation/ |
ClipRectTBAnimation.java | 31 * Constructor. Passes in 0 for Left/Right parameters of ClipRectAnimation 39 * on the Transformation for Left/Right clip parameters. 45 oldClipRect.right,
|
/frameworks/base/services/core/java/com/android/server/policy/ |
RecentApplicationsBackground.java | 60 protected boolean setFrame(int left, int top, int right, int bottom) { 62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) { 65 return super.setFrame(left, top, right, bottom); 105 int left, right; local 109 right = chld.right + bkg.right; 113 right = getRight(); 115 background.setBounds(left, top, right, bottom); 145 r.bottom = r.right = Integer.MIN_VALUE [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
FaceSquareFilter.java | 88 int right = (tempRect.right+WIDTH_OFFSET)*dims[0]/FACE_X_RANGE; local 105 if (right > dims[0]) { 106 right = dims[0]; 107 } else if (right < 0) { 108 right = 0; 122 // Right edge 123 if (right > 0 && top > 0) { 124 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + right) + 126 pixels[ImageConstants.PIX_CHANNELS * (dims[0] * (top + j) + right) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/ |
right.pass.cpp | 14 // ios_base& right(ios_base& str); 26 std::ios_base& r = std::right(ios); 28 assert(ios.flags() & std::ios::right);
|
/ndk/sources/host-tools/make-3.81/po/ |
en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
TreeMultiset.java | 187 + aggregateBelowRange(aggr, node.right); 197 return aggregateAboveRange(aggr, node.right); 201 return aggr.nodeAggregate(node) + aggr.treeAggregate(node.right); 203 return aggr.treeAggregate(node.right); 208 return aggr.treeAggregate(node.right) + aggr.nodeAggregate(node) 525 private AvlNode<E> right; 537 this.right = null; 545 return (right == null) ? 0 : right.count(comparator, e); 552 right = new AvlNode<E>(e, count) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 450 = {or} [left]:expression or [right]:and_expression // x.y || a.b 451 {->New expression.or(left.expression, right.expression)} 457 = {and} [left]:and_expression and [right]:equality // x.y && a.b 458 {->New expression.and(left.expression, right.expression)} 464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b 465 {->New expression.eq(left.expression, right.expression)} 466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b 467 {->New expression.ne(left.expression, right.expression)} 473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b 474 {->New expression.lt(left.expression, right.expression) [all...] |
/external/lldb/www/python_reference/ |
lldb.SBDebugger-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" 195 <td align="right" valign="top" 204 <td width="15%" align="right" valign="top" class="summary"> 213 <td align="right" valign="top"> 223 <td width="15%" align="right" valign="top" class="summary"> 230 <td align="right" valign="top"> 240 <td width="15%" align="right" valign="top" class="summary"> 247 <td align="right" valign="top" [all...] |
lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider-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/pdfium/core/include/fxcrt/ |
fx_coordinates.h | 275 baseType right() const function in class:CFX_RTemplate 310 void Inflate(baseType left, baseType top, baseType right, baseType bottom) 314 FXT_RECT::width += left + right; 332 void Deflate(baseType left, baseType top, baseType right, baseType bottom) 336 FXT_RECT::width -= left + right; 365 return rt.left >= left && rt.right() <= right() && rt.top >= top && rt.bottom() <= bottom(); 448 baseType r = right(), b = bottom(); 470 baseType r = right(), b = bottom(); 474 if (r < rt.right()) { 540 int right; member in struct:FX_RECT 746 FX_FLOAT right; member in class:CFX_FloatRect [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 116 private final ByteString right; field in class:RopeByteString 126 * @param right string on the right of this node, should have {@code size() > 129 private RopeByteString(ByteString left, ByteString right) { 131 this.right = right; 133 totalLength = leftLength + right.size(); 134 treeDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; 148 * @param right string on the right [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
GLArrowSensorTestRenderer.java | 200 * @param right the right operand of the cross product 203 public static void crossProduct(float[] left, float[] right, float[] out) { 204 out[0] = left[1] * right[2] - left[2] * right[1]; 205 out[1] = left[2] * right[0] - left[0] * right[2]; 206 out[2] = left[0] * right[1] - left[1] * right[0]; 213 * @param right the second dot product operan [all...] |