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

1 2 3

  /external/clang/test/Misc/Inputs/
include.h 1 #define EQUALS(a,b) a == b
  /external/nist-sip/java/gov/nist/core/
Separators.java 43 public static final String EQUALS = "=";
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...]
LexerCore.java 65 public static final int EQUALS = (int) '=';
  /external/sepolicy/tools/
sepolicy-check.c 13 #define EQUALS 0
39 return EQUALS;
45 case EQUALS:
  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 44 #define EQUALS ((UChar)0x003D) /*=*/
    [all...]
uniset_props.cpp 72 #define EQUALS ((UChar)0x003D) /*=*/
1316 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /external/chromium_org/v8/src/
runtime.js 30 function EQUALS(y) {
  /external/icu/icu4c/source/common/
uniset.cpp 46 #define EQUALS ((UChar)0x003D) /*=*/
    [all...]
uniset_props.cpp 72 #define EQUALS ((UChar)0x003D) /*=*/
1236 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /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/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/icu/icu4c/source/i18n/
plurrule_impl.h 59 static const UChar EQUALS = ((UChar)0x003D);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 189 public static final int EQUALS = (int) '=';
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 

Completed in 953 milliseconds

1 2 3