HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 101 - 125 of 667) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h 69 int32_t /*gralloc1_function_descriptor_t*/ descriptor);
72 int32_t /*gralloc1_function_descriptor_t*/ descriptor) {
73 return getAdapter(device)->doGetFunction(descriptor);
85 // Buffer descriptor lifecycle functions
87 struct Descriptor;
97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor);
99 gralloc1_buffer_descriptor_t descriptor) {
100 auto error = getAdapter(device)->destroyDescriptor(descriptor);
104 // Buffer descriptor modification functions
106 struct Descriptor : public std::enable_shared_from_this<Descriptor>
153 auto descriptor = getAdapter(device)->getDescriptor(descriptorId); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 385 Dump memory profile descriptor information.
387 @param[in] DescriptorIndex Memory profile descriptor index.
388 @param[in] Descriptor Pointer to memory profile descriptor.
390 @return Pointer to next memory profile descriptor.
396 IN MEMORY_PROFILE_DESCRIPTOR *Descriptor
399 if (Descriptor->Header.Signature != MEMORY_PROFILE_DESCRIPTOR_SIGNATURE) {
403 Print (L" Signature - 0x%08x\n", Descriptor->Header.Signature);
404 Print (L" Length - 0x%04x\n", Descriptor->Header.Length);
405 Print (L" Revision - 0x%04x\n", Descriptor->Header.Revision);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciPei.inf 33 Descriptor.h
  /external/javassist/src/main/javassist/bytecode/annotation/
MemberValue.java 20 import javassist.bytecode.Descriptor;
67 StringBuffer sb = new StringBuffer(Descriptor.of(rawType));
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.h 50 MessageGenerator(const Descriptor* descriptor, const Options* options);
59 const Descriptor* descriptor_;
66 int GetFieldOrdinal(const FieldDescriptor* descriptor);
68 const FieldDescriptor* descriptor);
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_lite.h 50 explicit ImmutableMessageLiteGenerator(const Descriptor* descriptor,
68 io::Printer* printer, const Descriptor::ExtensionRange* range);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.h 40 #include <google/protobuf/descriptor.h>
74 // Convenience class which constructs FieldGenerators for a Descriptor.
77 explicit FieldGeneratorMap(const Descriptor* descriptor, const Params &params);
84 const Descriptor* descriptor_;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.h 57 explicit MessageGenerator(const Descriptor* descriptor, const Params& params);
86 const Descriptor* descriptor_;
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_import_proto3.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestImportProto3Reflection
34 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
35 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor, },
59 public static pbr::MessageDescriptor Descriptor {
60 get { return global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor.MessageTypes[0]; }
63 pbr::MessageDescriptor pb::IMessage.Descriptor {
    [all...]
UnittestImportPublicProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_import_public_proto3.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
45 public static pbr::MessageDescriptor Descriptor {
46 get { return global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor.MessageTypes[0]; }
49 pbr::MessageDescriptor pb::IMessage.Descriptor {
50 get { return Descriptor; }
    [all...]
  /external/v8/src/builtins/
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/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 51 * Every message type has a {@link Descriptor}, which lists all
53 * type's descriptor by calling {@code MessageType.getDescriptor()}, or
57 * {@code Descriptor.getFile()}. A {@link FileDescriptor} contains descriptors
62 * {@code google/protobuf/descriptor.proto}.
76 /** Convert the descriptor to its protocol message representation. */
107 /** Get the {@code FileOptions}, defined in {@code descriptor.proto}. */
111 public List<Descriptor> getMessageTypes() {
164 * @return The message type's descriptor, or {@code null} if not found.
166 public Descriptor findMessageTypeByName(String name) {
176 if (result != null && result instanceof Descriptor &
2409 private final GenericDescriptor descriptor; field in class:Descriptors.DescriptorPool.DescriptorIntPair
    [all...]
DynamicMessage.java 33 import com.google.protobuf.Descriptors.Descriptor;
46 * given a {@link Descriptors.Descriptor}.
51 private final Descriptor type;
66 DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields,
79 public static DynamicMessage getDefaultInstance(Descriptor type) {
89 public static DynamicMessage parseFrom(Descriptor type,
97 Descriptor type,
105 public static DynamicMessage parseFrom(Descriptor type, ByteString data)
111 public static DynamicMessage parseFrom(Descriptor type, ByteString data,
118 public static DynamicMessage parseFrom(Descriptor type, byte[] data
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
68 const Descriptor* descriptor_;
70 const Descriptor* extensions_descriptor_;
72 const Descriptor* packed_descriptor_;
74 const Descriptor* oneof_descriptor_;
76 const Descriptor* proto3_descriptor_;
91 unittest::TestAllTypes::descriptor()->file()->CopyTo(&unittest_file);
92 unittest_import::ImportMessage::descriptor()->file()->CopyTo(
94 unittest_import::PublicImportMessage::descriptor()->file()->CopyTo
182 const Descriptor* descriptor = message->GetDescriptor(); local
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/wrappers.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.WrappersReflection
36 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
64 public static pbr::MessageDescriptor Descriptor {
65 get { return global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor.MessageTypes[0]; }
68 pbr::MessageDescriptor pb::IMessage.Descriptor {
69 get { return Descriptor; }
    [all...]
Empty.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/empty.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.EmptyReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
57 public static pbr::MessageDescriptor Descriptor {
58 get { return global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor.MessageTypes[0]; }
61 pbr::MessageDescriptor pb::IMessage.Descriptor {
62 get { return Descriptor; }
    [all...]
SourceContext.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/source_context.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.SourceContextReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
50 public static pbr::MessageDescriptor Descriptor {
51 get { return global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor.MessageTypes[0]; }
54 pbr::MessageDescriptor pb::IMessage.Descriptor {
55 get { return Descriptor; }
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 176 typedef LoadWithVectorDescriptor Descriptor;
177 TailCallStub(Descriptor(isolate()), handler, p->context, p->receiver,
286 Node* descriptor = local
289 UintPtrLessThan(descriptor,
291 Node* value = LoadFixedArrayElement(descriptors, descriptor);
508 StoreWithVectorDescriptor descriptor(isolate());
509 TailCallStub(descriptor, handler, p->context, p->receiver, p->name,
526 StoreWithVectorDescriptor descriptor(isolate());
527 TailCallStub(descriptor, code_handler, p->context, p->receiver, p->name,
    [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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
NullMemoryTest.c 211 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
213 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
221 Descriptor.Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNTIME)
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 38 // of the C++ *Descriptor objects, and fix up all circular references
59 #include <google/protobuf/descriptor.pb.h>
65 #include <google/protobuf/descriptor.h>
127 // Returns the name of all containing types for descriptor,
128 // in order from outermost to innermost, followed by descriptor's
131 string NamePrefixedWithNestedTypes(const DescriptorT& descriptor,
133 string name = descriptor.name();
134 for (const Descriptor* current = descriptor.containing_type();
143 // descriptor.Descriptor instance for the generated class
    [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/libmojo/third_party/catapult/devil/devil/utils/
lsusb.py 103 return device['Device Descriptor']['iSerial']['_desc']

Completed in 867 milliseconds

1 2 3 45 6 7 8 91011>>