/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ExtensionDescriptor.java | 32 @Descriptor(tags = {0x13, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253})
|
SLConfigDescriptor.java | 59 @Descriptor(tags = {0x06})
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
WellKnownTypesTest.java | 33 import com.google.protobuf.Descriptors.Descriptor;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_generator_factory.cc | 61 const Descriptor* descriptor) const { 62 if (HasDescriptorMethods(descriptor, context_->EnforceLite())) { 63 return new ImmutableMessageGenerator(descriptor, context_); 65 return new ImmutableMessageLiteGenerator(descriptor, context_); 70 const FieldDescriptor* descriptor) const { 71 if (HasDescriptorMethods(descriptor->file(), context_->EnforceLite())) { 72 return new ImmutableExtensionGenerator(descriptor, context_); 74 return new ImmutableExtensionLiteGenerator(descriptor, context_); 79 const ServiceDescriptor* descriptor) const [all...] |
/external/protobuf/src/google/protobuf/ |
service.h | 116 class Descriptor; // descriptor.h 117 class ServiceDescriptor; // descriptor.h 118 class MethodDescriptor; // descriptor.h
|
dynamic_message.cc | 53 // each type it sees (each unique Descriptor pointer). The code 76 #include <google/protobuf/descriptor.h> 77 #include <google/protobuf/descriptor.pb.h> 232 const Descriptor* type; // Type of this DynamicMessage. 328 const Descriptor* descriptor = type_info_->type; local 331 for (int i = 0 ; i < descriptor->oneof_decl_count(); ++i) { 347 for (int i = 0; i < descriptor->field_count(); i++) { 348 const FieldDescriptor* field = descriptor->field(i); 421 const Descriptor* descriptor = type_info_->type local 539 const Descriptor* descriptor = type_info_->type; local [all...] |
generated_message_reflection.h | 104 // descriptor: The descriptor for the message type being implemented. 117 // descriptor->field_count()/32, rounded up. This is a 133 GeneratedMessageReflection(const Descriptor* descriptor, 159 // union is offsets[descriptor->field_count() + i]. 166 // size descriptor->oneof_decl_count(). Each uint32 169 GeneratedMessageReflection(const Descriptor* descriptor, 189 const Descriptor* descriptor [all...] |
/external/r8/src/main/java/com/android/tools/r8/graph/ |
DexMemberAnnotation.java | 9 public class DexMemberAnnotation<T extends Descriptor, S extends DexItem> extends DexItem {
|
/external/skia/src/shaders/gradients/ |
SkLinearGradient.h | 29 SkLinearGradient(const SkPoint pts[2], const Descriptor&);
|
SkTwoPointConicalGradient.h | 18 bool flippedGrad, const Descriptor&);
|
/frameworks/base/tools/incident_section_gen/ |
main.cpp | 40 Descriptor const* descriptor = IncidentProto::descriptor(); local 41 N = descriptor->field_count(); 43 const FieldDescriptor* field = descriptor->field(i);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
service.h | 115 class Descriptor; // descriptor.h 116 class ServiceDescriptor; // descriptor.h 117 class MethodDescriptor; // descriptor.h
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
service.h | 115 class Descriptor; // descriptor.h 116 class ServiceDescriptor; // descriptor.h 117 class MethodDescriptor; // descriptor.h
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
service.h | 115 class Descriptor; // descriptor.h 116 class ServiceDescriptor; // descriptor.h 117 class MethodDescriptor; // descriptor.h
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
Unwind-EHABI.cpp | 50 struct Descriptor { 53 SU16 = 0, // Short descriptor, 16-bit entries 54 LU16 = 1, // Long descriptor, 16-bit entries 55 LU32 = 3, // Long descriptor, 32-bit entries 74 Descriptor::Format format, 86 const char* descriptor = descriptorStart; local 88 getNextWord(descriptor, &descriptorWord); 90 // Read descriptor based on # 9.2. 94 case Descriptor::LU32: 95 descriptor = getNextWord(descriptor, &length) [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
service.h | 116 class Descriptor; // descriptor.h 117 class ServiceDescriptor; // descriptor.h 118 class MethodDescriptor; // descriptor.h
|
generated_message_reflection.h | 104 // descriptor: The descriptor for the message type being implemented. 117 // descriptor->field_count()/32, rounded up. This is a 133 GeneratedMessageReflection(const Descriptor* descriptor, 159 // union is offsets[descriptor->field_count() + i]. 166 // size descriptor->oneof_decl_count(). Each uint32 169 GeneratedMessageReflection(const Descriptor* descriptor, 189 const Descriptor* descriptor [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
service.h | 115 class Descriptor; // descriptor.h 116 class ServiceDescriptor; // descriptor.h 117 class MethodDescriptor; // descriptor.h
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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/protobuf/java/core/src/main/java/com/google/protobuf/ |
MapEntry.java | 33 import com.google.protobuf.Descriptors.Descriptor; 53 public final Descriptor descriptor; field in class:MapEntry.Metadata 58 final Descriptor descriptor, final MapEntry<K, V> defaultInstance) { 59 this.descriptor = descriptor; 82 private MapEntry(Descriptor descriptor, 87 this.metadata = new Metadata<K, V>(descriptor, this); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 92 // Returns whether the provided descriptor has an extension. This includes its 94 bool HasExtension(const Descriptor* descriptor) { 95 if (descriptor->extension_count() > 0) { 98 for (int i = 0; i < descriptor->nested_type_count(); ++i) { 99 if (HasExtension(descriptor->nested_type(i))) { 138 string ClassName(const Descriptor* descriptor, bool qualified) { 140 // Find "outer", the descriptor of the top-level message in which 141 // "descriptor" is embedded [all...] |
/external/v8/src/ |
code-stubs-hydrogen.cc | 181 typedef typename Stub::Descriptor Descriptor; 241 CodeStubDescriptor* descriptor) { 252 assembler.TailCallRuntime(descriptor->miss_handler_id(), 256 assembler.TailCallRuntime(descriptor->miss_handler_id(), 260 assembler.TailCallRuntime(descriptor->miss_handler_id(), 265 assembler.TailCallRuntime(descriptor->miss_handler_id(), 270 assembler.TailCallRuntime(descriptor->miss_handler_id(), 285 CodeStubDescriptor descriptor(stub); 287 if (FLAG_minimal && descriptor.has_miss_handler()) [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
LegacyRegion.c | 170 OUT LEGACY_MEMORY_SECTION_INFO **Descriptor
179 if (DescriptorCount == NULL || Descriptor == NULL) {
199 *Descriptor = mSectionArray;
362 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
364 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
378 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
413 // Create descriptor for writeability, according to lock status
436 *Descriptor = DescriptorArray;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.c | 726 // Install physical memory descriptor hobs for each memory range.
828 // This is an SMRAM range, create an SMRAM descriptor
830 SmramHobDescriptorBlock->Descriptor[SmramIndex].PhysicalStart = MemoryMap[Index].PhysicalAddress;
831 SmramHobDescriptorBlock->Descriptor[SmramIndex].CpuStart = MemoryMap[Index].CpuAddress;
832 SmramHobDescriptorBlock->Descriptor[SmramIndex].PhysicalSize = MemoryMap[Index].RangeLength;
834 SmramHobDescriptorBlock->Descriptor[SmramIndex].RegionState = EFI_SMRAM_CLOSED | EFI_CACHEABLE;
836 SmramHobDescriptorBlock->Descriptor[SmramIndex].RegionState = EFI_SMRAM_CLOSED;
846 CopyMem(&DescriptorAcpiVariable, &SmramHobDescriptorBlock->Descriptor[SmramRanges-1], sizeof(EFI_SMRAM_DESCRIPTOR));
914 // Install physical memory descriptor hobs for each memory range.
950 // This is an SMRAM range, create an SMRAM descriptor
[all...] |
/external/protobuf/src/google/protobuf/compiler/js/ |
js_generator.cc | 50 #include <google/protobuf/descriptor.pb.h> 51 #include <google/protobuf/descriptor.h> 191 // file descriptor's package. 206 const Descriptor* descriptor); 212 const Descriptor* containing_type) { 230 // message descriptor. 232 const Descriptor* descriptor) { 234 options, descriptor->file() [all...] |