Searched defs:Form (Results 1 - 24 of 24) sorted by relevance

/external/llvm/unittests/DebugInfo/
H A DDWARFFormValueTest.cpp31 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { argument
32 return DWARFFormValue(Form).isFormClass(FC);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2606 Object.extend(Form, Form.Methods);
2607 Object.extend(Form.Element, Form.Element.Methods);
2609 "FORM": Object.clone(Form.Methods),
2610 "INPUT": Object.clone(Form.Element.Methods),
2611 "SELECT": Object.clone(Form.Element.Methods),
2612 "TEXTAREA": Object.clone(Form.Element.Methods)
3446 var Form = {
3477 Form
[all...]
/external/chromium_org/v8/benchmarks/spinning-balls/
H A Dv.js428 function Form() { class
471 Form.prototype.remove = function () {
498 var form = new Form();
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp47 uint16_t Form = Data.getULEB128(OffsetPtr); local
52 if (Attr == 0 && Form == 0)
54 AttributeSpecs.push_back(AttributeSpec(Attr, Form));
80 const char *formString = FormEncodingString(Spec.Form);
84 OS << format("DW_FORM_Unknown_%x", Spec.Form);
H A DDWARFAbbreviationDeclaration.h26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} argument
28 uint16_t Form; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
47 return idx < AttributeSpecs.size() ? AttributeSpecs[idx].Form : 0;
H A DDWARFDebugInfoEntry.cpp45 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
118 uint16_t Form = AttrSpec.Form; local
121 (Form < FixedFormSizes.size()) ? FixedFormSizes[Form] : 0;
124 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h48 dw_form_t Form() const { return m_form; } function in class:DWARFFormValue
76 dw_form_t m_form; // Form for this value
/external/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h51 uint16_t Form; // Form for this value. member in class:llvm::DWARFFormValue
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {}
56 uint16_t getForm() const { return Form; }
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h48 uint8_t Form; member in class:llvm::X86Disassembler::RecognizableInstr
/external/smack/src/org/jivesoftware/smackx/
H A DForm.java33 * Represents a Form for gathering data. The form could be of the following types:
49 public class Form { class
69 public static Form getFormFrom(Packet packet) {
76 return new Form(dataForm);
83 * Creates a new Form that will wrap an existing DataForm. The wrapped DataForm must be
88 public Form(DataForm dataForm) { method in class:Form
93 * Creates a new Form of a given type from scratch.<p>
106 public Form(String type) { method in class:Form
469 * Returns a DataForm that serves to send this Form to the server. If the form is of type
509 * Returns a new Form t
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp176 uint64_t Form = TSFlags & MipsII::FormMask; local
177 if (Form == MipsII::FrmJ)
179 if ((Form == MipsII::FrmI || Form == MipsII::FrmFI)
182 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkPanose.h308 struct Form { struct in struct:SkPanose::Data::Script
/external/skia/src/sfnt/
H A DSkPanose.h308 struct Form { struct in struct:SkPanose::Data::Script
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h37 /// Form - Dwarf form code.
39 dwarf::Form Form; member in class:llvm::DIEAbbrevData
42 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) : Attribute(A), Form(F) {}
46 dwarf::Form getForm() const { return Form; }
88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { argument
89 Data.push_back(DIEAbbrevData(Attribute, Form));
174 addValue(dwarf::Attribute Attribute, dwarf::Form Form, DIEValue *Value) argument
[all...]
H A DDwarfUnit.cpp175 Optional<dwarf::Form> Form, uint64_t Integer) {
176 if (!Form)
177 Form = DIEInteger::BestForm(false, Integer);
180 Die.addValue(Attribute, *Form, Value);
183 void DwarfUnit::addUInt(DIE &Block, dwarf::Form Form, uint64_t Integer) { argument
184 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
190 Optional<dwarf::Form> Form, int64_
174 addUInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, uint64_t Integer) argument
189 addSInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form, int64_t Integer) argument
197 addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer) argument
237 addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) argument
247 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset local
254 addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
260 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
[all...]
H A DDwarfDebug.cpp1701 dwarf::Form Form = AbbrevData[i].getForm(); local
1702 assert(Form && "Too many attributes for DIE (check abbreviation)");
1712 Values[i]->EmitValue(Asm, Form);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1101 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1122 if (IsPrePost && Form == ARMII::StFrm) {
1179 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1193 if (IsPrePost && Form == ARMII::StMiscFrm) {
1630 unsigned Form = MCID.TSFlags & ARMII::FormMask;
1638 switch (Form) {
1656 switch (Form) {
1674 if (Form == ARMII::VFPConv5Frm)
1677 else if (Form == ARMII::VFPConv3Frm)
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp41 AddrForm Form; member in struct:__anon26152::SystemZAddressingMode
64 : Form(form), DR(dr), Base(), Disp(0), Index(),
68 bool hasIndexField() { return Form != FormBD; }
71 bool isDynAlloc() { return Form == FormBDXDynAlloc; }
171 // Try to match Addr as a FormBDX* address of form Form with
174 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form,
546 if (AM.Form == SystemZAddressingMode::FormBDXLA &&
634 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, argument
638 SystemZAddressingMode AM(Form, DR);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1434 uint64_t Form = TSFlags & X86II::FormMask; local
1436 (Form == X86II::MRMXr) ? 0 : Form-X86II::MRM0r,
1451 uint64_t Form = TSFlags & X86II::FormMask; local
1452 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m,
1478 default: llvm_unreachable("Invalid Form");
/external/llvm/lib/MC/
H A DMCDwarf.cpp506 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { argument
508 MCOS->EmitULEB128IntValue(Form);
/external/tcpdump/
H A Dprint-snmp.c248 const char *Form[] = { variable
491 if (form >= sizeof(Form)/sizeof(Form[0])) {
496 printf("[class?%c/%d]", *Form[form], class);
500 printf("[id?%c/%s/%d]", *Form[form], Class[class].name, id);
847 * Rose-Normal-Form.
/external/clang/lib/Sema/
H A DSemaChecking.cpp962 } Form = Init; local
985 Form = Init;
990 Form = Load;
997 Form = Copy;
1019 Form = Arithmetic;
1024 Form = Xchg;
1028 Form = GNUXchg;
1033 Form = C11CmpXchg;
1038 Form = GNUCmpXchg;
1043 if (TheCall->getNumArgs() < NumArgs[Form]) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 8297 milliseconds