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

1 2

  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 73 else if (NEQ <= id && id <= ARSHIFT_E)
74 return opNames[id - NEQ];
  /external/iproute2/misc/
ssfilter.y 42 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND
85 | DPORT NEQ HOSTCOND
110 | SPORT NEQ HOSTCOND
253 strcmp(curtok, "neq") == 0)
254 return NEQ;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 68 int NEQ = 350; // !=
91 // operators from NEQ to ARSHIFT_E
CodeGen.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
nilfunc.go 29 if e.Op != token.EQL && e.Op != token.NEQ {
60 f.Badf(e.Pos(), "comparison of function %v %v nil is always %v", obj.Name(), e.Op, e.Op == token.NEQ)
bool.go 48 or = boolOp{"or", token.LOR, token.NEQ}
  /prebuilts/go/linux-x86/src/cmd/vet/
nilfunc.go 29 if e.Op != token.EQL && e.Op != token.NEQ {
60 f.Badf(e.Pos(), "comparison of function %v %v nil is always %v", obj.Name(), e.Op, e.Op == token.NEQ)
bool.go 48 or = boolOp{"or", token.LOR, token.NEQ}
  /dalvik/dx/etc/
dx.bat 65 if %a:~0,5% NEQ -JXmx goto notXmx
70 if %a:~0,5% NEQ -JXss goto notXss
74 if %a:~0,2% NEQ -J goto notJ
mainDexClasses.bat 75 if %1 NEQ --output goto notOut
83 if %1 NEQ --disable-annotation-resolution-workaround goto notDisable
  /external/libpcap/
tokdefs.h 103 NEQ = 313,
225 #define NEQ 313
grammar.y 296 %token GEQ LEQ NEQ
652 | NEQ { $$ = BPF_JEQ; }
grammar.c 418 NEQ = 313,
540 #define NEQ 313
988 "ADDR4", "RA", "TA", "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID",
    [all...]
scanner.l 322 "!=" return NEQ;
  /prebuilts/go/darwin-x86/src/go/token/
token.go 73 NEQ // !=
177 NEQ: "!=",
265 case EQL, NEQ, LSS, LEQ, GTR, GEQ:
  /prebuilts/go/linux-x86/src/go/token/
token.go 73 NEQ // !=
177 NEQ: "!=",
265 case EQL, NEQ, LSS, LEQ, GTR, GEQ:
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 251 "!=": token.NEQ,
279 case token.EQL, token.NEQ, token.LSS, token.LEQ, token.GTR, token.GEQ:
value.go 837 case token.NEQ:
868 case token.NEQ:
877 case token.NEQ:
902 case token.NEQ:
911 case token.NEQ:
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 251 "!=": token.NEQ,
279 case token.EQL, token.NEQ, token.LSS, token.LEQ, token.GTR, token.GEQ:
value.go 837 case token.NEQ:
868 case token.NEQ:
877 case token.NEQ:
902 case token.NEQ:
911 case token.NEQ:
  /prebuilts/devtools/tools/
lint.bat 49 if debug NEQ "%1" goto NoDebug
ddms.bat 46 if debug NEQ "%1" goto NoDebug
hierarchyviewer.bat 47 if debug NEQ "%1" goto NoDebug
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 172 EIGEN_MAKE_CWISE_COMP_OP(operator!=, NEQ)
  /external/curl/projects/
generate.bat 420 if %ERRORLEVEL% NEQ 0 (
432 if %ERRORLEVEL% NEQ 0 (

Completed in 960 milliseconds

1 2