HomeSort by relevance Sort by last modified time
    Searched refs:EQUALS (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/test/Misc/Inputs/
include.h 1 #define EQUALS(a,b) a == b
  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 13 return EQUALS(&x, y);
  /external/nist-sip/java/gov/nist/core/
Separators.java 43 public static final String EQUALS = "=";
NameValue.java 66 separator = Separators.EQUALS;
84 separator = Separators.EQUALS;
176 /*if (name.toString().equals(gov.nist.javax.sip.header.ParameterNames.OPAQUE))
222 public boolean equals(Object other) { method in class:NameValue
224 if (!other.getClass().equals(this.getClass()))
243 return this.value.equals(that.value);
248 return this.value.equals(that.value);
GenericObjectList.java 60 protected static final String EQUALS = Separators.EQUALS;
400 public boolean equals(Object other) { method in class:GenericObjectList
402 if (!this.getClass().equals(other.getClass()))
414 if (myobj.equals(hisobj))
428 if (hisobj.equals(myobj))
448 if (!this.getClass().equals(other.getClass()))
GenericObject.java 55 protected static final String EQUALS = Separators.EQUALS;
222 if (!mergeObject.getClass().equals(this.getClass()))
287 if (myclass.equals(GenericObject.class))
409 public boolean equals(Object that) { method in class:GenericObject
411 if (!this.getClass().equals(that.getClass()))
467 else if (!f.get(this).equals(g.get(that)))
473 if (myclass.equals(GenericObject.class))
496 if (!this.getClass().equals(other.getClass()))
556 if ((((String) hisObj).trim()).equals(""))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVector.java 78 ParameterNamesIms.ICID_GENERATED_AT).append(EQUALS).append(
84 .append(EQUALS).append(getTerminatingIOI());
89 .append(EQUALS).append(getOriginatingIOI());
PServedUser.java 70 if(registrationState.equals("reg")||registrationState.equals("unreg"))
100 if((sessionCase.equals("orig"))||(sessionCase.equals("term")))
133 retval.append(SEMICOLON).append(ParameterNamesIms.REGISTRATION_STATE).append(EQUALS)
137 retval.append(SEMICOLON).append(ParameterNamesIms.SESSION_CASE).append(EQUALS)
148 public boolean equals(Object other) method in class:PServedUser
153 return this.getAddress().equals(((PServedUser) other).getAddress());
  /frameworks/base/tools/split-select/
Rule.h 36 EQUALS,
TestRules.cpp 29 rule.op = Rule::EQUALS;
Rule.cpp 59 case EQUALS:
60 str.append("EQUALS");
RuleGenerator.cpp 104 locale->op = Rule::EQUALS;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 57 EQUALS = '==';
  /frameworks/base/core/java/android/util/
Base64.java 225 private static final int EQUALS = -2;
342 } else if (d == EQUALS) {
362 } else if (d == EQUALS) {
376 if (d == EQUALS) {
  /external/sepolicy/tools/
sepolicy-check.c 13 #define EQUALS 0
39 return EQUALS;
45 case EQUALS:
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 27 * Code for <code>equals</code> and <code>hashCode</code> methods follow the
50 * <code>key1.equals(key2)</code> <i>and</i> the keys were produced by the same factory.
61 private static final Signature EQUALS =
62 TypeUtils.parseSignature("boolean equals(Object)");
89 if (type.equals(Constants.TYPE_CLASS)) {
168 if (!newInstance.getReturnType().equals(Object.class)) {
215 // equals
216 e = ce.begin_method(Constants.ACC_PUBLIC, EQUALS, null);
EmitUtils.java 35 private static final Signature EQUALS =
36 TypeUtils.parseSignature("boolean equals(Object)");
287 e.invoke_virtual(Constants.TYPE_OBJECT, EQUALS);
356 if (componentType.equals(Type.class))
477 * directly and by invoking the <code>equals</code> method for
515 e.invoke_virtual(Constants.TYPE_OBJECT, EQUALS);
613 if (delims != null && delims.before != null && !"".equals(delims.before)) {
620 if (delims != null && delims.after != null && !"".equals(delims.after)) {
775 e.invoke_virtual(Constants.TYPE_OBJECT, EQUALS);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 189 public static final int EQUALS = (int) '=';
  /external/checkpolicy/
policy_scan.l 163 EQ { return(EQUALS);}
254 "==" { return(EQUALS); }
policy_parse.y 138 %token EQUALS
153 %left EQUALS NOTEQUAL
373 | cond_expr EQUALS cond_expr
606 op : EQUALS
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 59 static const UChar EQUALS = ((UChar)0x003D);
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 59 static const UChar EQUALS = ((UChar)0x003D);
  /external/chromium_org/v8/src/
builtins.h 167 V(EQUALS, 1) \
  /external/qemu/android/skin/
keyset.c 115 _KEYSYM_(EQUALS,EQUAL) \

Completed in 1237 milliseconds

1 2 3 4