Searched refs:NE (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h52 MAKE_COMPARATOR(NE,!=)
72 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=)
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java132 final char NE = (char)ESCAPE_TABLE.length;
138 if (c >= NE) continue;
149 final char NE = (char)ESCAPE_TABLE.length;
156 if (c >= NE) continue;
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h55 NE = 16, enumerator in enum:mcld::Operator::Type
195 Operator& Operator::create<Operator::NE>();
H A DBinaryOp.h94 IntOperand* BinaryOp<Operator::NE>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp301 Operator& Operator::create<Operator::NE>()
303 static BinaryOp<Operator::NE> op;
H A DScriptParser.yy184 %left EQ NE
721 | exp NE exp
724 &Operator::create<Operator::NE>());
H A DBinaryOp.cpp131 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule,
H A DScriptScanner.ll164 <LDSCRIPT,EXPRESSION>"!=" { return token::NE; }
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3312 const size_t NE = c->getEntries().size(); local
3313 for (size_t k=0; k<NE; k++) {

Completed in 2190 milliseconds