HomeSort by relevance Sort by last modified time
    Searched full:rhs (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/xml/
XPathPredicate.h 70 NumericOp(Opcode, Expression* lhs, Expression* rhs);
81 EqTestOp(Opcode, Expression* lhs, Expression* rhs);
93 LogicalOp(Opcode, Expression* lhs, Expression* rhs);
  /frameworks/base/include/ui/
GraphicBuffer.h 117 GraphicBuffer(const GraphicBuffer& rhs);
118 GraphicBuffer& operator = (const GraphicBuffer& rhs);
119 const GraphicBuffer& operator = (const GraphicBuffer& rhs) const;
EGLNativeSurface.h 45 EGLNativeSurface& operator = (const EGLNativeSurface& rhs);
46 EGLNativeSurface(const EGLNativeSurface& rhs);
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 436 * Tests that lhs.equals(rhs) matches expectedResult, as well as
437 * rhs.equals(lhs). Also tests that hashCode() return values are
442 * @param rhs As lhs.
447 String message, Object lhs, Object rhs, boolean expectedResult) {
449 if ((lhs == null) && (rhs == null)) {
456 if ((lhs == null) || (rhs == null)) {
463 Assert.assertEquals(message, expectedResult, lhs.equals(rhs));
465 if (rhs != null) {
466 Assert.assertEquals(message, expectedResult, rhs.equals(lhs));
475 Assert.assertTrue(hashMessage, lhs.hashCode() == rhs.hashCode())
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
CoverageData.java 86 * note: rhs entries override current entries if they have different stamps;
89 public IMergeable merge (final IMergeable rhs)
91 if ((rhs == null) || rhs.isEmpty () || (rhs == this))
95 final CoverageData rhscdata = (CoverageData) rhs; // TODO: redesign so that the cast is not necessary
  /frameworks/base/include/surfaceflinger/
Surface.h 57 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
86 SurfaceControl& operator = (SurfaceControl& rhs);
87 SurfaceControl(const SurfaceControl& rhs);
151 const sp<Surface>& lhs, const sp<Surface>& rhs);
168 Surface& operator = (Surface& rhs);
169 Surface(const Surface& rhs);
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 206 PVMFFormatType& operator=(const PVMFFormatType& rhs)
208 iStr = OSCL_HeapString<OsclMemAllocator> (rhs.getMIMEStrPtr(), rhs.getMIMEStrLen());
210 iCompressed = rhs.isCompressed();
224 c_bool operator==(const PVMFFormatType& rhs) const
226 return iMimeStr.isCIEquivalentTo(rhs.getStrCSumPtr());
229 bool operator!=(const PVMFFormatType& rhs) const
231 return !(*this == rhs);
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 65 bool operator < (const Frame& rhs) const {
66 return name < rhs.name;
  /frameworks/base/cmds/dumpsys/
dumpsys.cpp 24 static int sort_func(const String16* lhs, const String16* rhs)
26 return lhs->compare(*rhs);
  /frameworks/base/include/utils/
Vector.h 49 Vector(const Vector<TYPE>& rhs);
53 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const;
54 Vector<TYPE>& operator = (const Vector<TYPE>& rhs);
153 typedef int (*compar_t)(const TYPE* lhs, const TYPE* rhs);
154 typedef int (*compar_r_t)(const TYPE* lhs, const TYPE* rhs, void* state);
184 Vector<TYPE>::Vector(const Vector<TYPE>& rhs)
185 : VectorImpl(rhs) {
194 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) {
195 VectorImpl::operator = (rhs);
200 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const
    [all...]
  /hardware/msm7k/libcopybit/
copybit.cpp 109 /** Determine the intersection of lhs & rhs store in out */
112 const struct copybit_rect_t *rhs) {
113 out->l = max(lhs->l, rhs->l);
114 out->t = max(lhs->t, rhs->t);
115 out->r = min(lhs->r, rhs->r);
116 out->b = min(lhs->b, rhs->b);
136 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs)
138 private_handle_t* hnd = (private_handle_t*)rhs->handle;
139 img->width = rhs->w;
140 img->height = rhs->h
    [all...]
  /cts/tools/dasm/src/java_cup/
action_production.java 16 * @param rhs_parts array of production parts for the RHS.
  /external/opencore/doc/oscl_html/
structStrCSumPtrLen.html 33 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a6">StrCSumPtrLen</a> (const StrCSumPtrLen &amp;rhs)</td></tr>
34 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a7">StrCSumPtrLen</a> (const <a class="el" href="structStrPtrLen.html">StrPtrLen</a> &amp;rhs)</td></tr>
35 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a24">c_bool</a>&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a8">isCIEquivalentTo</a> (const StrCSumPtrLen &amp;rhs) const</td></tr>
36 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a24">c_bool</a>&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a9">operator==</a> (const StrCSumPtrLen &amp;rhs) const</td></tr>
37 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a24">c_bool</a>&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a10">operator!=</a> (const StrCSumPtrLen &amp;rhs) const</td></tr>
38 <tr><td nowrap align=right valign=top>StrCSumPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a11">operator=</a> (const StrCSumPtrLen &amp;rhs)</td></tr>
39 <tr><td nowrap align=right valign=top>StrCSumPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a12">operator=</a> (const <a class="el" href="structStrPtrLen.html">StrPtrLen</a> &amp;rhs)</td></tr>
40 <tr><td nowrap align=right valign=top>StrCSumPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structStrCSumPtrLen.html#a13">operator=</a> (const char *rhs)</td></tr>
175 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td>
204 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td
    [all...]
structStrPtrLen.html 28 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a3">StrPtrLen</a> (const StrPtrLen &amp;rhs)</td></tr>
33 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a24">c_bool</a>&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a8">isCIEquivalentTo</a> (const StrPtrLen &amp;rhs) const</td></tr>
34 <tr><td nowrap align=right valign=top><a class="el" href="group__osclbase.html#a24">c_bool</a>&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a9">isCIPrefixOf</a> (const StrPtrLen &amp;rhs) const</td></tr>
35 <tr><td nowrap align=right valign=top>int32&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a10">operator==</a> (const StrPtrLen &amp;rhs) const</td></tr>
36 <tr><td nowrap align=right valign=top>int32&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a11">operator!=</a> (const StrPtrLen &amp;rhs) const</td></tr>
37 <tr><td nowrap align=right valign=top>StrPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a12">operator=</a> (const StrPtrLen &amp;rhs)</td></tr>
38 <tr><td nowrap align=right valign=top>StrPtrLen &amp;&nbsp;</td><td valign=bottom><a class="el" href="structStrPtrLen.html#a13">operator=</a> (const char *rhs)</td></tr>
155 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td>
213 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td>
242 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 120 public void loadMultiply(Matrix4f lhs, Matrix4f rhs) {
127 float rhs_ij = rhs.get(i,j);
162 public void multiply(Matrix4f rhs) {
164 tmp.loadMultiply(this, rhs);
  /external/bison/data/
glr.cc 265 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
267 the previous symbol: RHS[0] (always defined). */
270 # define YYLLOC_DEFAULT(Current, Rhs, N) \
274 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
275 (Current).end = YYRHSLOC (Rhs, N).end; \
279 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
  /external/astl/src/
string.cpp 657 bool operator<(const string& lhs, const string& rhs) {
658 return lhs.compare(rhs) < 0;
661 bool operator<=(const string& lhs, const string& rhs) {
662 return lhs.compare(rhs) <= 0;
665 bool operator>(const string& lhs, const string& rhs) {
666 return lhs.compare(rhs) > 0;
669 bool operator>=(const string& lhs, const string& rhs) {
670 return lhs.compare(rhs) >= 0;
673 void swap(string& lhs, string& rhs) {
674 lhs.swap(rhs);
    [all...]
  /system/core/libpixelflinger/tinyutils/
TypeHelpers.h 95 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) {
96 return (lhs < rhs) ? 1 : 0;
100 int compare_type(const TYPE& lhs, const TYPE& rhs) {
101 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 74 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
78 GIMPLE_INVALID_RHS, /* The expression cannot be used on the RHS. */
720 tree rhs, lhs; local
894 /* Returns true iff T is a valid rhs for a MODIFY_EXPR where the LHS is a
    [all...]
  /external/bison/src/
gram.h 46 instance RITEM stores both symbol (the RHS) and rule numbers: the
60 RULES[R].rhs -- the index in RITEM of the beginning of the portion
184 item_number *rhs; member in struct:__anon831
222 /* Return the length of the RHS. */
225 /* Print this rule's RHS on OUT. */
248 /* Return the size of the longest rule RHS. */
output.c 201 | Prepare the muscles related to the rules: rhs, prhs, r1, r2, |
210 item_number *rhs = xnmalloc (nritems, sizeof *rhs); local
221 /* Index of rule R in RHS. */
223 /* RHS of the rule R. */
224 for (rhsp = rules[r].rhs; *rhsp >= 0; ++rhsp)
225 rhs[i++] = *rhsp;
228 /* Length of rule R's RHS. */
230 /* Separator in RHS. */
231 rhs[i++] = -1
    [all...]
  /external/gtest/include/gtest/internal/
gtest-filepath.h 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { }
72 FilePath& operator=(const FilePath& rhs) {
73 Set(rhs);
77 void Set(const FilePath& rhs) {
78 pathname_ = rhs.pathname_;
  /external/webkit/WebCore/inspector/front-end/
ProfileDataGridTree.js 381 comparator = function(lhs, rhs)
383 if (lhs[property] < rhs[property])
386 if (lhs[property] > rhs[property])
392 comparator = function(lhs, rhs)
394 if (lhs[property] > rhs[property])
397 if (lhs[property] < rhs[property])
  /external/icu4c/i18n/
dcfmtsym.cpp 101 DecimalFormatSymbols::operator=(const DecimalFormatSymbols& rhs)
103 if (this != &rhs) {
106 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]);
109 currencySpcBeforeSym[i].fastCopyFrom(rhs.currencySpcBeforeSym[i]);
110 currencySpcAfterSym[i].fastCopyFrom(rhs.currencySpcAfterSym[i]);
112 locale = rhs.locale;
113 uprv_strcpy(validLocale, rhs.validLocale);
114 uprv_strcpy(actualLocale, rhs.actualLocale);
  /external/webkit/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 93 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const
98 return static_cast<Result>(ucol_strcoll(m_collator, lhs, lhsLength, rhs, rhsLength));

Completed in 550 milliseconds

1 2 34 5 6 7 8 91011>>