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

1 2 3

  /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());
  /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/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);}
252 "==" { return(EQUALS); }
policy_parse.y 138 %token EQUALS
153 %left EQUALS NOTEQUAL
366 | cond_expr EQUALS cond_expr
599 op : EQUALS
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/chromium_org/mojo/public/bindings/generators/
mojom_cpp_generator.py 89 enum_field_template = Template(" $NAME$EQUALS$VALUE,")
406 fields.Add(NAME=field.name, EQUALS = " = ", VALUE = field.value)
408 fields.Add(NAME=field.name, EQUALS = "", VALUE = "")
  /external/chromium_org/v8/src/
builtins.h 258 V(EQUALS, 1) \
runtime.js 54 function EQUALS(y) {
  /external/qemu/android/skin/
keyset.c 115 _KEYSYM_(EQUALS,EQUAL) \
  /external/v8/src/
builtins.h 227 V(EQUALS, 1) \
runtime.js 54 function EQUALS(y) {
  /external/icu4c/common/
uniset_props.cpp 72 #define EQUALS ((UChar)0x003D) /*=*/
1238 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 72 #define EQUALS ((UChar)0x003D) /*=*/
1316 int32_t equals = pattern.indexOf(EQUALS, pos); local
    [all...]
  /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/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 105 symbols_: {"error":2,"root":3,"program":4,"EOF":5,"statements":6,"simpleInverse":7,"statement":8,"openInverse":9,"closeBlock":10,"openBlock":11,"mustache":12,"partial":13,"CONTENT":14,"COMMENT":15,"OPEN_BLOCK":16,"inMustache":17,"CLOSE":18,"OPEN_INVERSE":19,"OPEN_ENDBLOCK":20,"path":21,"OPEN":22,"OPEN_UNESCAPED":23,"OPEN_PARTIAL":24,"params":25,"hash":26,"param":27,"STRING":28,"INTEGER":29,"BOOLEAN":30,"hashSegments":31,"hashSegment":32,"ID":33,"EQUALS":34,"pathSegments":35,"SEP":36,"$accept":0,"$end":1},
106 terminals_: {2:"error",5:"EOF",14:"CONTENT",15:"COMMENT",16:"OPEN_BLOCK",18:"CLOSE",19:"OPEN_INVERSE",20:"OPEN_ENDBLOCK",22:"OPEN",23:"OPEN_UNESCAPED",24:"OPEN_PARTIAL",28:"STRING",29:"INTEGER",30:"BOOLEAN",33:"ID",34:"EQUALS",36:"SEP"},
    [all...]

Completed in 851 milliseconds

1 2 3