Home
last modified time | relevance | path

Searched defs:InputType (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs53 public MessageDescriptor InputType { get { return inputType; } } property in Google.Protobuf.Reflection.MethodDescriptor
DDescriptor.cs2547 public string InputType { property in Google.Protobuf.Reflection.MethodDescriptorProto
/frameworks/base/core/java/android/text/
DInputType.java41 public interface InputType { interface
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1562 class InputType : public ManifestExtractor::Element { class