| /external/javassist/src/main/javassist/bytecode/ |
| ClassFile.java | 407 oldname = Descriptor.toJvmName(oldname); 408 newname = Descriptor.toJvmName(newname); 417 minfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); 426 finfo.setDescriptor(Descriptor.rename(desc, oldname, newname)); 441 String jvmNewThisName = (String)classnames.get(Descriptor 444 thisclassname = Descriptor.toJavaName(jvmNewThisName); 454 minfo.setDescriptor(Descriptor.rename(desc, classnames)); 463 finfo.setDescriptor(Descriptor.rename(desc, classnames)); 481 Descriptor.rename(desc, classnames); 490 Descriptor.rename(desc, classnames) 660 String descriptor = newMinfo.getDescriptor(); local [all...] |
| /external/pdfium/third_party/lcms/include/ |
| lcms2_plugin.h | 441 cmsTagDescriptor Descriptor;
|
| /external/v8/src/compiler/ |
| js-generic-lowering.cc | 94 const CallInterfaceDescriptor& descriptor = callable.descriptor(); local 96 isolate(), zone(), descriptor, descriptor.GetStackParameterCount(), flags, 212 typedef StoreWithVectorDescriptor Descriptor; 214 node->ReplaceInput(Descriptor::kReceiver, receiver); 215 node->ReplaceInput(Descriptor::kName, key); 216 node->ReplaceInput(Descriptor::kValue, value); 217 node->ReplaceInput(Descriptor::kSlot, 219 node->ReplaceInput(Descriptor::kVector, vector) [all...] |
| /frameworks/base/media/java/android/media/audiofx/ |
| AudioEffect.java | 208 * The effect descriptor contains information on a particular effect implemented in the 226 public static class Descriptor { 228 public Descriptor() { 245 public Descriptor(String type, String uuid, String connectMode, 334 * Effect descriptor 336 private Descriptor mDescriptor; 407 Descriptor[] desc = new Descriptor[1]; 453 * Get the effect descriptor. 455 * @see android.media.audiofx.AudioEffect.Descriptor [all...] |
| /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 70 class Descriptor; 80 // Defined in descriptor.proto 101 // Defined in descriptor.cc 123 // message. To obtain the Descriptor for a given message object, call 125 // static method called descriptor() which returns the type's descriptor. 127 class LIBPROTOBUF_EXPORT Descriptor { 139 // Index of this descriptor within the file or containing type's message 146 // If this Descriptor describes a nested type, this returns the typ [all...] |
| /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 70 class Descriptor; 80 // Defined in descriptor.proto 101 // Defined in descriptor.cc 123 // message. To obtain the Descriptor for a given message object, call 125 // static method called descriptor() which returns the type's descriptor. 127 class LIBPROTOBUF_EXPORT Descriptor { 139 // Index of this descriptor within the file or containing type's message 146 // If this Descriptor describes a nested type, this returns the typ [all...] |
| /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 70 class Descriptor; 80 // Defined in descriptor.proto 101 // Defined in descriptor.cc 123 // message. To obtain the Descriptor for a given message object, call 125 // static method called descriptor() which returns the type's descriptor. 127 class LIBPROTOBUF_EXPORT Descriptor { 139 // Index of this descriptor within the file or containing type's message 146 // If this Descriptor describes a nested type, this returns the typ [all...] |
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 70 class Descriptor; 80 // Defined in descriptor.proto 101 // Defined in descriptor.cc 123 // message. To obtain the Descriptor for a given message object, call 125 // static method called descriptor() which returns the type's descriptor. 127 class LIBPROTOBUF_EXPORT Descriptor { 139 // Index of this descriptor within the file or containing type's message 146 // If this Descriptor describes a nested type, this returns the typ [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,
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| Descriptor.cs | 2 // source: google/protobuf/descriptor.proto 12 /// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary> 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/descriptor.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.Reflection.DescriptorReflection 141 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 179 public static pbr::MessageDescriptor Descriptor { [all...] |
| /external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
| Conformance.cs | 16 #region Descriptor 17 /// <summary>File descriptor for conformance.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Conformance.ConformanceReflection 187 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 188 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.StructReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Protobuf.We (…) [all...] |
| /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
| UnittestProto3.cs | 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/unittest_proto3.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestProto3Reflection 153 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 154 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor, }, 243 public static pbr::MessageDescriptor Descriptor { 244 get { return global::Google.Protobuf.TestProtos.UnittestProto3Reflection.Descriptor.MessageTypes[0]; } 247 pbr::MessageDescriptor pb::IMessage.Descriptor { [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/ |
| HiiFramework.h | 391 EFI_KEY_DESCRIPTOR *Descriptor;
847 @param DescriptorCount A pointer to the number of Descriptor entries being
849 @param Descriptor A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR
860 OUT EFI_KEY_DESCRIPTOR *Descriptor
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/ |
| Hii.h | 411 EFI_KEY_DESCRIPTOR *Descriptor;
596 OUT EFI_KEY_DESCRIPTOR * Descriptor
|
| /external/golang-protobuf/_conformance/conformance_proto/ |
| conformance.pb.go | 134 func (*ConformanceRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 259 func (*ConformanceResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } [all...] |
| /external/golang-protobuf/protoc-gen-go/descriptor/ |
| descriptor.pb.go | 2 // source: google/protobuf/descriptor.proto 5 Package descriptor is a generated protocol buffer package. 8 google/protobuf/descriptor.proto 32 package descriptor package 351 func (*FileDescriptorSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 391 func (*FileDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } 497 func (*DescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } 578 func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { 608 func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { 664 func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} [all...] |
| /external/protobuf/src/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 76 class Descriptor; 87 // Defined in descriptor.proto 109 // Defined in descriptor.cc 143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details. 149 // Options when generating machine-parsable output from a descriptor with 168 // message. To obtain the Descriptor for a given message object, call 170 // static method called descriptor() which returns the type's descriptor. 172 class LIBPROTOBUF_EXPORT Descriptor { [all...] |
| /external/v8/src/builtins/ |
| builtins-promise.cc | [all...] |
| builtins-regexp.cc | [all...] |
| /external/v8/src/ic/ |
| accessor-assembler.cc | 176 typedef LoadWithVectorDescriptor Descriptor; 177 TailCallStub(Descriptor(isolate()), handler, p->context, p->receiver, 286 Node* descriptor = local 289 UintPtrLessThan(descriptor, 291 Node* value = LoadFixedArrayElement(descriptors, descriptor); 508 StoreWithVectorDescriptor descriptor(isolate()); 509 TailCallStub(descriptor, handler, p->context, p->receiver, p->name, 526 StoreWithVectorDescriptor descriptor(isolate()); 527 TailCallStub(descriptor, code_handler, p->context, p->receiver, p->name, [all...] |
| ic.cc | 1842 int descriptor = transition->LastAdded(); local 2016 int descriptor = lookup->GetFieldDescriptorIndex(); local [all...] |
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| descriptor.h | 36 // You can use a message's descriptor to learn at runtime what fields 76 class Descriptor; 87 // Defined in descriptor.proto 109 // Defined in descriptor.cc 143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details. 149 // Options when generating machine-parsable output from a descriptor with 168 // message. To obtain the Descriptor for a given message object, call 170 // static method called descriptor() which returns the type's descriptor. 172 class LIBPROTOBUF_EXPORT Descriptor { [all...] |
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| Descriptors.java | 51 * Every message type has a {@link Descriptor}, which lists all 53 * type's descriptor by calling {@code MessageType.getDescriptor()}, or 57 * {@code Descriptor.getFile()}. A {@link FileDescriptor} contains descriptors 62 * {@code google/protobuf/descriptor.proto}. 76 /** Convert the descriptor to its protocol message representation. */ 107 /** Get the {@code FileOptions}, defined in {@code descriptor.proto}. */ 111 public List<Descriptor> getMessageTypes() { 164 * @return The message type's descriptor, or {@code null} if not found. 166 public Descriptor findMessageTypeByName(String name) { 176 if (result != null && result instanceof Descriptor & 2409 private final GenericDescriptor descriptor; field in class:Descriptors.DescriptorPool.DescriptorIntPair [all...] |
| /external/v8/src/crankshaft/ |
| hydrogen-instructions.cc | [all...] |
| /external/v8/tools/ |
| grokdump.py | 74 class Descriptor(object): 75 """Descriptor of a structure in a memory.""" 85 self.ctype = Descriptor._GetCtype(fields) 94 partial_ctype = Descriptor._GetCtype(fields_copy[:last]) 102 complete_ctype = Descriptor._GetCtype(fields_copy[:last]) 184 MINIDUMP_HEADER = Descriptor([ 194 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([ 199 MINIDUMP_STRING = Descriptor([ 204 MINIDUMP_DIRECTORY = Descriptor([ 211 MINIDUMP_EXCEPTION = Descriptor([ [all...] |