Searched defs:Descriptor (Results 1 - 12 of 12) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DDescriptor.java35 public @interface Descriptor { interface
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h39 struct Descriptor { struct in class:llvm::DWARFDebugArangeSet
46 typedef std::vector<Descriptor> DescriptorColl;
66 const Descriptor *getDescriptor(uint32_t i) const {
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java29 public class Descriptor { class
155 * @see Descriptor#toJvmName(String)
200 * @see Descriptor#toJvmName(String)
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py33 # Descriptor.__init__(), we should make a deep copy and then set
156 raise Error('Descriptor does not contain serialization.')
159 class Descriptor(_NestedDescriptorBase): class in inherits:_NestedDescriptorBase
161 """Descriptor for a protocol message type.
163 A Descriptor instance has the following attributes:
170 containing_type: (Descriptor) Reference to the descriptor of the
182 nested_types: (list of Descriptors) Descriptor references
184 nested_types_by_name: (dict str -> Descriptor) Same Descriptor
186 in each Descriptor
[all...]
/external/v8/src/
H A Dproperty.h44 class Descriptor BASE_EMBEDDED {
79 Descriptor() : details_(Smi::FromInt(0)) {} function in class:v8::internal::BASE_EMBEDDED
87 Descriptor(String* key, Object* value, PropertyDetails details) function in class:v8::internal::BASE_EMBEDDED
92 Descriptor(String* key, function in class:v8::internal::BASE_EMBEDDED
108 class MapTransitionDescriptor: public Descriptor {
111 : Descriptor(key, map, attributes, MAP_TRANSITION) { }
114 class ElementsTransitionDescriptor: public Descriptor {
118 : Descriptor(key, map_or_array, PropertyDetails(NONE,
127 class ConstTransitionDescriptor: public Descriptor {
130 : Descriptor(ke
[all...]
/external/v8/tools/
H A Dll_prof.py485 class Descriptor(object): class in inherits:object
486 """Descriptor of a structure in the binary trace log."""
496 _fields_ = Descriptor.CtypesFields(fields)
509 return [(field, Descriptor.CTYPE_MAP[format]) for (field, format) in fields]
516 TRACE_HEADER_DESC = Descriptor([
529 PERF_EVENT_ATTR_DESC = Descriptor([
544 PERF_EVENT_HEADER_DESC = Descriptor([
551 PERF_MMAP_EVENT_BODY_DESC = Descriptor([
625 self.ip_struct = Descriptor.CTYPE_MAP[PERF_SAMPLE_EVENT_IP_FORMAT]
668 return Descriptor(field
[all...]
H A Dgrokdump.py64 class Descriptor(object): class in inherits:object
65 """Descriptor of a structure in a memory."""
75 self.ctype = Descriptor._GetCtype(fields)
84 partial_ctype = Descriptor._GetCtype(fields_copy[:last])
92 complete_ctype = Descriptor._GetCtype(fields_copy[:last])
112 MINIDUMP_HEADER = Descriptor([
122 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([
127 MINIDUMP_DIRECTORY = Descriptor([
134 MINIDUMP_EXCEPTION = Descriptor([
144 MINIDUMP_EXCEPTION_STREAM = Descriptor([
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java45 * Every message type has a {@link Descriptor}, which lists all
77 public List<Descriptor> getMessageTypes() {
107 public Descriptor findMessageTypeByName(String name) {
117 if (result != null && result instanceof Descriptor &&
119 return (Descriptor)result;
218 // to the Descriptor for that message's type. We also detect undefined
324 private final Descriptor[] messageTypes;
341 messageTypes = new Descriptor[proto.getMessageTypeCount()];
344 new Descriptor(proto.getMessageType(i), this, null, i);
366 for (final Descriptor messageTyp
413 public static final class Descriptor implements GenericDescriptor { class in class:Descriptors
553 private Descriptor(final DescriptorProto proto, method in class:Descriptors.Descriptor
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h66 class Descriptor;
104 // message. To obtain the Descriptor for a given message object, call
108 class LIBPROTOBUF_EXPORT Descriptor { class in namespace:google::protobuf
127 // If this Descriptor describes a nested type, this returns the type
129 const Descriptor* containing_type() const;
138 // Write the contents of this Descriptor into the given DescriptorProto.
180 const Descriptor* nested_type(int index) const;
184 const Descriptor* FindNestedTypeByName(const string& name) const;
249 const Descriptor* containing_type_;
260 Descriptor* nested_types
272 Descriptor() {} function in class:google::protobuf::Descriptor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 595 milliseconds