Searched refs:EQUALS (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/test/Misc/Inputs/
H A Dinclude.h1 #define EQUALS(a,b) a == b macro
/external/clang/test/Misc/
H A Dinclude-stack-for-note-flag.cpp13 return EQUALS(&x, y);
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java43 public static final String EQUALS = "="; field in interface:Separators
H A DNameValue.java66 separator = Separators.EQUALS;
84 separator = Separators.EQUALS;
H A DGenericObjectList.java60 protected static final String EQUALS = Separators.EQUALS; field in class:GenericObjectList
H A DGenericObject.java55 protected static final String EQUALS = Separators.EQUALS; field in class:GenericObject
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingVector.java78 ParameterNamesIms.ICID_GENERATED_AT).append(EQUALS).append(
84 .append(EQUALS).append(getTerminatingIOI());
89 .append(EQUALS).append(getOriginatingIOI());
H A DPServedUser.java133 retval.append(SEMICOLON).append(ParameterNamesIms.REGISTRATION_STATE).append(EQUALS)
137 retval.append(SEMICOLON).append(ParameterNamesIms.SESSION_CASE).append(EQUALS)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSortedSetRelation.java53 EQUALS = A_AND_B, // A intersect B, retainAll field in class:SortedSetRelation
62 RETAINALL = EQUALS, // A intersect B, retainAll
90 case EQUALS: if (a.size() != b.size()) return false; break;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java51 EQUALS = A_AND_B, // A intersect B, retainAll field in class:SortedSetRelation
60 RETAINALL = EQUALS, // A intersect B, retainAll
88 case EQUALS: if (a.size() != b.size()) return false; break;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestExpressionFeatures.g357 EQUALS = '==';
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java189 public static final int EQUALS = (int) '='; field in interface:TokenTypes
/external/selinux/checkpolicy/
H A Dpolicy_scan.l171 EQ { return(EQUALS);}
265 "==" { return(EQUALS); }
H A Dpolicy_parse.y145 %token EQUALS
160 %left EQUALS NOTEQUAL
381 | cond_expr EQUALS cond_expr
630 op : EQUALS
/external/icu/icu4c/source/i18n/
H A Dplurrule_impl.h65 static const UChar EQUALS = ((UChar)0x003D); variable
H A Dplurrule.cpp1212 if (ruleSrc->charAt(curIndex+1) == EQUALS) {
1284 case EQUALS:
/external/icu/icu4c/source/common/
H A Duniset_props.cpp72 #define EQUALS ((UChar)0x003D) /*=*/ macro
1236 int32_t equals = pattern.indexOf(EQUALS, pos);
H A Duniset.cpp48 #define EQUALS ((UChar)0x003D) /*=*/ macro
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java829 I_EQUALS = new Integer(SortedSetRelation.EQUALS),
925 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset);
935 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java828 I_EQUALS = new Integer(SortedSetRelation.EQUALS),
924 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset);
934 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.EQUALS, jset);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java3477 enum SetAssert {EQUALS, MISSING_OK, EXTRA_OK} enum constant in enum:TransliteratorTest.SetAssert

Completed in 495 milliseconds

123