HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 176 - 200 of 285) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 67 public Descriptors.Descriptor getDescriptorForType() {
119 public Descriptors.Descriptor getDescriptorForType() {
WireFormatTest.java 272 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
275 .setField(descriptor.findFieldByName("my_int"), 1L)
276 .setField(descriptor.findFieldByName("my_string"), "foo")
277 .setField(descriptor.findFieldByName("my_float"), 1.0F)
310 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
313 .setField(descriptor.findFieldByName("my_int"), 1L)
314 .setField(descriptor.findFieldByName("my_string"), "foo")
315 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 38 #include <google/protobuf/descriptor.h>
231 const Descriptor* item_type = file->FindMessageTypeByName("Item");
233 const Descriptor* map_type = file->FindMessageTypeByName("Map");
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
172 static const ::google::protobuf::Descriptor* descriptor();
266 static const ::google::protobuf::Descriptor* descriptor();
448 static const ::google::protobuf::Descriptor* descriptor();
545 static const ::google::protobuf::Descriptor* descriptor();
713 static const ::google::protobuf::Descriptor* descriptor()
    [all...]
descriptor_database.cc 39 #include <google/protobuf/descriptor.pb.h>
167 // We don't consider this an error, though, because the descriptor is
314 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "
420 const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type);
435 const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type);
message_unittest.cc 51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
263 protobuf_unittest::TestAllTypes::descriptor()),
268 // Construct a new descriptor.
273 const Descriptor* descriptor = pool.BuildFile(file)->message_type(0); local
277 MessageFactory::generated_factory()->GetPrototype(descriptor) == NULL);
generated_message_reflection.cc 37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/descriptor.pb.h>
62 bool ParseNamedEnum(const EnumDescriptor* descriptor,
65 const EnumValueDescriptor* d = descriptor->FindValueByName(name);
71 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
KeyboardShortcut.js 152 WebInspector.KeyboardShortcut.Descriptor;
157 * @return {WebInspector.KeyboardShortcut.Descriptor}
  /external/chromium_org/third_party/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/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 39 #include <google/protobuf/descriptor.h>
59 const Descriptor* containing_type)
68 const Descriptor* containing_type_;
71 void ExtensionSet::AppendToList(const Descriptor* containing_type,
89 if (iter->second.descriptor == NULL) {
93 output->push_back(iter->second.descriptor);
121 const Descriptor* message_type,
138 MessageLite* ExtensionSet::MutableMessage(const FieldDescriptor* descriptor,
141 if (MaybeNewExtension(descriptor->number(), descriptor, &extension))
    [all...]
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* EnumDescriptorProto_descriptor_ = NULL;
44 const ::google::protobuf::Descriptor* EnumValueDescriptorProto_descriptor_ = NULL
766 const ::google::protobuf::Descriptor* FileDescriptorSet::descriptor() { function in class:google::protobuf::FileDescriptorSet
996 const ::google::protobuf::Descriptor* FileDescriptorProto::descriptor() { function in class:google::protobuf::FileDescriptorProto
1672 const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange::descriptor() { function in class:google::protobuf::DescriptorProto_ExtensionRange
1930 const ::google::protobuf::Descriptor* DescriptorProto::descriptor() { function in class:google::protobuf::DescriptorProto
2507 const ::google::protobuf::Descriptor* FieldDescriptorProto::descriptor() { function in class:google::protobuf::FieldDescriptorProto
3063 const ::google::protobuf::Descriptor* EnumDescriptorProto::descriptor() { function in class:google::protobuf::EnumDescriptorProto
3380 const ::google::protobuf::Descriptor* EnumValueDescriptorProto::descriptor() { function in class:google::protobuf::EnumValueDescriptorProto
3692 const ::google::protobuf::Descriptor* ServiceDescriptorProto::descriptor() { function in class:google::protobuf::ServiceDescriptorProto
4017 const ::google::protobuf::Descriptor* MethodDescriptorProto::descriptor() { function in class:google::protobuf::MethodDescriptorProto
4438 const ::google::protobuf::Descriptor* FileOptions::descriptor() { function in class:google::protobuf::FileOptions
5094 const ::google::protobuf::Descriptor* MessageOptions::descriptor() { function in class:google::protobuf::MessageOptions
5434 const ::google::protobuf::Descriptor* FieldOptions::descriptor() { function in class:google::protobuf::FieldOptions
5906 const ::google::protobuf::Descriptor* EnumOptions::descriptor() { function in class:google::protobuf::EnumOptions
6172 const ::google::protobuf::Descriptor* EnumValueOptions::descriptor() { function in class:google::protobuf::EnumValueOptions
6397 const ::google::protobuf::Descriptor* ServiceOptions::descriptor() { function in class:google::protobuf::ServiceOptions
6622 const ::google::protobuf::Descriptor* MethodOptions::descriptor() { function in class:google::protobuf::MethodOptions
6853 const ::google::protobuf::Descriptor* UninterpretedOption_NamePart::descriptor() { function in class:google::protobuf::UninterpretedOption_NamePart
7132 const ::google::protobuf::Descriptor* UninterpretedOption::descriptor() { function in class:google::protobuf::UninterpretedOption
7614 const ::google::protobuf::Descriptor* SourceCodeInfo_Location::descriptor() { function in class:google::protobuf::SourceCodeInfo_Location
8017 const ::google::protobuf::Descriptor* SourceCodeInfo::descriptor() { function in class:google::protobuf::SourceCodeInfo
    [all...]
  /external/chromium_org/v8/src/
v8globals.h 121 class Descriptor;
  /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/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 47 const DWARFDebugArangeSet::Descriptor *ArangeDescPtr =
  /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/protobuf/python/google/protobuf/internal/
descriptor_test.py 33 """Unittest for google.protobuf.internal.descriptor."""
41 from google.protobuf import descriptor namespace
53 self.my_file = descriptor.FileDescriptor(
57 self.my_enum = descriptor.EnumDescriptor(
63 descriptor.EnumValueDescriptor(name='FOREIGN_FOO', index=0, number=4),
64 descriptor.EnumValueDescriptor(name='FOREIGN_BAR', index=1, number=5),
65 descriptor.EnumValueDescriptor(name='FOREIGN_BAZ', index=2, number=6),
67 self.my_message = descriptor.Descriptor(
74 descriptor.FieldDescriptor
    [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/v8/src/
v8globals.h 123 class Descriptor;
  /external/javassist/src/main/javassist/
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/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 68 public Descriptors.Descriptor getDescriptorForType() {
120 public Descriptors.Descriptor getDescriptorForType() {
WireFormatTest.java 273 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
276 .setField(descriptor.findFieldByName("my_int"), 1L)
277 .setField(descriptor.findFieldByName("my_string"), "foo")
278 .setField(descriptor.findFieldByName("my_float"), 1.0F)
311 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
314 .setField(descriptor.findFieldByName("my_int"), 1L)
315 .setField(descriptor.findFieldByName("my_string"), "foo")
316 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]

Completed in 948 milliseconds

1 2 3 4 5 6 78 91011>>