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

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h76 MAKE_COMPARATOR(NE,!=)
96 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=)
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h76 MAKE_COMPARATOR(NE,!=)
96 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=)
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h76 MAKE_COMPARATOR(NE,!=)
96 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=)
/frameworks/base/core/java/com/android/internal/util/
H A DFastXmlSerializer.java133 final char NE = (char)ESCAPE_TABLE.length;
139 if (c >= NE) continue;
150 final char NE = (char)ESCAPE_TABLE.length;
157 if (c >= NE) continue;
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h48 NE = 16, enumerator in enum:mcld::Operator::Type
187 Operator& Operator::create<Operator::NE>();
H A DBinaryOp.h84 IntOperand* BinaryOp<Operator::NE>::eval(const Module&, const TargetLDBackend&);
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp233 Operator& Operator::create<Operator::NE>() {
234 static BinaryOp<Operator::NE> op;
H A DScriptParser.yy187 %left EQ NE
732 | exp NE exp
735 &Operator::create<Operator::NE>());
H A DBinaryOp.cpp123 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule,
H A DScriptScanner.ll171 <LDSCRIPT,EXPRESSION>"!=" { return token::NE; }
/frameworks/base/services/core/java/com/android/server/job/
H A DJobPackageTracker.java298 final int NE = mEntries.size();
299 for (int i = 0; i < NE; i++) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3445 const size_t NE = c->getEntries().size(); local
3446 for (size_t k=0; k<NE; k++) {

Completed in 193 milliseconds