HomeSort by relevance Sort by last modified time
    Searched defs:Descriptor (Results 51 - 75 of 261) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 // The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /art/libdexfile/dex/
primitive.h 112 static const char* Descriptor(Type type) {
140 // Returns the descriptor corresponding to the boxed type of |type|.
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
PciHostBridgeLib.c 398 bridge is terminated with END descriptor and an
400 entire resources. The resource descriptor field
412 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
417 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
418 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
420 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
421 ASSERT (Descriptor->ResType <
425 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
426 Descriptor->AddrLen, Descriptor->AddrRangeMax
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 108 SelectorDescriptor Descriptor = *I;
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
  /external/golang-protobuf/protoc-gen-go/plugin/
plugin.pb.go 20 import google_protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
47 func (*Version) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
81 // descriptor will be included in proto_file, below.
108 func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
156 func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
232 func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} }
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugArangeSet.h 34 // The size in bytes of a segment descriptor on the target architecture.
39 struct Descriptor {
46 typedef std::vector<Descriptor> DescriptorColl;
66 const Descriptor *getDescriptor(uint32_t i) const {
  /external/v8/src/builtins/
builtins-handler.cc 17 typedef LoadWithVectorDescriptor Descriptor;
19 Node* receiver = Parameter(Descriptor::kReceiver);
20 Node* index = Parameter(Descriptor::kName);
21 Node* slot = Parameter(Descriptor::kSlot);
22 Node* vector = Parameter(Descriptor::kVector);
23 Node* context = Parameter(Descriptor::kContext);
41 typedef LoadWithVectorDescriptor Descriptor;
43 Node* receiver = Parameter(Descriptor::kReceiver);
44 Node* name = Parameter(Descriptor::kName);
45 Node* slot = Parameter(Descriptor::kSlot)
    [all...]
builtins-internal.cc 63 typedef CopyFastSmiOrObjectElementsDescriptor Descriptor;
66 Node* object = assembler.Parameter(Descriptor::kObject);
108 typedef GrowArrayElementsDescriptor Descriptor;
111 Node* object = assembler.Parameter(Descriptor::kObject);
112 Node* key = assembler.Parameter(Descriptor::kKey);
113 Node* context = assembler.Parameter(Descriptor::kContext);
129 typedef GrowArrayElementsDescriptor Descriptor;
132 Node* object = assembler.Parameter(Descriptor::kObject);
133 Node* key = assembler.Parameter(Descriptor::kKey);
134 Node* context = assembler.Parameter(Descriptor::kContext)
    [all...]
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 47 consDesc = Descriptor.appendParameter(lastParamType, desc);
60 CtClass[] params = Descriptor.getParameterTypes(desc, pool);
88 * @param desc the descriptor of the private method.
89 * @param accDesc the descriptor of the accessor method. The first
119 CtClass[] params = Descriptor.getParameterTypes(accDesc, pool);
131 code.addReturn(Descriptor.getReturnType(desc, pool));
168 accDesc = "(" + Descriptor.of(clazz) + ")" + fieldType;
183 code.addReturn(Descriptor.toCtClass(fieldType, pool));
219 accDesc = "(" + Descriptor.of(clazz) + fieldType + ")V";
227 reg = code.addLoad(0, Descriptor.toCtClass(fieldType, pool))
    [all...]
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 16 #region Descriptor
17 /// <summary>File descriptor for addressbook.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.Examples.AddressBook.AddressbookReflection
35 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
54 public static pbr::MessageDescriptor Descriptor {
55 get { return global::Google.Protobuf.Examples.AddressBook.AddressbookReflection.Descriptor.MessageTypes[0]; }
58 pbr::MessageDescriptor pb::IMessage.Descriptor {
59 get { return Descriptor; }
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/api.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.ApiReflection
42 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
43 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TypeReflection.Descriptor, },
55 /// Api is a light-weight descriptor for a protocol buffer service.
62 public static pbr::MessageDescriptor Descriptor {
    [all...]
Struct.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/struct.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.StructReflection
41 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
84 public static pbr::MessageDescriptor Descriptor {
85 get { return global::Google.Protobuf.WellKnownTypes.StructReflection.Descriptor.MessageTypes[0]; }
88 pbr::MessageDescriptor pb::IMessage.Descriptor {
89 get { return Descriptor; }
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 66 Metaclass for creating a USB descriptor class.
68 A derived descriptor class takes raw descriptor data as an array of unsigned
70 as instance attributes. A derived class of |Descriptor| should specify the
73 DESCRIPTOR_TYPE: An unsigned 8-bit number specifying the descriptor
77 DESCRIPTOR_SUBTYPE: An unsigned 8-bit number specifying the descriptor
83 in the USB descriptor. Each inner tuple is a field definition and
86 field from the raw descriptor data. The second element specifies the
88 derived descriptor class for storing the field. Each derived descriptor
    [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
more_test_objects.pb.go 75 func (*Simple3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
91 func (*SimpleSlice3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
107 func (*SimpleMap3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
123 func (*SimpleNull3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
148 func (*Mappy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 72 func (*Struct) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
104 func (*Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
332 func (*ListValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
  /external/v8/src/ic/
handler-compiler.h 196 typedef StoreWithVectorDescriptor Descriptor;
203 if (Descriptor::kPassLastArgsOnStack) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 60 * This constructor is solely used by {@link Descriptor},
157 return new Descriptor(
234 public static class Descriptor extends VisualRefactoringDescriptor {
235 public Descriptor(String project, String description, String comment,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
descriptor_sets.h 59 // Descriptor Data structures
66 * type, descriptor count, stage flags, and pImmutableSamplers.
83 * descriptor 0 of pBinding[0] is index 0 and each descriptor in the layout increments
143 * Descriptor classes
144 * Descriptor is an abstract base class from which 5 separate descriptor types are derived.
146 * descriptor type, but all descriptors in a set can be accessed via the common Descriptor*.
152 class Descriptor {
    [all...]

Completed in 2221 milliseconds

1 23 4 5 6 7 8 91011