Home
last modified time | relevance | path

Searched defs:Form (Results 1 – 25 of 116) sorted by relevance

12345

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h51 uint16_t Form; // Form for this value. variable
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() function
DDWARFAbbreviationDeclaration.h25 uint16_t Form; member
DDWARFAcceleratorTable.h33 typedef uint16_t Form; typedef
/external/rust/android-crates-io/crates/axum/src/
Dform.rs64 pub struct Form<T>(pub T); struct
67 impl<T, S, B> FromRequest<S, B> for Form<T> implementation
101 impl<T> IntoResponse for Form<T> implementation
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
55 DWARFFormValue createDataXFormValue(uint16_t Form, RawTypeT Value) { in createDataXFormValue()
/external/llvm/include/llvm/CodeGen/
DDIE.h41 dwarf::Form Form; variable
90 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
237 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf()
284 dwarf::Form Form = (dwarf::Form)0; variable
574 dwarf::Form Form, T &&Value) { in addValue()
/external/perfetto/ui/src/widgets/
Dform.ts53 export class Form implements m.ClassComponent<FormAttrs> { class
/external/openthread/tests/nexus/platform/
Dnexus_node.cpp35 void Node::Form(void) in Form() function in ot::Nexus::Node
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp62 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo() local
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/src/main/proto/google/cloud/websecurityscanner/v1beta/
Dfinding_addon.proto29 message Form { message
/external/googleapis/google/cloud/websecurityscanner/v1beta/
Dfinding_addon.proto29 message Form { message
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp373 InstrForm Form) { in prepareBaseForDispFormChain()
489 InstrForm Form) { in rewriteLoadStores()
699 InstrForm Form) { in dispFormPrep()
727 InstrForm Form) { in alreadyPrepared()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. variable
65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
/external/icu/libicu/cts_headers/
Dstandardplural.h31 enum Form { enum
/external/icu/icu4c/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/cronet/tot/third_party/icu/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/cronet/stable/third_party/icu/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/src/main/java/com/google/cloud/websecurityscanner/v1beta/
DForm.java30 public final class Form extends com.google.protobuf.GeneratedMessageV3 class
36 private Form(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Form() method in Form
40 private Form() { in Form() method in Form
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/
DForm.java30 public final class Form extends com.google.protobuf.GeneratedMessageV3 class
36 private Form(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Form() method in Form
40 private Form() { in Form() method in Form
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h47 uint8_t Form; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. variable
67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp651 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase()
897 PrepForm Form) { in prepareBaseForDispFormChain()
1014 PrepForm Form) { in rewriteLoadStores()
1111 PrepForm Form) { in dispFormPrep()
1214 PrepForm Form) { in alreadyPrepared()
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DUserCredential.h278 EFI_CREDENTIAL_FORM Form; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DUserCredential.h272 EFI_CREDENTIAL_FORM Form; member

12345