Searched refs:setValue (Results 1 - 25 of 127) sorted by last modified time

123456

/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java123 public V setValue(V object) { method in class:MapCollections.MapIterator
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java279 public void setValue(String value) { method in class:ICalendar.Property
516 property.setValue(value);
H A DRecurrenceSet.java312 dtstartProp.setValue(dtstartTime.format2445());
315 durationProp.setValue(duration);
371 dtstartProp.setValue(dtstartTime.format2445());
374 durationProp.setValue(duration);
393 prop.setValue(rrule);
461 prop.setValue(dateStr);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h61 void setValue(const ValueType& pValue) function in class:mcld::HashEntry
H A DStringEntry.h51 void setValue(const DataType& pVal) function in class:mcld::StringEntry
101 void setValue(const std::string& pVal) function in class:mcld::StringEntry
102 { setValue(pVal.c_str()); }
104 void setValue(const char* pVal);
106 void setValue(llvm::StringRef& pVal);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h128 void setValue(ValueType pValue) function in class:mcld::LDSymbol
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h78 void setValue(uint64_t pValue) { m_Value = pValue; } function in class:mcld::SymOperand
111 void setValue(uint64_t pValue) { m_Value = pValue; } function in class:mcld::IntOperand
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h44 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
80 inline void setValue(uint64_t pTag, uint64_t pValue);
117 inline void setValue(uint64_t pTag, uint64_t pValue);
H A DGOT.h51 void setValue(uint64_t pValue) function in class:mcld::GOT::Entry
H A DPLT.h36 void setValue(unsigned char* pValue) function in class:mcld::PLTEntryBase
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp35 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal) function in class:StringEntry
42 void StringEntry<llvm::StringRef>::setValue(const char* pVal) function in class:StringEntry
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp510 input_sym->setValue(pValue);
536 output_sym->setValue(pValue);
582 input_sym->setValue(pValue);
672 output_sym->setValue(pValue);
712 output_sym->setValue(pValue);
756 output_sym->setValue(pValue);
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp93 entry->setValue(pIter);
H A DBranchIsland.cpp118 entry->setValue(&pStub);
H A DSectionSymbolSet.cpp59 entry->setValue(sym);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp694 (*symbol)->setValue(value + addr);
716 symbol->setValue(assignment.symbol().value());
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp173 m_Symbol.setValue(result);
H A DBinaryOp.cpp27 res->setValue(m_pOperand[0]->value() * m_pOperand[1]->value());
36 res->setValue(m_pOperand[0]->value() / m_pOperand[1]->value());
45 res->setValue(m_pOperand[0]->value() % m_pOperand[1]->value());
54 res->setValue(m_pOperand[0]->value() + m_pOperand[1]->value());
63 res->setValue(m_pOperand[0]->value() - m_pOperand[1]->value());
72 res->setValue(m_pOperand[0]->value() << m_pOperand[1]->value());
81 res->setValue(m_pOperand[0]->value() >> m_pOperand[1]->value());
90 res->setValue(m_pOperand[0]->value() < m_pOperand[1]->value());
99 res->setValue(m_pOperand[0]->value() <= m_pOperand[1]->value());
108 res->setValue(m_pOperan
[all...]
H A DNullaryOp.cpp23 res->setValue(pBackend.sectionStartOffset());
33 res->setValue(pBackend.abiPageSize());
43 res->setValue(pBackend.commonPageSize());
H A DRpnEvaluator.cpp92 sym_opd->setValue(symbol->value());
H A DTernaryOp.cpp24 res->setValue(m_pOperand[1]->value());
26 res->setValue(m_pOperand[2]->value());
53 res->setValue(form1);
55 res->setValue(form2);
H A DUnaryOp.cpp26 res->setValue(+ m_pOperand->value());
36 res->setValue(- m_pOperand->value());
46 res->setValue(! m_pOperand->value());
56 res->setValue(~ m_pOperand->value());
87 res->setValue(sect->addr());
109 res->setValue(sect->align());
119 res->setValue(m_pOperand->value());
186 res->setValue(sect->size());
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc78 entry->setValue(path);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc62 entry->setValue(path);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp107 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
123 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase);

Completed in 544 milliseconds

123456