Searched refs:SYMBOL (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp82 case Operand::SYMBOL: {
108 assert(operandStack.top()->type() == Operand::SYMBOL ||
H A DOperand.cpp36 SymOperand::SymOperand() : Operand(Operand::SYMBOL), m_Value(0) {
40 : Operand(Operand::SYMBOL), m_Name(pName), m_Value(0) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h31 enum Type { SYMBOL, INTEGER, SECTION, SECTION_DESC, FRAGMENT }; enumerator in enum:mcld::Operand::Type
74 return pOperand->type() == Operand::SYMBOL;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp526 assert((*it).second.symbol().type() == Operand::SYMBOL);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardExporterTests.java898 .put(Organization.SYMBOL, "(^o^)/~~"); // Ignore him (her).
/frameworks/base/core/java/android/provider/
H A DContactsContract.java6763 * <td>{@link #SYMBOL}</td>
6828 public static final String SYMBOL = DATA7; field in class:ContactsContract.CommonDataKinds.Organization

Completed in 590 milliseconds