HomeSort by relevance Sort by last modified time
    Searched defs:Form (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 29 document.createElement('form')['__proto__']
1173 contentType: 'application/x-www-form-urlencoded',
    [all...]
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 8 // * Redistributions in binary form must reproduce the above
428 function Form() {
432 this.form = create("form");
433 this.form.setAttribute("action", "javascript:start()");
464 this.form.appendChild(table);
465 this.form.appendChild(button);
467 document.body.appendChild(this.form);
471 Form.prototype.remove = function () {
472 document.body.removeChild(this.form);
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 47 uint16_t Form = Data.getULEB128(OffsetPtr);
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);
DWARFAbbreviationDeclaration.h 26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
28 uint16_t Form;
47 return idx < AttributeSpecs.size() ? AttributeSpecs[idx].Form : 0;
DWARFDebugInfoEntry.cpp 45 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
68 uint16_t attr, uint16_t form,
77 const char *formString = FormEncodingString(form);
81 OS << format(" [DW_FORM_Unknown_%x]", form);
83 DWARFFormValue formValue(form);
118 uint16_t Form = AttrSpec.Form;
121 (Form < FixedFormSizes.size()) ? FixedFormSizes[Form] : 0;
124 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U))
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.h 47 DWARFFormValue(dw_form_t form = 0);
48 dw_form_t Form() const { return m_form; }
49 void SetForm(dw_form_t form) { m_form = form; }
67 static bool SkipValue(const dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu);
68 // static bool TransferValue(dw_form_t form, const lldb_private::DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
70 // static bool PutUnsigned(dw_form_t form, dw_offset_t offset, uint64_t value, BinaryStreamBuf& out_buff, const DWARFCompileUnit* cu, bool fixup_cu_relative_refs);
71 static bool IsBlockForm(const dw_form_t form);
72 static bool IsDataForm(const dw_form_t form);
76 dw_form_t m_form; // Form for this valu
    [all...]
  /external/llvm/include/llvm/DebugInfo/
DWARFFormValue.h 51 uint16_t Form; // Form for this value.
52 ValueType Value; // Contains all data for the form.
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {}
56 uint16_t getForm() const { return Form; }
67 /// DWARFFormValue has form class is suitable for representing Foo.
76 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 47 /// The form field from the record
48 uint8_t Form;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 175 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) {
184 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
190 Optional<dwarf::Form> Form, int64_t Integer)
    [all...]
DIE.h 37 /// Form - Dwarf form code.
39 dwarf::Form Form;
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) {
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 176 uint64_t Form = TSFlags & MipsII::FormMask;
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/
SkPanose.h 308 struct Form {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 82 // in 1's complement form, example:
96 // be encoded in 1's complement form.
277 /// _GLOBAL_OFFSET_TABLE_ and if it is of the form
408 // movq loads are handled with a special relocation form which allows the
471 // Use the [REG]+disp8 form, including for [BP] which cannot be encoded.
500 // byte to emit an addr that is just 'disp32' (the non-RIP relative form).
625 // 1's complement (inverted) form
664 // (in 1's complement form) or 1111 if unused.
739 default: llvm_unreachable("Unexpected form in EmitVEXOpcodePrefix!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 739 // Set bit I(25) to identify this is the immediate form of <shifter_op>
757 // Set bit I(25) to identify this is the immediate form of <shifter_op>
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 41 AddrForm Form;
63 SystemZAddressingMode(AddrForm form, DispRange dr)
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 &
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 966 milliseconds