HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 351 - 375 of 626) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
empty.pb.h 60 static const ::google::protobuf::Descriptor* descriptor();
timestamp.pb.h 60 static const ::google::protobuf::Descriptor* descriptor();
map_field.h 127 // Creates descriptor for only one time.
141 // needs to know its descriptor, because MapEntry is not generated class which
142 // cannot initialize its own descriptor by calling generated
143 // descriptor-assign-function. Thus, we need to register a callback to
144 // initialize MapEntry's descriptor.
145 const Descriptor** entry_descriptor_;
269 void SetEntryDescriptor(const Descriptor** descriptor);
  /test/vts/proto/
ComponentSpecificationMessage_pb2.py 5 from google.protobuf import descriptor as _descriptor
14 DESCRIPTOR = _descriptor.FileDescriptor(
23 file=DESCRIPTOR,
73 file=DESCRIPTOR,
203 file=DESCRIPTOR,
301 file=DESCRIPTOR,
388 _CALLFLOWSPECIFICATIONMESSAGE = _descriptor.Descriptor(
392 file=DESCRIPTOR,
437 _NATIVECODECOVERAGERAWDATAMESSAGE = _descriptor.Descriptor(
441 file=DESCRIPTOR,
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 62 for (AudioEffect.Descriptor descriptor : AudioEffect.queryEffects()) {
67 descriptor.type,
68 descriptor.uuid, // uuid overrides type
71 Log.w(TAG, "effect " + testName + " " + descriptor.name
77 Log.d(TAG, "effect " + testName + " " + descriptor.name + " success");
79 Log.e(TAG, "effect " + testName + " " + descriptor.name + " exception failed!",
83 Log.e(TAG, "effect " + testName + " " + descriptor.name + " assert failed!",
370 for (AudioEffect.Descriptor descriptor : AudioEffect.queryEffects())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 391 EFI_KEY_DESCRIPTOR *Descriptor;
847 @param DescriptorCount A pointer to the number of Descriptor entries being
849 @param Descriptor A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR
860 OUT EFI_KEY_DESCRIPTOR *Descriptor
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 411 EFI_KEY_DESCRIPTOR *Descriptor;
596 OUT EFI_KEY_DESCRIPTOR * Descriptor
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 243 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
255 # Linear data segment descriptor
265 # Linear code segment descriptor
275 # System data segment descriptor
286 # System code segment descriptor
296 # Spare segment descriptor
306 # Spare segment descriptor
317 # Spare segment descriptor
329 # GDT Descriptor
331 GdtDesc: # GDT descriptor
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
Real16ToFlat32.asm 90 ; The Global Descriptor Table (GDT)
94 ; null descriptor
103 ; linear data segment descriptor
112 ; linear code segment descriptor
122 ; linear code (64-bit) segment descriptor
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 247 const Descriptor* descriptor, Context* context)
248 : descriptor_(descriptor),
250 ImmutableFieldGenerator>[descriptor->field_count()]) {
256 for (int i = 0; i < descriptor->field_count(); i++) {
258 descriptor->field(i), messageBitIndex, builderBitIndex, context);
270 const Descriptor* descriptor, Context* context)
271 : descriptor_(descriptor),
273 ImmutableFieldLiteGenerator>[descriptor->field_count()])
    [all...]
java_message.cc 57 #include <google/protobuf/descriptor.pb.h>
71 bool GenerateHasBits(const Descriptor* descriptor) {
72 return SupportFieldPresence(descriptor->file()) ||
73 HasRepeatedFields(descriptor);
76 string MapValueImmutableClassdName(const Descriptor* descriptor,
78 const FieldDescriptor* value_field = descriptor->FindFieldByName("value");
86 MessageGenerator::MessageGenerator(const Descriptor* descriptor)
    [all...]
  /external/protobuf/src/google/protobuf/
duration.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Duration_descriptor_ = NULL;
161 const ::google::protobuf::Descriptor* Duration::descriptor() { function in class:google::protobuf::Duration
382 metadata.descriptor = Duration_descriptor_;
field_mask.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* FieldMask_descriptor_ = NULL;
157 const ::google::protobuf::Descriptor* FieldMask::descriptor() { function in class:google::protobuf::FieldMask
335 metadata.descriptor = FieldMask_descriptor_;
map_field.h 127 // Creates descriptor for only one time.
141 // needs to know its descriptor, because MapEntry is not generated class which
142 // cannot initialize its own descriptor by calling generated
143 // descriptor-assign-function. Thus, we need to register a callback to
144 // initialize MapEntry's descriptor.
145 const Descriptor** entry_descriptor_;
269 void SetEntryDescriptor(const Descriptor** descriptor);
source_context.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* SourceContext_descriptor_ = NULL;
159 const ::google::protobuf::Descriptor* SourceContext::descriptor() { function in class:google::protobuf::SourceContext
338 metadata.descriptor = SourceContext_descriptor_;
timestamp.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Timestamp_descriptor_ = NULL;
179 const ::google::protobuf::Descriptor* Timestamp::descriptor() { function in class:google::protobuf::Timestamp
408 metadata.descriptor = Timestamp_descriptor_;
struct.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Struct_descriptor_ = NULL;
28 const ::google::protobuf::Descriptor* Struct_FieldsEntry_descriptor_ = NULL;
29 const ::google::protobuf::Descriptor* Value_descriptor_ = NULL;
40 const ::google::protobuf::Descriptor* ListValue_descriptor_ = NULL;
264 const ::google::protobuf::Descriptor* Struct::descriptor() { function in class:google::protobuf::Struct
464 metadata.descriptor = Struct_descriptor_;
552 const ::google::protobuf::Descriptor* Value::descriptor() { function in class:google::protobuf::Value
1286 const ::google::protobuf::Descriptor* ListValue::descriptor() { function in class:google::protobuf::ListValue
    [all...]
  /external/v8/src/ic/
handler-compiler.h 230 typedef StoreWithVectorDescriptor Descriptor;
237 if (Descriptor::kPassLastArgsOnStack) {
282 void GenerateConstantCheck(Register map_reg, int descriptor,
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 23 import javassist.bytecode.Descriptor;
547 CtClass returnType = Descriptor.getReturnType(method.getDescriptor(), classPool);
    [all...]
  /frameworks/av/media/libaudiohal/
StreamHalHidl.cpp 379 const CommandMQ::Descriptor& commandMQ,
380 const DataMQ::Descriptor& dataMQ,
381 const StatusMQ::Descriptor& statusMQ,
639 const CommandMQ::Descriptor& commandMQ,
640 const DataMQ::Descriptor& dataMQ,
641 const StatusMQ::Descriptor& statusMQ,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 53 #include <google/protobuf/descriptor.pb.h>
86 // Sort the fields of the given Descriptor by number into a new[]'d array
88 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
90 new const FieldDescriptor*[descriptor->field_count()];
91 for (int i = 0; i < descriptor->field_count(); i++) {
92 fields[i] = descriptor->field(i);
94 std::sort(fields, fields + descriptor->field_count(),
101 bool operator()(const Descriptor::ExtensionRange* left,
102 const Descriptor::ExtensionRange* right) const
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_well_known_types.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
163 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
164 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.ApiReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.We (…)
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 61 # and make it return True when the descriptor is an instance of the extension
79 This class is the base of all descriptor classes. It provides common options
83 has_options: True if the descriptor has non-default options. Usually it
92 # subclasses" of this descriptor class.
96 """Initialize the descriptor given its options message and the name of the
103 # Does this descriptor have non-default options?
107 """Sets the descriptor's options
109 This function is used in generated proto2 files to update descriptor
115 # Does this descriptor have non-default options?
119 """Retrieves descriptor options
    [all...]

Completed in 1153 milliseconds

<<11121314151617181920>>