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

/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/llvm/lib/DebugInfo/
H A DDWARFAttribute.h19 uint16_t Form; member in class:llvm::DWARFAttribute
22 : Attribute(attr), Form(form) {}
25 uint16_t getForm() const { return Form; }
H A DDWARFDebugInfoEntry.cpp114 uint16_t Form = AbbrevDecl->getFormByIndex(i); local
120 (Form < DW_FORM_ref_sig8) ? FixedFormSizes[Form] : 0;
123 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr,
160 uint16_t Form = AbbrevDecl->getFormByIndex(i); local
164 DWARFFormValue FormValue(Form);
170 } else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr,
/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/v8/benchmarks/spinning-balls/
H A Dv.js428 function Form() { class
471 Form.prototype.remove = function () {
498 var form = new Form();
/external/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h44 uint16_t Form; // Form for this value. member in class:llvm::DWARFFormValue
48 DWARFFormValue(uint16_t form = 0) : Form(form) {}
49 uint16_t getForm() const { return Form; }
/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.cpp164 uint64_t Form = TSFlags & MipsII::FormMask; local
165 if (Form == MipsII::FrmJ)
167 if ((Form == MipsII::FrmI || Form == MipsII::FrmFI)
170 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h46 uint8_t Form; member in class:llvm::X86Disassembler::RecognizableInstr
/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/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp51 enum Form { enum
903 static inline Form form(unsigned short uc) {
911 return (Form)indicForms[uc-0x900];
950 Form form;
965 { (Form)0, None }
977 { (Form)0, None }
987 { (Form)0, None }
994 { (Form)0, None }
1004 { (Form)0, None }
1015 { (Form)
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h38 /// Form - Dwarf form code.
40 uint16_t Form; member in class:llvm::DIEAbbrevData
42 DIEAbbrevData(uint16_t A, uint16_t F) : Attribute(A), Form(F) {}
46 uint16_t getForm() const { return Form; }
87 void AddAttribute(uint16_t Attribute, uint16_t Form) { argument
88 Data.push_back(DIEAbbrevData(Attribute, Form));
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { argument
162 Abbrev.AddAttribute(Attribute, Form);
216 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const = 0;
220 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) cons
[all...]
H A DDwarfCompileUnit.cpp113 unsigned Form, uint64_t Integer) {
114 if (!Form) Form = DIEInteger::BestForm(false, Integer);
117 Die->addValue(Attribute, Form, Value);
123 unsigned Form, int64_t Integer) {
124 if (!Form) Form = DIEInteger::BestForm(true, Integer);
126 Die->addValue(Attribute, Form, Value);
136 unsigned Form; local
145 Form
112 addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer) argument
122 addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer) argument
172 addExpr(DIE *Die, unsigned Attribute, unsigned Form, const MCExpr *Expr) argument
180 addLabel(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Label) argument
221 addDelta(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Hi, const MCSymbol *Lo) argument
229 addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry) argument
236 addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block) argument
612 unsigned Form = SignedConstant ? dwarf::DW_FORM_sdata : dwarf::DW_FORM_udata; local
[all...]
H A DDwarfDebug.cpp2050 unsigned Form = AbbrevData[i].getForm(); local
2051 assert(Form && "Too many attributes for DIE (check abbreviation)");
2061 if (Form == dwarf::DW_FORM_ref_addr) {
2069 Form == dwarf::DW_FORM_ref_addr ? DIEEntry::getRefAddrSize(Asm) : 4);
2095 Values[i]->EmitValue(Asm, Form);
2104 Values[i]->EmitValue(Asm, Form);
2109 Values[i]->EmitValue(Asm, Form);
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp51 enum Form { enum
903 static inline Form form(unsigned short uc) {
911 return (Form)indicForms[uc-0x900];
950 Form form;
965 { (Form)0, None }
977 { (Form)0, None }
987 { (Form)0, None }
994 { (Form)0, None }
1004 { (Form)0, None }
1015 { (Form)
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp39 AddrForm Form; member in struct:__anon22436::SystemZAddressingMode
62 : Form(form), DR(dr), Base(), Disp(0), Index(),
66 bool hasIndexField() { return Form != FormBD; }
69 bool isDynAlloc() { return Form == FormBDXDynAlloc; }
162 // Try to match Addr as a FormBDX* address of form Form with
165 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form,
502 if (AM.Form == SystemZAddressingMode::FormBDXLA &&
578 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, argument
582 SystemZAddressingMode AM(Form, DR);
/external/llvm/lib/MC/
H A DMCDwarf.cpp451 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { argument
453 MCOS->EmitULEB128IntValue(Form);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1203 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1230 if (IsPrePost && Form == ARMII::StFrm) {
1287 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1301 if (IsPrePost && Form == ARMII::StMiscFrm) {
1747 unsigned Form = MCID.TSFlags & ARMII::FormMask;
1755 switch (Form) {
1773 switch (Form) {
1791 if (Form == ARMII::VFPConv5Frm)
1794 else if (Form == ARMII::VFPConv3Frm)
/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.cpp898 } Form = Init; local
921 Form = Init;
926 Form = Load;
933 Form = Copy;
955 Form = Arithmetic;
960 Form = Xchg;
964 Form = GNUXchg;
969 Form = C11CmpXchg;
974 Form = GNUCmpXchg;
979 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 994 milliseconds