/external/protobuf/java/src/test/java/com/google/protobuf/ |
AbstractMessageTest.java | 68 public Descriptors.Descriptor getDescriptorForType() { 120 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...] |
/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/ |
plugin.pb.h | 27 #include "google/protobuf/descriptor.pb.h" 65 static const ::google::protobuf::Descriptor* descriptor(); 179 static const ::google::protobuf::Descriptor* descriptor(); 293 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 54 class Descriptor; // descriptor.h 55 class FieldDescriptor; // descriptor.h 56 class DescriptorPool; // descriptor.h 93 descriptor(NULL) {} 109 // The descriptor for this extension, if one exists and is known. May be 110 // NULL. Must not be NULL if the descriptor for the extension does not 111 // live in the same pool as the descriptor for the containing type. 112 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo 183 void AppendToList(const Descriptor* containing_type 503 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension [all...] |
wire_format.cc | 43 #include <google/protobuf/descriptor.h> 45 #include <google/protobuf/descriptor.pb.h> 60 inline int GetEnumNumber(const EnumValueDescriptor* descriptor) { 61 return descriptor->number(); 366 const Descriptor* descriptor = message->GetDescriptor(); local 384 if (descriptor != NULL) { 386 field = descriptor->FindFieldByNumber(field_number); 389 if (field == NULL && descriptor->IsExtensionNumber(field_number)) { 394 ->FindExtensionByNumber(descriptor, field_number) 738 const Descriptor* descriptor = message.GetDescriptor(); local 908 const Descriptor* descriptor = message.GetDescriptor(); local [all...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 177 static const ::google::protobuf::Descriptor* descriptor(); 259 static const ::google::protobuf::Descriptor* descriptor(); 477 static const ::google::protobuf::Descriptor* descriptor(); 566 static const ::google::protobuf::Descriptor* descriptor(); 742 static const ::google::protobuf::Descriptor* descriptor() [all...] |
/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...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 176 static const ::google::protobuf::Descriptor* descriptor(); 261 static const ::google::protobuf::Descriptor* descriptor(); 482 static const ::google::protobuf::Descriptor* descriptor(); 574 static const ::google::protobuf::Descriptor* descriptor(); 740 static const ::google::protobuf::Descriptor* descriptor() [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...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 176 static const ::google::protobuf::Descriptor* descriptor(); 261 static const ::google::protobuf::Descriptor* descriptor(); 482 static const ::google::protobuf::Descriptor* descriptor(); 574 static const ::google::protobuf::Descriptor* descriptor(); 740 static const ::google::protobuf::Descriptor* descriptor() [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...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 176 static const ::google::protobuf::Descriptor* descriptor(); 261 static const ::google::protobuf::Descriptor* descriptor(); 482 static const ::google::protobuf::Descriptor* descriptor(); 574 static const ::google::protobuf::Descriptor* descriptor(); 740 static const ::google::protobuf::Descriptor* descriptor() [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/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...] |
type.pb.h | 145 static const ::google::protobuf::Descriptor* descriptor(); 288 static const ::google::protobuf::Descriptor* descriptor(); 545 static const ::google::protobuf::Descriptor* descriptor(); 671 static const ::google::protobuf::Descriptor* descriptor(); 774 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/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...] |
/prebuilts/tools/linux-x86_64/protoc/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/tools/linux-x86_64/protoc/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...] |
descriptor.pb.h | 2 // source: google/protobuf/descriptor.proto 176 static const ::google::protobuf::Descriptor* descriptor(); 261 static const ::google::protobuf::Descriptor* descriptor(); 482 static const ::google::protobuf::Descriptor* descriptor(); 574 static const ::google::protobuf::Descriptor* descriptor(); 740 static const ::google::protobuf::Descriptor* descriptor() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 98 * This constructor is solely used by {@link Descriptor}, 150 return new Descriptor( 517 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); local 518 if (descriptor == null) { 524 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes(); 560 AttributeDescriptor[] attributes = descriptor.getAttributes(); 619 public static class Descriptor extends VisualRefactoringDescriptor { 620 public Descriptor(String project, String description, String comment,
|
ExtractIncludeRefactoring.java | 108 * This constructor is solely used by {@link Descriptor}, 191 return new Descriptor( 658 public static class Descriptor extends VisualRefactoringDescriptor { 659 public Descriptor(String project, String description, String comment,
|