/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
EnumDescriptor.cs | 39 /// Descriptor for an enum type in a .proto file. 71 /// The brief name of the descriptor's target. 81 /// If this is a nested type, get the outer descriptor, otherwise null. 110 /// <returns>The value's descriptor, or null if not found.</returns>
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
AbstractMessageTest.java | 68 public Descriptors.Descriptor getDescriptorForType() { 133 public Descriptors.Descriptor getDescriptorForType() {
|
WireFormatTest.java | 275 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local 278 .setField(descriptor.findFieldByName("my_int"), 1L) 279 .setField(descriptor.findFieldByName("my_string"), "foo") 280 .setField(descriptor.findFieldByName("my_float"), 1.0F) 313 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local 316 .setField(descriptor.findFieldByName("my_int"), 1L) 317 .setField(descriptor.findFieldByName("my_string"), "foo") 318 .setField(descriptor.findFieldByName("my_float"), 1.0F [all...] |
TextFormatTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 1042 Descriptor descriptor = TestAllTypes.getDescriptor(); local [all...] |
/external/r8/src/main/java/com/android/tools/r8/graph/ |
DexItemFactory.java | 298 public DexType createType(DexString descriptor) { 300 DexType type = new DexType(descriptor); 304 public DexType createType(String descriptor) { 305 return createType(createString(descriptor)); 354 MethodHandleType type, Descriptor<? extends DexItem, ? extends Descriptor> fieldOrMethod) {
|
/external/skia/src/shaders/gradients/ |
SkGradientShader.cpp | 38 void SkGradientShaderBase::Descriptor::flatten(SkWriteBuffer& buffer) const { 113 SkGradientShaderBase::SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit) 278 Descriptor desc; [all...] |
/external/javassist/src/main/javassist/bytecode/ |
MethodInfo.java | 38 int descriptor; field in class:MethodInfo 73 * method descriptor 74 * @see Descriptor 81 descriptor = constPool.addUtf8Info(desc); 106 * @see Descriptor 131 descriptor = cp.addUtf8Info(getDescriptor()); 185 descriptor = cp.addUtf8Info(getDescriptor()); 256 * Returns a method descriptor. 258 * @see Descriptor 261 return constPool.getUtf8Info(descriptor); [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_field.cc | 51 void SetCommonFieldVariables(const FieldDescriptor* descriptor, 53 string camel_case_name = FieldName(descriptor); 55 if (descriptor->type() == FieldDescriptor::TYPE_GROUP) { 56 raw_field_name = descriptor->message_type()->name(); 58 raw_field_name = descriptor->name(); 62 UnCamelCaseFieldName(camel_case_name, descriptor)); 66 if (descriptor->GetSourceLocation(&location)) { 71 const string& classname = ClassName(descriptor->containing_type()); 74 const string& capitalized_name = FieldNameCapitalized(descriptor); 79 (*variables)["field_number"] = SimpleItoa(descriptor->number()) [all...] |
objectivec_helpers.cc | 49 #include <google/protobuf/descriptor.pb.h> 193 "clear", "data", "delimitedData", "descriptor", "extensionRegistry", 335 string ClassNameWorker(const Descriptor* descriptor) { 337 if (descriptor->containing_type() != NULL) { 338 name = ClassNameWorker(descriptor->containing_type()); 341 return name + descriptor->name(); 344 string ClassNameWorker(const EnumDescriptor* descriptor) { 346 if (descriptor->containing_type() != NULL) { 347 name = ClassNameWorker(descriptor->containing_type()) [all...] |
/external/r8/src/main/java/com/android/tools/r8/dex/ |
DexFileReader.java | 15 import com.android.tools.r8.graph.Descriptor; 515 private static class MemberAnnotationIterator<S extends Descriptor<?, S>, T extends DexItem> { [all...] |
/external/v8/src/builtins/ |
builtins.cc | 106 // The interface descriptor with given key must be initialized at this point 108 CallInterfaceDescriptor descriptor(isolate, interface_descriptor); 109 // Ensure descriptor is already initialized. 110 DCHECK_LE(0, descriptor.GetRegisterParameterCount()); 111 compiler::CodeAssemblerState state(isolate, &zone, descriptor, flags, name, 143 { InterfaceDescriptor##Descriptor descriptor(isolate); } \
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
BdsPlatform.c | 140 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
180 Status = gDS->GetMemorySpaceDescriptor (MemoryDescHob.MemDesc[Index].PhysicalStart, &Descriptor);
184 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
[all...] |
/external/libmtp/logs/ |
mtp-detect-asus-memo-pad7.txt | 6 Device Descriptor: 21 Configuration Descriptor: 31 Interface Descriptor: 41 Endpoint Descriptor: 51 Endpoint Descriptor: 61 Endpoint Descriptor:
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyMessage.java | 48 public RubyMessage(Ruby ruby, RubyClass klazz, Descriptors.Descriptor descriptor) { 50 this.descriptor = descriptor; 70 this.builder = DynamicMessage.newBuilder(this.descriptor); 186 if (descriptor != message.descriptor) { 190 for (Descriptors.FieldDescriptor fdef : descriptor.getFields()) { 256 for (Descriptors.FieldDescriptor fieldDescriptor : this.descriptor.getFields()) { 273 * Message.descriptor => descripto 581 IRubyObject descriptor = getDescriptorForField(context, fieldDescriptor); local 755 private Descriptors.Descriptor descriptor; field in class:RubyMessage [all...] |
/external/protobuf/src/google/protobuf/ |
api.pb.h | 60 static const ::google::protobuf::Descriptor* descriptor(); 211 static const ::google::protobuf::Descriptor* descriptor(); 352 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
descriptor.pb.cc | 2 // source: google/protobuf/descriptor.proto 5 #include <google/protobuf/descriptor.pb.h> 14 #include <google/protobuf/descriptor.h> 25 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL; 28 const ::google::protobuf::Descriptor* FileDescriptorProto_descriptor_ = NULL; 31 const ::google::protobuf::Descriptor* DescriptorProto_descriptor_ = NULL; 34 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange_descriptor_ = NULL; 37 const ::google::protobuf::Descriptor* DescriptorProto_ReservedRange_descriptor_ = NULL; 40 const ::google::protobuf::Descriptor* FieldDescriptorProto_descriptor_ = NULL; 45 const ::google::protobuf::Descriptor* OneofDescriptorProto_descriptor_ = NULL 926 const ::google::protobuf::Descriptor* FileDescriptorSet::descriptor() { function in class:google::protobuf::FileDescriptorSet 1225 const ::google::protobuf::Descriptor* FileDescriptorProto::descriptor() { function in class:google::protobuf::FileDescriptorProto 2472 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange::descriptor() { function in class:google::protobuf::DescriptorProto_ExtensionRange 2771 const ::google::protobuf::Descriptor* DescriptorProto_ReservedRange::descriptor() { function in class:google::protobuf::DescriptorProto_ReservedRange 3082 const ::google::protobuf::Descriptor* DescriptorProto::descriptor() { function in class:google::protobuf::DescriptorProto 4292 const ::google::protobuf::Descriptor* FieldDescriptorProto::descriptor() { function in class:google::protobuf::FieldDescriptorProto 5390 const ::google::protobuf::Descriptor* OneofDescriptorProto::descriptor() { function in class:google::protobuf::OneofDescriptorProto 5710 const ::google::protobuf::Descriptor* EnumDescriptorProto::descriptor() { function in class:google::protobuf::EnumDescriptorProto 6194 const ::google::protobuf::Descriptor* EnumValueDescriptorProto::descriptor() { function in class:google::protobuf::EnumValueDescriptorProto 6666 const ::google::protobuf::Descriptor* ServiceDescriptorProto::descriptor() { function in class:google::protobuf::ServiceDescriptorProto 7158 const ::google::protobuf::Descriptor* MethodDescriptorProto::descriptor() { function in class:google::protobuf::MethodDescriptorProto 7969 const ::google::protobuf::Descriptor* FileOptions::descriptor() { function in class:google::protobuf::FileOptions 9372 const ::google::protobuf::Descriptor* MessageOptions::descriptor() { function in class:google::protobuf::MessageOptions 9981 const ::google::protobuf::Descriptor* FieldOptions::descriptor() { function in class:google::protobuf::FieldOptions 10673 const ::google::protobuf::Descriptor* EnumOptions::descriptor() { function in class:google::protobuf::EnumOptions 11110 const ::google::protobuf::Descriptor* EnumValueOptions::descriptor() { function in class:google::protobuf::EnumValueOptions 11467 const ::google::protobuf::Descriptor* ServiceOptions::descriptor() { function in class:google::protobuf::ServiceOptions 11824 const ::google::protobuf::Descriptor* MethodOptions::descriptor() { function in class:google::protobuf::MethodOptions 12184 const ::google::protobuf::Descriptor* UninterpretedOption_NamePart::descriptor() { function in class:google::protobuf::UninterpretedOption_NamePart 12510 const ::google::protobuf::Descriptor* UninterpretedOption::descriptor() { function in class:google::protobuf::UninterpretedOption 13390 const ::google::protobuf::Descriptor* SourceCodeInfo_Location::descriptor() { function in class:google::protobuf::SourceCodeInfo_Location 13874 const ::google::protobuf::Descriptor* SourceCodeInfo::descriptor() { function in class:google::protobuf::SourceCodeInfo 14383 const ::google::protobuf::Descriptor* GeneratedCodeInfo_Annotation::descriptor() { function in class:google::protobuf::GeneratedCodeInfo_Annotation 14796 const ::google::protobuf::Descriptor* GeneratedCodeInfo::descriptor() { function in class:google::protobuf::GeneratedCodeInfo [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 30 #include <google/protobuf/descriptor.pb.h> 68 static const ::google::protobuf::Descriptor* descriptor(); 192 static const ::google::protobuf::Descriptor* descriptor(); 316 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/hardware/interfaces/audio/effect/2.0/default/ |
Effect.cpp | 364 _hidl_cb(Result::INVALID_STATE, StatusMQ::Descriptor()); 370 _hidl_cb(Result::INVALID_ARGUMENTS, StatusMQ::Descriptor()); 376 _hidl_cb(Result::INVALID_ARGUMENTS, StatusMQ::Descriptor()); 654 EffectDescriptor descriptor; local 656 effectDescriptorFromHal(halDescriptor, &descriptor); 658 _hidl_cb(analyzeStatus("get_descriptor", "", sContextCallFunction, status), descriptor);
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 36 import android.media.audiofx.AudioEffect.Descriptor; 256 final Descriptor[] effects = AudioEffect.queryEffects(); 260 for (final Descriptor effect : effects) { [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 27 #include "google/protobuf/descriptor.pb.h" 65 static const ::google::protobuf::Descriptor* descriptor(); 182 static const ::google::protobuf::Descriptor* descriptor(); 299 static const ::google::protobuf::Descriptor* descriptor();
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 52 class Descriptor; // descriptor.h 53 class FieldDescriptor; // descriptor.h 54 class DescriptorPool; // descriptor.h 94 descriptor(NULL) {} 110 // The descriptor for this extension, if one exists and is known. May be 111 // NULL. Must not be NULL if the descriptor for the extension does not 112 // live in the same pool as the descriptor for the containing type. 113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo 181 void AppendToList(const Descriptor* containing_type 483 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 27 #include "google/protobuf/descriptor.pb.h" 65 static const ::google::protobuf::Descriptor* descriptor(); 182 static const ::google::protobuf::Descriptor* descriptor(); 299 static const ::google::protobuf::Descriptor* descriptor();
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
extension_set.h | 52 class Descriptor; // descriptor.h 53 class FieldDescriptor; // descriptor.h 54 class DescriptorPool; // descriptor.h 94 descriptor(NULL) {} 110 // The descriptor for this extension, if one exists and is known. May be 111 // NULL. Must not be NULL if the descriptor for the extension does not 112 // live in the same pool as the descriptor for the containing type. 113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo 181 void AppendToList(const Descriptor* containing_type 483 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 27 #include "google/protobuf/descriptor.pb.h" 65 static const ::google::protobuf::Descriptor* descriptor(); 182 static const ::google::protobuf::Descriptor* descriptor(); 299 static const ::google::protobuf::Descriptor* descriptor();
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
extension_set.h | 52 class Descriptor; // descriptor.h 53 class FieldDescriptor; // descriptor.h 54 class DescriptorPool; // descriptor.h 94 descriptor(NULL) {} 110 // The descriptor for this extension, if one exists and is known. May be 111 // NULL. Must not be NULL if the descriptor for the extension does not 112 // live in the same pool as the descriptor for the containing type. 113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo 181 void AppendToList(const Descriptor* containing_type 483 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension [all...] |