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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAttribute.h 19 uint16_t Form;
21 DWARFAttribute(uint16_t attr, uint16_t form)
22 : Attribute(attr), Form(form) {}
25 uint16_t getForm() const { return Form; }
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...]
  /external/icu/icu4c/source/i18n/
standardplural.h 26 * Standard CLDR plural form/category constants.
31 enum Form {
42 * @return the lowercase CLDR keyword string for the plural form
44 static const char *getKeyword(Form p);
48 * @return the plural form corresponding to the keyword, or OTHER
50 static Form orOtherFromString(const char *keyword) {
51 return static_cast<Form>(indexOrOtherIndexFromString(keyword));
56 * @return the plural form corresponding to the keyword, or OTHER
58 static Form orOtherFromString(const UnicodeString &keyword) {
59 return static_cast<Form>(indexOrOtherIndexFromString(keyword))
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
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);
  /libcore/ojluni/src/main/java/java/text/
Normalizer.java 43 * text into an equivalent composed or decomposed form, allowing for easier
52 * In Unicode, this can be encoded as a single character (the "composed" form):
57 * or as two separate characters (the "decomposed" form):
121 public enum Form {
145 Form(android.icu.text.Normalizer.Mode icuMode) {
156 * @param form The normalization form; one of
157 * {@link java.text.Normalizer.Form#NFC},
158 * {@link java.text.Normalizer.Form#NFD},
159 * {@link java.text.Normalizer.Form#NFKC}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<int64_t> V)
32 : Attr(A), Form(F), ByteSizeOrValue(V) {}
35 dwarf::Form Form;
38 /// Form == DW_FORM_implicit_const.
40 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue has a value:
42 /// for the Form in this object.
43 /// * Form != DW_FORM_implicit_const and ByteSizeOrValue is None:
44 /// byte size of Form either varies according to the DWARFUnit
47 /// * Form == DW_FORM_implicit_const
    [all...]
DWARFAcceleratorTable.h 36 typedef dwarf::Form Form;
38 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 16 // ErrMessageTooLarge is returned by ReadForm if the message form
24 // a Content-Disposition of "form-data".
30 func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
34 func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
35 form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
38 form.RemoveAll()
72 form.Value[name] = append(form.Value[name], b.String())
107 form.File[name] = append(form.File[name], fh
    [all...]
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 16 // ErrMessageTooLarge is returned by ReadForm if the message form
24 // a Content-Disposition of "form-data".
30 func (r *Reader) ReadForm(maxMemory int64) (*Form, error) {
34 func (r *Reader) readForm(maxMemory int64) (_ *Form, err error) {
35 form := &Form{make(map[string][]string), make(map[string][]*FileHeader)}
38 form.RemoveAll()
72 form.Value[name] = append(form.Value[name], b.String())
107 form.File[name] = append(form.File[name], fh
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
25 uint16_t Form;
43 return idx < AttributeSpecs.size() ? AttributeSpecs[idx].Form : 0;
DWARFAcceleratorTable.h 33 typedef uint16_t Form;
35 SmallVector<std::pair<AtomType, Form>, 3> Atoms;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
36 : Attr(A), Form(F) {
44 dwarf::Form Form;
49 /// Form == DW_FORM_implicit_const.
51 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
52 /// ByteSize contains the fixed size in bytes for the Form in this
54 /// * Form != DW_FORM_implicit_const and HasByteSize is false
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
36 : Attr(A), Form(F) {
44 dwarf::Form Form;
49 /// Form == DW_FORM_implicit_const.
51 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
52 /// ByteSize contains the fixed size in bytes for the Form in this
54 /// * Form != DW_FORM_implicit_const and HasByteSize is false
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
36 : Attr(A), Form(F) {
44 dwarf::Form Form;
49 /// Form == DW_FORM_implicit_const.
51 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
52 /// ByteSize contains the fixed size in bytes for the Form in this
54 /// * Form != DW_FORM_implicit_const and HasByteSize is false
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
32 : Attr(A), Form(F), Value(Value) {
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
36 : Attr(A), Form(F) {
44 dwarf::Form Form;
49 /// Form == DW_FORM_implicit_const.
51 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
52 /// ByteSize contains the fixed size in bytes for the Form in this
54 /// * Form != DW_FORM_implicit_const and HasByteSize is false
    [all...]

Completed in 2278 milliseconds

1 2 3 4 5 6 7