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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformEarlyInit.c 848 DEBUG((DEBUG_INFO, " SMRAM Descriptor[%02x]: Start=%016lx Size=%016lx State=%02x\n",
850 DescriptorBlock->Descriptor[Index].PhysicalStart,
851 DescriptorBlock->Descriptor[Index].PhysicalSize,
852 DescriptorBlock->Descriptor[Index].RegionState
863 if ((DescriptorBlock->Descriptor[Index].RegionState & (EFI_ALLOCATED | EFI_NEEDS_TESTING | EFI_NEEDS_ECC_INITIALIZATION)) != 0) {
869 if (DescriptorBlock->Descriptor[Index].CpuStart < BASE_1MB) {
875 if ((DescriptorBlock->Descriptor[Index].CpuStart + DescriptorBlock->Descriptor[Index].PhysicalSize) >= BASE_4GB) {
881 if (DescriptorBlock->Descriptor[Index].PhysicalSize >= DescriptorBlock->Descriptor[MaxIndex].PhysicalSize) {
    [all...]
  /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/v8/src/builtins/
builtins-intl-gen.cc 36 Node* const string = Parameter(Descriptor::kString);
37 Node* const context = Parameter(Descriptor::kContext);
137 Node* const maybe_string = Parameter(Descriptor::kReceiver);
138 Node* const context = Parameter(Descriptor::kContext);
200 CAST(Parameter(Descriptor::kContext)),
201 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)),
207 CAST(Parameter(Descriptor::kContext)),
208 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)),
builtins-sharedarraybuffer-gen.cc 138 Node* array = Parameter(Descriptor::kArray);
139 Node* index = Parameter(Descriptor::kIndex);
140 Node* context = Parameter(Descriptor::kContext);
194 Node* array = Parameter(Descriptor::kArray);
195 Node* index = Parameter(Descriptor::kIndex);
196 Node* value = Parameter(Descriptor::kValue);
197 Node* context = Parameter(Descriptor::kContext);
248 Node* array = Parameter(Descriptor::kArray);
249 Node* index = Parameter(Descriptor::kIndex);
250 Node* value = Parameter(Descriptor::kValue)
    [all...]
builtins-proxy-gen.cc 150 Node* context = Parameter(Descriptor::kContext);
153 Node* new_target = Parameter(Descriptor::kJSNewTarget);
166 Node* target = Parameter(Descriptor::kTarget);
167 Node* handler = Parameter(Descriptor::kHandler);
208 Node* const target = Parameter(Descriptor::kTarget);
209 Node* const handler = Parameter(Descriptor::kHandler);
210 Node* const context = Parameter(Descriptor::kContext);
252 Node* const context = Parameter(Descriptor::kContext);
284 Node* argc = Parameter(Descriptor::kActualArgumentsCount);
286 Node* proxy = Parameter(Descriptor::kFunction)
    [all...]
builtins-lazy-gen.cc 19 UncheckedCast<Int32T>(Parameter(Descriptor::kActualArgumentsCount));
20 TNode<Context> context = CAST(Parameter(Descriptor::kContext));
21 TNode<Object> new_target = CAST(Parameter(Descriptor::kNewTarget));
28 TNode<Context> context = CAST(Parameter(Descriptor::kContext));
150 TNode<JSFunction> function = CAST(Parameter(Descriptor::kTarget));
156 TNode<JSFunction> function = CAST(Parameter(Descriptor::kTarget));
168 TNode<JSFunction> function = CAST(Parameter(Descriptor::kTarget));
  /frameworks/av/media/bufferpool/2.0/include/bufferpool/
BufferPoolTypes.h 62 typedef BufferStatusQueue::Descriptor StatusDescriptor;
66 typedef BufferInvalidationQueue::Descriptor InvalidationDescriptor;
  /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/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/nos/host/generic/libnos/generator/
main.cpp 22 #include <google/protobuf/descriptor.h>
62 template <typename Descriptor>
63 std::vector<std::string> Packages(const Descriptor& descriptor) {
65 SplitStringUsing(descriptor.full_name(), ".", &namespaces);
70 template <typename Descriptor>
71 std::string FullyQualifiedIdentifier(const Descriptor& descriptor) {
72 const auto namespaces = Packages(descriptor);
74 return "::" + descriptor.name()
    [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/vulkan-validation-layers/layers/
descriptor_sets.h 40 // Descriptor Data structures
58 * type, descriptor count, stage flags, and pImmutableSamplers.
84 * descriptor 0 of of the lowest binding# is index 0 and each descriptor in the layout
152 // Helper function to get the next valid binding for a descriptor
173 // Convenience data structures for rapid lookup of various descriptor set layout properties
177 std::map<uint32_t, uint32_t> global_start_to_index_map_; // The index corresponding for a starting global (descriptor) index
270 // Helper function to get the next valid binding for a descriptor
290 * Descriptor classes
291 * Descriptor is an abstract base class from which 5 separate descriptor types are derived
    [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/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Empty.cs 17 #region Descriptor
18 /// <summary>File descriptor for src/proto/grpc/testing/empty.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.EmptyReflection
29 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
55 public static pbr::MessageDescriptor Descriptor {
56 get { return global::Grpc.Testing.EmptyReflection.Descriptor.MessageTypes[0]; }
60 pbr::MessageDescriptor pb::IMessage.Descriptor {
61 get { return Descriptor; }
    [all...]
  /external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/
DynamicReflectionTestDepthTwoProto.java 29 static final com.google.protobuf.Descriptors.Descriptor
34 static final com.google.protobuf.Descriptors.Descriptor
39 static final com.google.protobuf.Descriptors.Descriptor
47 return descriptor;
50 descriptor; field in class:DynamicReflectionTestDepthTwoProto
67 descriptor = root;
93 extension.internalInit(descriptor.getExtensions().get(0));
  /external/v8/src/ic/
accessor-assembler.cc 215 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word); local
220 CAST(LoadDescriptorValue(LoadMap(holder), descriptor));
326 Node* descriptor) {
327 return CAST(LoadDescriptorValueOrFieldType(map, descriptor));
331 TNode<Map> map, SloppyTNode<IntPtrT> descriptor) {
334 IntPtrMul(descriptor, IntPtrConstant(DescriptorArray::kEntrySize));
338 CSA_ASSERT(this, UintPtrLessThan(descriptor, LoadAndUntagWeakFixedArrayLength(
497 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word); local
498 Node* value = LoadDescriptorValue(LoadMap(holder), descriptor);
526 Node* descriptor = DecodeWord<LoadHandler::DescriptorBits>(handler_word) local
821 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
1239 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
1571 Node* descriptor = DecodeWord<StoreHandler::DescriptorBits>(handler_word); local
    [all...]
  /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...]

Completed in 743 milliseconds

1 2 3 45 6 7 8 91011>>