Searched defs:Operator (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp1 //===- Operator.cpp -------------------------------------------------------===//
9 #include "mcld/Script/Operator.h"
21 // Operator
23 const char* Operator::OpNames[] = {
43 Operator::Operator(Arity pArity, Type pType) function in class:mcld::Operator
48 Operator::~Operator() {
51 void Operator::dump() const {
57 Operator
[all...]
/frameworks/base/tools/split-select/
H A DRule.h33 enum Operator { enum in struct:split::Rule
46 Operator op;
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h1 //===- Operator.h ---------------------------------------------------------===//
22 /** \class Operator
26 class Operator : public ExprToken { class in namespace:mcld
90 Operator(Arity pArity, Type pType);
96 virtual ~Operator();
113 template <Operator::Type TYPE>
114 static Operator& create();
124 Operator& Operator::create<Operator
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 187 milliseconds