Searched refs:Form (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.9.5/CPAN-52/Modules/HTML-Form-6.00/
H A DMakefile1 NAME = HTML-Form
/macosx-10.9.5/CPAN-52/Modules/HTML-Form-6.03/
H A DMakefile1 NAME = HTML-Form
/macosx-10.9.5/llvmCore-3425.0.33/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 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; }
H A DDWARFFormValue.cpp99 switch (Form) {
156 Form = data.getULEB128(offset_ptr);
191 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
301 switch (Form) {
321 switch (Form) {
394 OS << format("DW_FORM(0x%4.4x)", Form);
415 switch (Form) {
432 switch (Form) {
439 Form = DW_FORM_ref_addr;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDIE.h36 /// Form - Dwarf form code.
38 uint16_t Form; member in class:llvm::DIEAbbrevData
40 DIEAbbrevData(uint16_t A, uint16_t F) : Attribute(A), Form(F) {}
44 uint16_t getForm() const { return Form; }
85 void AddAttribute(uint16_t Attribute, uint16_t Form) { argument
86 Data.push_back(DIEAbbrevData(Attribute, Form));
91 void AddFirstAttribute(uint16_t Attribute, uint16_t Form) { argument
92 Data.insert(Data.begin(), DIEAbbrevData(Attribute, Form));
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { argument
162 Abbrev.AddAttribute(Attribute, Form);
[all...]
H A DDIE.cpp36 ID.AddInteger(Form);
182 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
184 switch (Form) {
211 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
212 switch (Form) {
243 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
244 AP->OutStreamer.EmitSymbolValue(Label, SizeOf(AP, Form), 0/*AddrSpace*/);
249 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const {
250 if (Form == dwarf::DW_FORM_data4) return 4;
251 if (Form
[all...]
H A DDwarfCompileUnit.h184 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
188 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
196 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
201 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
206 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
210 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block);
H A DDwarfCompileUnit.cpp66 unsigned Form, uint64_t Integer) {
67 if (!Form) Form = DIEInteger::BestForm(false, Integer);
70 Die->addValue(Attribute, Form, Value);
76 unsigned Form, int64_t Integer) {
77 if (!Form) Form = DIEInteger::BestForm(true, Integer);
79 Die->addValue(Attribute, Form, Value);
99 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form, argument
102 Die->addValue(Attribute, Form, Valu
65 addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer) argument
75 addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer) argument
107 addDelta(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Hi, const MCSymbol *Lo) argument
115 addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry) argument
122 addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block) argument
487 unsigned Form = SignedConstant ? dwarf::DW_FORM_sdata : dwarf::DW_FORM_udata; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.h79 enum Form { enum in class:Security::KeychainCore::ACL
85 Form form() const { return mForm; }
86 void form(Form f) { mForm = f; }
131 void clearSubjects(Form newForm);
135 Form mForm; // format type
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DACL.h79 enum Form { enum in class:Security::KeychainCore::ACL
85 Form form() const { return mForm; }
86 void form(Form f) { mForm = f; }
131 void clearSubjects(Form newForm);
135 Form mForm; // format type
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DACL.h79 enum Form { enum in class:Security::KeychainCore::ACL
85 Form form() const { return mForm; }
86 void form(Form f) { mForm = f; }
131 void clearSubjects(Form newForm);
135 Form mForm; // format type
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dformdata.h42 struct Form { struct
71 int Curl_FormInit(struct Form *form, struct FormData *formdata );
H A Dhttp.h124 struct Form form;
H A Dformdata.c58 static size_t readfromfile(struct Form *form, char *buffer, size_t size);
296 * CURL_FORMADD_OPTION_TWICE if one option is given twice for one Form
906 struct Form temp;
1333 int Curl_FormInit(struct Form *form, struct FormData *formdata )
1353 static size_t readfromfile(struct Form *form, char *buffer,
1395 struct Form *form;
1399 form=(struct Form *)mydata;
1450 struct Form *form=(struct Form *)formp;
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DX86RecognizableInstr.cpp224 Form = byteFromRec(Rec, "FormBits");
399 if (Form == X86Local::Pseudo ||
583 switch (Form) {
798 if (needsModRMForDecode(Form))
799 filter = new ModFilter(isRegFormat(Form));
806 switch (Form) {
817 filter = new ExtendedFilter(true, Form - X86Local::MRM0r);
827 filter = new ExtendedFilter(false, Form - X86Local::MRM0m);
830 } // switch (Form)
841 if (needsModRMForDecode(Form))
[all...]
H A DX86RecognizableInstr.h48 uint8_t Form; member in class:llvm::X86Disassembler::RecognizableInstr
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsCodeEmitter.cpp160 uint64_t Form = TSFlags & MipsII::FormMask; local
161 if (Form == MipsII::FrmJ)
163 if ((Form == MipsII::FrmI || Form == MipsII::FrmFI)
166 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp191 macro(form, Form) \
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DAppleDotMacTPSession.h166 const CssmData &Form,
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/SimpleChat.VB/
H A DSimpleChat.Designer.vb3 Inherits System.Windows.Forms.Form
5 'Form overrides dispose to clean up the component list.
17 'Required by the Windows Form Designer
20 'NOTE: The following procedure is required by the Windows Form Designer
21 'It can be modified using the Windows Form Designer.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMCodeEmitter.cpp1104 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1125 if (IsPrePost && Form == ARMII::StFrm) {
1182 unsigned Form = MCID.TSFlags & ARMII::FormMask; local
1196 if (IsPrePost && Form == ARMII::StMiscFrm) {
1633 unsigned Form = MCID.TSFlags & ARMII::FormMask;
1641 switch (Form) {
1659 switch (Form) {
1677 if (Form == ARMII::VFPConv5Frm)
1680 else if (Form == ARMII::VFPConv3Frm)
/macosx-10.9.5/CPAN-52/
H A D5.12.inc13 HTML-Form-6.00 \
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/DNSServiceBrowser.NET/
H A DDNSServiceBrowser.cs32 public class Form1 : System.Windows.Forms.Form
60 // Required for Windows Form Designer support
127 #region Windows Form Designer generated code
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs36 public class SimpleChat : System.Windows.Forms.Form
299 // Required for Windows Form Designer support
371 #region Windows Form Designer generated code

Completed in 180 milliseconds

123