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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/jni/
android_view_Surface.cpp 228 sp<Surface> rhs = new Surface(*parcel); local
229 setSurface(env, clazz, rhs);
590 const sp<SurfaceControl>& rhs = getSurfaceControl(env, other); local
591 if (!SurfaceControl::isSameSurface(surface, rhs)) {
594 setSurfaceControl(env, clazz, rhs);
608 sp<Surface> rhs = new Surface(*parcel); local
609 if (!Surface::isSameSurface(control, rhs)) {
612 setSurface(env, clazz, rhs);
  /frameworks/base/libs/rs/
rsMatrix.cpp 116 void Matrix::loadMultiply(const Matrix *lhs, const Matrix *rhs)
124 const float rhs_ij = rhs->get(i,j);
  /frameworks/base/libs/surfaceflinger/
LayerBuffer.h 115 Buffer& operator = (const Buffer& rhs);
116 Buffer(const Buffer& rhs);
MessageQueue.h 74 inline bool operator < (const MessageBase& lhs, const MessageBase& rhs) {
75 return lhs.when < rhs.when;
Transform.h 81 Transform operator * (const Transform& rhs) const;
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 128 ARMAssembler(const ARMAssembler& rhs);
129 ARMAssembler& operator = (const ARMAssembler& rhs);
  /external/astl/include/
string 321 bool operator<(const string& lhs, const string& rhs);
322 bool operator<=(const string& lhs, const string& rhs);
323 bool operator>(const string& lhs, const string& rhs);
324 bool operator>=(const string& lhs, const string& rhs);
327 void swap(string& lhs, string& rhs);
  /external/bison/src/
parse-gram.c 222 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
586 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
601 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
664 "@3", "rhses.1", "rhs", "symbol", "action", "@4", "string_as_id",
870 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
872 the previous symbol: RHS[0] (always defined). */
874 #define YYRHSLOC(Rhs, K) ((Rhs)[K]
    [all...]
closure.c 137 item_number sym = derives[i - ntokens][j]->rhs[0];
223 item_number itemno = rules[ruleno].rhs - ritem;
  /external/v8/src/
utils.h 389 EmbeddedVector(const EmbeddedVector& rhs)
390 : Vector<T>(rhs) {
391 memcpy(buffer_, rhs.buffer_, sizeof(T) * kSize);
395 EmbeddedVector& operator=(const EmbeddedVector& rhs) {
396 if (this == &rhs) return *this;
397 Vector<T>::operator=(rhs);
398 memcpy(buffer_, rhs.buffer_, sizeof(T) * kSize);
func-name-inferrer.h 41 // collected, and during visiting the RHS, a function literal can be collected.
  /external/icu4c/i18n/
nfrs.cpp 290 NFRuleSet::operator==(const NFRuleSet& rhs) const
292 if (rules.size() == rhs.rules.size() &&
293 fIsFractionRuleSet == rhs.fIsFractionRuleSet &&
294 name == rhs.name &&
295 util_equalRules(negativeNumberRule, rhs.negativeNumberRule) &&
296 util_equalRules(fractionRules[0], rhs.fractionRules[0]) &&
297 util_equalRules(fractionRules[1], rhs.fractionRules[1]) &&
298 util_equalRules(fractionRules[2], rhs.fractionRules[2])) {
301 if (*rules[i] != *rhs.rules[i]) {
numfmt.cpp 173 NumberFormat::operator=(const NumberFormat& rhs)
175 if (this != &rhs)
177 fGroupingUsed = rhs.fGroupingUsed;
178 fMaxIntegerDigits = rhs.fMaxIntegerDigits;
179 fMinIntegerDigits = rhs.fMinIntegerDigits;
180 fMaxFractionDigits = rhs.fMaxFractionDigits;
181 fMinFractionDigits = rhs.fMinFractionDigits;
182 fParseIntegerOnly = rhs.fParseIntegerOnly;
183 u_strncpy(fCurrency, rhs.fCurrency, 4);
decimfmt.cpp 693 DecimalFormat::operator=(const DecimalFormat& rhs)
695 if(this != &rhs) {
696 NumberFormat::operator=(rhs);
697 fPositivePrefix = rhs.fPositivePrefix;
698 fPositiveSuffix = rhs.fPositiveSuffix;
699 fNegativePrefix = rhs.fNegativePrefix;
700 fNegativeSuffix = rhs.fNegativeSuffix;
701 _copy_us_ptr(&fPosPrefixPattern, rhs.fPosPrefixPattern);
702 _copy_us_ptr(&fPosSuffixPattern, rhs.fPosSuffixPattern);
703 _copy_us_ptr(&fNegPrefixPattern, rhs.fNegPrefixPattern)
    [all...]
  /external/opencore/doc/oscl_html/
oscl__socket__types_8h-source.html 70 <a name="l00064"></a><a class="code" href="classOsclNetworkAddress.html#a2">00064</a> <span class="keywordtype">bool</span> <a class="code" href="classOsclNetworkAddress.html#a2">operator == </a>(<span class="keyword">const</span> <a class="code" href="classOsclNetworkAddress.html">OsclNetworkAddress</a> &amp; rhs)<span class="keyword"> const</span>
72 00066 <span class="keywordflow">if</span> (<a class="code" href="classOsclNetworkAddress.html#m1">port</a> == rhs.<a class="code" href="classOsclNetworkAddress.html#m1">port</a>)
74 00068 <span class="keywordflow">if</span> (0 == <a class="code" href="group__osclbase.html#a47">oscl_strcmp</a>((<span class="keyword">const</span> <span class="keywordtype">char</span>*)ipAddr.<a class="code" href="classOsclNameString.html#a5">Str</a>(), (<span class="keyword">const</span> <span class="keywordtype">char</span>*)rhs.<a class="code" href="classOsclNetworkAddress.html#m0">ipAddr</a>.<a class="code" href="classOsclNameString.html#a5">Str</a>()))
classOsclNetworkAddress.html 16 <tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOsclNetworkAddress.html#a2">operator==</a> (const OsclNetworkAddress &amp;rhs) const</td></tr>
98 <td class="mdname1" valign="top" nowrap>&nbsp; <em>rhs</em> </td>
  /cts/tools/dasm/src/java_cup/
lalr_item.java 17 * of either a, b, or c once the complete RHS of this production has been
191 part = the_production().rhs(pos);
240 /* walk down the rhs and bail if we get a non-nullable symbol */
243 part = the_production().rhs(pos);
parser.cup 175 prod_part, new_term_id, new_non_term_id, rhs_list, rhs, empty;
433 /* reset the rhs accumulation */
447 rhs_list ::= rhs_list BAR rhs | rhs;
451 rhs ::=
476 /* reset the rhs accumulation in any case */
  /external/gtest/test/
gtest_filter_unittest.py 189 def AssertSetEqual(self, lhs, rhs):
193 self.assert_(elem in rhs, '%s in %s' % (elem, rhs))
195 for elem in rhs:
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 48 // Test assignment as an RHS expression
  /frameworks/base/awt/java/awt/image/
ConvolveOp.java 67 * The rhs.
69 private RenderingHints rhs = null; field in class:ConvolveOp
90 this.rhs = hints;
115 return rhs;
  /frameworks/base/include/utils/
String8.h 320 inline int compare_type(const String8& lhs, const String8& rhs)
322 return lhs.compare(rhs);
325 inline int strictly_order_type(const String8& lhs, const String8& rhs)
327 return compare_type(lhs, rhs) < 0;
  /frameworks/base/tools/aapt/
AaptAssets.h 122 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs)
124 return lhs.compare(rhs);
127 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs)
129 return compare_type(lhs, rhs) < 0;
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 214 public int compare(PickAdapter.Item lhs, PickAdapter.Item rhs) {
215 return mCollator.compare(lhs.label, rhs.label);
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 149 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs)
151 if (lhs == 0 || rhs == 0)
153 return lhs->mSurface->asBinder() == rhs->mSurface->asBinder();
420 const sp<Surface>& lhs, const sp<Surface>& rhs)
422 if (lhs == 0 || rhs == 0)
425 return lhs->mSurface->asBinder() == rhs->mSurface->asBinder();

Completed in 98 milliseconds

1 2 3 4 56 7 8 91011>>