HomeSort by relevance Sort by last modified time
    Searched refs:formValue (Results 1 - 7 of 7) sorted by null

  /external/autotest/frontend/client/src/autotest/common/table/
RadioButtonSetFilter.java 35 int formValue = buttons.size();
36 radioButton.setFormValue(Integer.toString(formValue));
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 131 DWARFFormValue formValue(form);
133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u))
145 formValue.getAsUnsignedConstant().getValue(),
151 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant())
157 OS << *formValue.getAsUnsignedConstant();
159 formValue.dump(OS, u);
165 Optional<uint64_t> Ref = formValue.getAsReference(u);
174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant())
235 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const {
255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDie.cpp 84 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue,
90 if (FormValue.isFormClass(DWARFFormValue::FC_Block) ||
91 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) {
92 ArrayRef<uint8_t> Expr = *FormValue.getAsBlock();
100 FormValue.dump(OS, DumpOpts);
101 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) {
104 uint32_t Offset = *FormValue.getAsSectionOffset();
202 DWARFFormValue formValue(Form);
204 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr,
217 formValue.getAsUnsignedConstant().getValue()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 110 const uint16_t attr, DWARFFormValue &formValue,
DWARFDebugInfoEntry.cpp 86 DWARFFormValue formValue(form);
88 if (!formValue.extractValue(cu->getDebugInfoExtractor(), offset_ptr, cu))
92 formValue.dump(OS, cu);
  /external/pdfium/fxjs/xfa/
cjx_field.cpp 275 CXFA_Node* formValue = xfaNode->GetFormValueIfExists();
276 CXFA_Node* pNode = formValue ? formValue->GetFirstChild() : nullptr;
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists();
594 CXFA_Image* image = formValue ? formValue->GetImageIfExists() : nullptr;
    [all...]

Completed in 177 milliseconds