HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 201 - 225 of 340) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 101 * This constructor is solely used by {@link Descriptor}, to replay a
185 return new Descriptor(
440 public static class Descriptor extends VisualRefactoringDescriptor {
441 public Descriptor(String project, String description, String comment,
  /external/javassist/src/main/javassist/
CtClass.java 29 import javassist.bytecode.Descriptor;
696 * @param desc the type descriptor of the field. It is available by
735 * @param desc the type descriptor of the field. It is available by
761 * called method descriptor.
762 * For details of the method descriptor, see the JVM specification
763 * or <code>javassist.bytecode.Descriptor</code>.
765 * @param desc method descriptor
766 * @see javassist.bytecode.Descriptor
791 String desc = Descriptor.ofConstructor(params);
822 * called method descriptor,
    [all...]
CtClassType.java 43 import javassist.bytecode.Descriptor;
343 = (String)classnames.get(Descriptor.toJvmName(oldClassName));
345 newClassName = Descriptor.toJavaName(newClassName);
601 numParameters = Descriptor.numOfParameters(minfo.getDescriptor());
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 446 String newName = Descriptor.rename(name, classnames);
557 String newName = Descriptor.rename(name, classnames);
SignatureAttribute.java 427 char descriptor; field in class:SignatureAttribute.BaseType
428 BaseType(char c) { descriptor = c; }
431 * Returns the descriptor representing this primitive type.
433 * @see javassist.bytecode.Descriptor
435 public char getDescriptor() { return descriptor; }
442 return Descriptor.toPrimitiveClass(descriptor);
449 return Descriptor.toClassName(Character.toString(descriptor));
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 28 import javassist.bytecode.Descriptor;
243 parameters = Descriptor.getParameterTypes(method.getDescriptor(), clazz.getClassPool());
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 49 The message descriptor can be used in conjunction with the message_factory
57 from google.protobuf import descriptor
62 """A collection of protobufs dynamically constructed by descriptor protos."""
68 specialized file descriptor proto lookup code to be triggered on demand. An
96 file_name: The path to the file to get a descriptor for.
141 """Loads the named descriptor from the pool.
144 full_name: The full name of the descriptor to load.
147 The descriptor for the named type.
156 """Loads the named enum descriptor from the pool.
159 full_name: The full name of the enum descriptor to load
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 39 #include <google/protobuf/descriptor.h>
236 const Descriptor* item_type = file->FindMessageTypeByName("Item");
238 const Descriptor* map_type = file->FindMessageTypeByName("Map");
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 40 #include <google/protobuf/descriptor.pb.h>
220 const Descriptor* parent, const FileDescriptor* file) {
234 string ClassName(const Params& params, const FileDescriptor* descriptor) {
235 string result = FileJavaPackage(params, descriptor);
237 result += FileClassName(params, descriptor);
241 string ClassName(const Params& params, const EnumDescriptor* descriptor) {
242 const Descriptor* parent = descriptor->containing_type();
246 return ToJavaName(params, descriptor->name(), true, parent,
247 descriptor->file())
    [all...]
javanano_message.cc 45 #include <google/protobuf/descriptor.pb.h>
64 // Sort the fields of the given Descriptor by number into a new[]'d array
66 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
68 new const FieldDescriptor*[descriptor->field_count()];
69 for (int i = 0; i < descriptor->field_count(); i++) {
70 fields[i] = descriptor->field(i);
72 sort(fields, fields + descriptor->field_count(),
81 MessageGenerator::MessageGenerator(const Descriptor* descriptor, const Params& params
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 39 #include <google/protobuf/descriptor.pb.h>
167 // We don't consider this an error, though, because the descriptor is
315 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "
421 const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type);
436 const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type);
descriptor.pb.cc 2 // source: google/protobuf/descriptor.proto
5 #include "google/protobuf/descriptor.pb.h"
13 #include <google/protobuf/descriptor.h>
24 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
27 const ::google::protobuf::Descriptor* FileDescriptorProto_descriptor_ = NULL;
30 const ::google::protobuf::Descriptor* DescriptorProto_descriptor_ = NULL;
33 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange_descriptor_ = NULL;
36 const ::google::protobuf::Descriptor* FieldDescriptorProto_descriptor_ = NULL;
41 const ::google::protobuf::Descriptor* OneofDescriptorProto_descriptor_ = NULL;
44 const ::google::protobuf::Descriptor* EnumDescriptorProto_descriptor_ = NULL
810 const ::google::protobuf::Descriptor* FileDescriptorSet::descriptor() { function in class:google::protobuf::FileDescriptorSet
1055 const ::google::protobuf::Descriptor* FileDescriptorProto::descriptor() { function in class:google::protobuf::FileDescriptorProto
1734 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange::descriptor() { function in class:google::protobuf::DescriptorProto_ExtensionRange
2020 const ::google::protobuf::Descriptor* DescriptorProto::descriptor() { function in class:google::protobuf::DescriptorProto
2643 const ::google::protobuf::Descriptor* FieldDescriptorProto::descriptor() { function in class:google::protobuf::FieldDescriptorProto
3257 const ::google::protobuf::Descriptor* OneofDescriptorProto::descriptor() { function in class:google::protobuf::OneofDescriptorProto
3505 const ::google::protobuf::Descriptor* EnumDescriptorProto::descriptor() { function in class:google::protobuf::EnumDescriptorProto
3838 const ::google::protobuf::Descriptor* EnumValueDescriptorProto::descriptor() { function in class:google::protobuf::EnumValueDescriptorProto
4168 const ::google::protobuf::Descriptor* ServiceDescriptorProto::descriptor() { function in class:google::protobuf::ServiceDescriptorProto
4509 const ::google::protobuf::Descriptor* MethodDescriptorProto::descriptor() { function in class:google::protobuf::MethodDescriptorProto
4957 const ::google::protobuf::Descriptor* FileOptions::descriptor() { function in class:google::protobuf::FileOptions
5704 const ::google::protobuf::Descriptor* MessageOptions::descriptor() { function in class:google::protobuf::MessageOptions
6102 const ::google::protobuf::Descriptor* FieldOptions::descriptor() { function in class:google::protobuf::FieldOptions
6597 const ::google::protobuf::Descriptor* EnumOptions::descriptor() { function in class:google::protobuf::EnumOptions
6924 const ::google::protobuf::Descriptor* EnumValueOptions::descriptor() { function in class:google::protobuf::EnumValueOptions
7203 const ::google::protobuf::Descriptor* ServiceOptions::descriptor() { function in class:google::protobuf::ServiceOptions
7482 const ::google::protobuf::Descriptor* MethodOptions::descriptor() { function in class:google::protobuf::MethodOptions
7766 const ::google::protobuf::Descriptor* UninterpretedOption_NamePart::descriptor() { function in class:google::protobuf::UninterpretedOption_NamePart
8064 const ::google::protobuf::Descriptor* UninterpretedOption::descriptor() { function in class:google::protobuf::UninterpretedOption
8573 const ::google::protobuf::Descriptor* SourceCodeInfo_Location::descriptor() { function in class:google::protobuf::SourceCodeInfo_Location
8991 const ::google::protobuf::Descriptor* SourceCodeInfo::descriptor() { function in class:google::protobuf::SourceCodeInfo
    [all...]
extension_set_heavy.cc 39 #include <google/protobuf/descriptor.h>
82 const Descriptor* containing_type)
91 const Descriptor* containing_type_;
94 void ExtensionSet::AppendToList(const Descriptor* containing_type,
112 if (iter->second.descriptor == NULL) {
116 output->push_back(iter->second.descriptor);
144 const Descriptor* message_type,
161 MessageLite* ExtensionSet::MutableMessage(const FieldDescriptor* descriptor,
164 if (MaybeNewExtension(descriptor->number(), descriptor, &extension))
    [all...]
generated_message_reflection.cc 37 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/descriptor.h>
63 bool ParseNamedEnum(const EnumDescriptor* descriptor,
66 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
72 const string& NameOfEnum(const EnumDescriptor* descriptor, int value) {
73 const EnumValueDescriptor* d = descriptor->FindValueByNumber(value);
84 const Descriptor* descriptor, const FieldDescriptor* field,
89 " Message type: " << descriptor->full_name() << "\n"
109 const Descriptor* descriptor, const FieldDescriptor* field
    [all...]
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 129 * called field descriptor, which is defined in the JVM specification.
131 * @see javassist.bytecode.Descriptor#toCtClass(String, ClassPool)
161 = Descriptor.toCtClass(constPool.getFieldrefType(index),
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebDescriptor.java 37 * Descriptor
39 * A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
41 public class WebDescriptor extends Descriptor
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DecoderConfigDescriptor.java 45 @Descriptor(tags = {0x04})
76 BaseDescriptor descriptor; local
79 descriptor = ObjectDescriptorFactory.createFrom(objectTypeIndication, bb);
81 log.finer(descriptor + " - DecoderConfigDescr1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
82 if (descriptor != null) {
83 final int size = descriptor.getSize();
90 if (descriptor instanceof DecoderSpecificInfo) {
91 decoderSpecificInfo = (DecoderSpecificInfo) descriptor;
    [all...]
ESDescriptor.java 61 @Descriptor(tags = {0x03})
108 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
110 log.finer(descriptor + " - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
111 if (descriptor != null) {
112 final int size = descriptor.getSize();
118 if (descriptor instanceof DecoderConfigDescriptor) {
119 decoderConfigDescriptor = (DecoderConfigDescriptor) descriptor;
125 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
144 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
    [all...]
  /external/nanopb-c/generator/proto/
nanopb_pb2.py 3 from google.protobuf import descriptor
10 DESCRIPTOR = descriptor.FileDescriptor(
13 serialized_pb='\n\x0cnanopb.proto\x1a google/protobuf/descriptor.proto\"\x92\x01\n\rNanoPBOptions\x12\x10\n\x08max_size\x18\x01 \x01(\x05\x12\x11\n\tmax_count\x18\x02 \x01(\x05\x12$\n\x04type\x18\x03 \x01(\x0e\x32\n.FieldType:\nFT_DEFAULT\x12\x18\n\nlong_names\x18\x04 \x01(\x08:\x04true\x12\x1c\n\rpacked_struct\x18\x05 \x01(\x08:\x05\x66\x61lse*Z\n\tFieldType\x12\x0e\n\nFT_DEFAULT\x10\x00\x12\x0f\n\x0b\x46T_CALLBACK\x10\x01\x12\x0e\n\nFT_POINTER\x10\x04\x12\r\n\tFT_STATIC\x10\x02\x12\r\n\tFT_IGNORE\x10\x03:E\n\x0enanopb_fileopt\x12\x1c.google.protobuf.FileOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:G\n\rnanopb_msgopt\x12\x1f.google.protobuf.MessageOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:E\n\x0enanopb_enumopt\x12\x1c.google.protobuf.EnumOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:>\n\x06nanopb\x12\x1d.google.protobuf.FieldOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptionsB\x1a\n\x18\x66i.kapsi.koti.jpa.nanopb')
15 _FIELDTYPE = descriptor.EnumDescriptor(
19 file=DESCRIPTOR,
21 descriptor.EnumValueDescriptor(
25 descriptor.EnumValueDescriptor(
29 descriptor.EnumValueDescriptor(
33 descriptor.EnumValueDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor,
47 : descriptor_(descriptor) {
83 "static const ::google::protobuf::ServiceDescriptor* descriptor();\n"
178 "const ::google::protobuf::ServiceDescriptor* $classname$::descriptor() {\n"
284 " GOOGLE_DCHECK_EQ(method->service(), descriptor());\n"
289 const Descriptor* type =
325 " channel_->CallMethod(descriptor()->method($index$),\n"
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 17 SkSweepGradient::SkSweepGradient(SkScalar cx, SkScalar cy, const Descriptor& desc)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.pb.h 57 static const ::google::protobuf::Descriptor* descriptor();
field_mask.pb.h 56 static const ::google::protobuf::Descriptor* descriptor();
source_context.pb.h 56 static const ::google::protobuf::Descriptor* descriptor();
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
203 static const ::google::protobuf::Descriptor* descriptor();
295 static const ::google::protobuf::Descriptor* descriptor();
538 static const ::google::protobuf::Descriptor* descriptor();
637 static const ::google::protobuf::Descriptor* descriptor();
736 static const ::google::protobuf::Descriptor* descriptor()
    [all...]

Completed in 1037 milliseconds

1 2 3 4 5 6 7 891011>>