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

  /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/chromium_org/third_party/icu/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...]
  /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...]
  /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/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/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 189 public static final int EQUALS = (int) '=';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1693 milliseconds