HomeSort by relevance Sort by last modified time
    Searched refs:Form (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 54 dwarf::Form Form; // Form for this value.
55 ValueType Value; // Contains all data for the form.
59 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
61 dwarf::Form getForm() const { return Form; }
62 void setForm(dwarf::Form F) { Form = F;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 36 ID.AddInteger(Form);
74 // Emit form type.
190 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
192 switch (Form) {
205 default: llvm_unreachable("DIE Value form not supported yet");
212 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
213 switch (Form) {
226 default: llvm_unreachable("DIE Value form not supported yet"); break;
244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const {
262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const
    [all...]
DwarfCompileUnit.h 145 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
149 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
153 void addString(DIE *Die, unsigned Attribute, unsigned Form,
158 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
163 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
168 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
172 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c 30 Evaluate all expressions in a Form.
32 @param FormSet FormSet this Form belongs to.
33 @param Form The Form.
41 IN FORM_BROWSER_FORM *Form
48 Link = GetFirstNode (&Form->ExpressionListHead);
49 while (!IsNull (&Form->ExpressionListHead, Link)) {
51 Link = GetNextNode (&Form->ExpressionListHead, Link);
57 (Expression->Type == EFI_HII_EXPRESSION_READ && Form->FormType != STANDARD_MAP_FORM_TYPE)) {
59 // Postpone Form validation to Question editing or Form submitting or Question Write or Question Read for nonstanda (…)
    [all...]
Setup.c 77 Create a menu with specified formset GUID and form ID, and add it as a child
82 @param FormId The Form ID of menu to be added.
111 // If parent is not specified, it is the root Form of a Formset
119 Return the form id for the input hiihandle and formset.
124 @return First form's id for this form set.
134 FORM_BROWSER_FORM *Form;
137 Form = FORM_BROWSER_FORM_FROM_LINK (Link);
139 return Form->FormId;
147 @param FormId The Form ID of menu to search.
    [all...]
Expression.h 21 @param Level Which type this expression belong to. Form,
78 @param Level Which type this expression belong to. Form,
147 @param Level Which type this expression belong to. Form,
163 @param Level Which type this expression belong to. Form,
209 @param Form Form associated with this expression.
224 IN FORM_BROWSER_FORM *Form,
235 @param Form Form associated with this expression.
246 IN FORM_BROWSER_FORM *Form OPTIONAL
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 33 typedef uint16_t Form;
35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 44 uint16_t Form; // Form for this value.
45 ValueType Value; // Contains all data for the form.
48 DWARFFormValue(uint16_t form = 0) : Form(form) {}
49 uint16_t getForm() const { return Form; }
61 /// the compile unit at a later time in order to work with the form
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
71 static bool isBlockForm(uint16_t form);
    [all...]
DWARFFormValue.cpp 87 // Read the value for the form into value and follow and DW_FORM_indirect
91 switch (Form) {
141 // Set the string value to also be the data for inlined cstr form
143 // and DW_FORM_strp form values
147 Form = data.getULEB128(offset_ptr);
170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
179 switch (form) {
250 form = debug_info_data.getULEB128(offset_ptr);
265 switch (Form) {
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 112 // First, check DWARF4 form classes.
113 if (Form < makeArrayRef(DWARF4FormClasses).size() &&
114 DWARF4FormClasses[Form] == FC)
117 switch (Form) {
130 return (Form == DW_FORM_data4 || Form == DW_FORM_data8) &&
139 // Read the value for the form into value and follow and DW_FORM_indirect
143 switch (Form) {
149 (Form == DW_FORM_addr)
211 Form = data.getULEB128(offset_ptr)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 170 Optional<dwarf::Form> Form, uint64_t Integer);
172 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
176 Optional<dwarf::Form> Form, int64_t Integer);
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
191 dwarf::Form Form,
    [all...]
  /external/curl/lib/
formdata.h 27 FORM_DATA, /* form metadata (convert to network encoding if necessary) */
28 FORM_CONTENT, /* form content (never convert) */
32 to create the form data (never convert) */
43 struct Form {
44 struct FormData *data; /* current form line to send */
72 int Curl_FormInit(struct Form *form, struct FormData *formdata);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 129 /// @param form - The form of the instruction.
130 /// @return - true if the form implies that a ModR/M byte is required, false
132 static bool needsModRMForDecode(uint8_t form) {
133 if (form == X86Local::MRMDestReg ||
134 form == X86Local::MRMDestMem ||
135 form == X86Local::MRMSrcReg ||
136 form == X86Local::MRMSrcMem ||
137 (form >= X86Local::MRM0r && form <= X86Local::MRM7r) |
    [all...]
  /external/icu/icu4c/source/i18n/
quantityformatter.h 71 * Adds a plural variant if there is none yet for the plural form.
113 * Selects the standard plural form for the number/formatter/rules.
115 static StandardPlural::Form selectPlural(
  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 32 // Check that we don't have fixed form sizes for weird address sizes.
36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) {
37 return DWARFFormValue(Form).isFormClass(FC);
55 DWARFFormValue createDataXFormValue(uint16_t Form, RawTypeT Value) {
59 DWARFFormValue Result(Form);
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 20 // a Content-Disposition of "form-data".
23 func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
27 func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
28 form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
31 form.RemoveAll()
63 form.Value[name] = append(form.Value[name], b.String())
95 form.File[name] = append(form.File[name], fh
    [all...]
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 20 // a Content-Disposition of "form-data".
23 func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
27 func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
28 form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
31 form.RemoveAll()
63 form.Value[name] = append(form.Value[name], b.String())
95 form.File[name] = append(form.File[name], fh
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrDefault.c 2 Function and Macro defintions for to extract default values from UEFI Form package.
179 Extract the default values from all questions in the input Form,
182 @param Form The Form which to be reset.
192 IN FORM_BROWSER_FORM *Form,
202 Link = GetFirstNode (&Form->StatementListHead);
203 while (!IsNull (&Form->StatementListHead, Link)) {
213 Link = GetNextNode (&Form->StatementListHead, Link);
246 @param FormSet The Form Set.
262 FORM_BROWSER_FORM *Form;
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 17 // A Form denotes a canonical representation of Unicode code points.
20 // NFC Unicode Normalization Form C
21 // NFD Unicode Normalization Form D
22 // NFKC Unicode Normalization Form KC
23 // NFKD Unicode Normalization Form KD
25 // For a Form f, this documentation uses the notation f(x) to mean
26 // the bytes or string x converted to the given form.
27 // A position n in x is called a boundary if conversion to the form can
33 type Form int
36 NFC Form = iot
    [all...]
transform.go 14 func (Form) Reset() {}
20 func (f Form) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
55 func (f Form) transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 17 // A Form denotes a canonical representation of Unicode code points.
20 // NFC Unicode Normalization Form C
21 // NFD Unicode Normalization Form D
22 // NFKC Unicode Normalization Form KC
23 // NFKD Unicode Normalization Form KD
25 // For a Form f, this documentation uses the notation f(x) to mean
26 // the bytes or string x converted to the given form.
27 // A position n in x is called a boundary if conversion to the form can
33 type Form int
36 NFC Form = iot
    [all...]
transform.go 14 func (Form) Reset() {}
20 func (f Form) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
55 func (f Form) transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 115 getIndexedString(uint32_t Form, DataExtractor InfoData, uint32_t &InfoOffset,
117 if (Form == dwarf::DW_FORM_string)
119 if (Form != dwarf::DW_FORM_GNU_str_index)
151 uint32_t Form;
154 (Form = AbbrevData.getULEB128(&AbbrevOffset)) &&
155 (Name != 0 || Form != 0)) {
159 getIndexedString(Form, InfoData, Offset, StrOffsets, Str);
167 getIndexedString(Form, InfoData, Offset, StrOffsets, Str);
177 DWARFFormValue::skipValue(Form, InfoData, &Offset, Version, AddrSize);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 148 uint64_t Form = TSFlags & MipsII::FormMask;
149 if (Form == MipsII::FrmJ)
151 if ((Form == MipsII::FrmI || Form == MipsII::FrmFI)
154 if (Form == MipsII::FrmI && MI.getOpcode() == Mips::LUi)
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 553 private List<CharSequence> buildTestCharSequences(String testString, Normalizer.Form[] forms) {
557 for (Normalizer.Form form: forms) {
558 normalizedStrings.add(Normalizer.normalize(testString, form));
573 if (Normalizer.isNormalized(seq, Normalizer.Form.NFC)) {
575 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFD)) {
577 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFKC)) {
579 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFKD)) {
582 throw new IllegalStateException("Normalized form is not NFC/NFD/NFKC/NFKD");
600 for (CharSequence seq: buildTestCharSequences(testString, Normalizer.Form.values()))
    [all...]

Completed in 1644 milliseconds

1 23 4 5 6 7 8 910