HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 676 - 700 of 1238) sorted by null

<<21222324252627282930>>

  /art/dex2oat/driver/
compiler_driver.cc 357 const char* descriptor = dex_file.GetClassDescriptor(class_def); local
359 ObjPtr<mirror::Class> klass = class_linker->FindClass(self, descriptor, class_loader);
766 const char* descriptor = dex_file.StringByTypeIdx(type_index); local
771 if (descriptor[0] == 'L' && driver->GetCompilerOptions().IsImageClass(descriptor)) {
776 CHECK(klass != nullptr) << descriptor << " should have been previously resolved.";
1102 const char* descriptor = dex_file->GetTypeDescriptor(type_id); local
1129 const char* descriptor = klass->GetDescriptor(&temp); local
1531 const char* descriptor = exception->GetClass()->GetDescriptor(&temp); local
1723 const char* descriptor = accessor.GetDescriptor(); local
1888 const char* descriptor = dex_file.GetClassDescriptor(class_def); variable
2031 const char* descriptor = dex_file.GetClassDescriptor(class_def); variable
2097 const char* descriptor = dex_file.StringDataByIdx(class_type_id.descriptor_idx_); variable
2122 const char* descriptor = dex_file.StringDataByIdx(class_type_id.descriptor_idx_); local
2232 *file_log << descriptor << "\\n"; local
    [all...]
  /art/runtime/
class_root.h 109 #define CLASS_ROOT_ENUMERATOR(name, descriptor, mirror_type) name,
155 #define SPECIALIZE_CLASS_ROOT_SELECTOR(name, descriptor, mirror_type) \
  /art/runtime/native/
dalvik_system_DexFile.cc 438 const std::string descriptor(DotToDescriptor(class_name.c_str()));
439 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
442 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash);
457 descriptor.c_str(),
499 const char* descriptor = dex_file->GetClassDescriptor(class_def); local
500 descriptors.insert(descriptor);
513 std::string descriptor(DescriptorToDot(*it));
514 ScopedLocalRef<jstring> jdescriptor(env, env->NewStringUTF(descriptor.c_str()));
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTestCase.java 122 final AssetFileDescriptor descriptor = local
125 try (AutoCloseInputStream in = new AutoCloseInputStream(descriptor)) {
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 105 String descriptor) {
111 String descriptor, Member member) {
  /external/fonttools/Doc/source/designspaceLib/
scripting.rst 35 - Attributes of the :ref:`source-descriptor-object`
36 - Attributes of the :ref:`instance-descriptor-object`
37 - Attributes of the :ref:`axis-descriptor-object`
43 Make a descriptor object and add it to the document.
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
Helloworld.cs 17 #region Descriptor
18 /// <summary>File descriptor for helloworld.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Helloworld.HelloworldReflection
33 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
54 public static pbr::MessageDescriptor Descriptor {
55 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; }
59 pbr::MessageDescriptor pb::IMessage.Descriptor {
60 get { return Descriptor; }
    [all...]
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
Helloworld.cs 17 #region Descriptor
18 /// <summary>File descriptor for helloworld.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Helloworld.HelloworldReflection
33 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
54 public static pbr::MessageDescriptor Descriptor {
55 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; }
59 pbr::MessageDescriptor pb::IMessage.Descriptor {
60 get { return Descriptor; }
    [all...]
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
Helloworld.cs 15 #region Descriptor
16 /// <summary>File descriptor for helloworld.proto</summary>
17 public static pbr::FileDescriptor Descriptor {
18 get { return descriptor; }
20 private static pbr::FileDescriptor descriptor; field in class:Helloworld.HelloworldReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
51 public static pbr::MessageDescriptor Descriptor {
52 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; }
56 pbr::MessageDescriptor pb::IMessage.Descriptor {
57 get { return Descriptor; }
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.HealthCheck/
Health.cs 17 #region Descriptor
18 /// <summary>File descriptor for grpc/health/v1/health.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Health.V1.HealthReflection
37 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
55 public static pbr::MessageDescriptor Descriptor {
56 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.MessageTypes[0]; }
60 pbr::MessageDescriptor pb::IMessage.Descriptor {
61 get { return Descriptor; }
    [all...]
  /external/grpc-grpc/src/python/grpcio_tests/tests/reflection/
_reflection_servicer_test.py 45 def _file_descriptor_to_proto(descriptor):
47 descriptor.CopyToProto(proto)
75 _file_descriptor_to_proto(empty_pb2.DESCRIPTOR),))),
99 _file_descriptor_to_proto(empty_pb2.DESCRIPTOR),))),
128 empty2_extensions_pb2.DESCRIPTOR),))),
  /external/icu/icu4c/source/common/
serv.h 57 * descriptor to use in querying the cache and factories, and
61 * The descriptor contains an optional prefix, followed by '/'
64 * kinds of formatters for the same locale, use the descriptor
119 * <p>Return the current descriptor. This implementation appends
120 * the current descriptor to result. Result is returned as a convenience.</p>
122 * <p>The current descriptor is used to fully
125 * particular descriptor. The factory can either parse the
126 * descriptor or use custom API on the key in order to
164 * <p>A utility to parse the prefix out of a descriptor string. Only
168 * @param result an input/output parameter that on entry is a descriptor, and
    [all...]
  /external/kotlinc/lib/
allopen-compiler-plugin.jar 
  /external/libusb/android/jni/
libusb.mk 32 $(LIBUSB_ROOT_REL)/libusb/descriptor.c \
  /external/perfetto/test/trace_processor/
synth_common.py 18 from google.protobuf import descriptor, descriptor_pb2, message_factory, reflection
116 'trace_descriptor', type=str, help='location of trace descriptor')
128 f_desc = descriptor.FileDescriptor(
  /external/perfetto/tools/ftrace_proto_gen/
main.cc 27 #include <google/protobuf/descriptor.h>
28 #include <google/protobuf/descriptor.pb.h>
169 const google::protobuf::Descriptor* d =
  /external/protobuf/csharp/
generate_protos.sh 28 # descriptor.proto and well-known types
31 src/google/protobuf/descriptor.proto \
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/any.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.AnyReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
106 public static pbr::MessageDescriptor Descriptor {
107 get { return global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor.MessageTypes[0]; }
110 pbr::MessageDescriptor pb::IMessage.Descriptor {
111 get { return Descriptor; }
    [all...]
Duration.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/duration.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.DurationReflection
32 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
89 public static pbr::MessageDescriptor Descriptor {
90 get { return global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor.MessageTypes[0]; }
93 pbr::MessageDescriptor pb::IMessage.Descriptor {
94 get { return Descriptor; }
    [all...]
Timestamp.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/timestamp.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.TimestampReflection
32 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
101 public static pbr::MessageDescriptor Descriptor {
102 get { return global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor.MessageTypes[0]; }
105 pbr::MessageDescriptor pb::IMessage.Descriptor {
106 get { return Descriptor; }
    [all...]
  /external/protobuf/
generate_descriptor_proto.sh 3 # Run this script to regenerate descriptor.pb.{h,cc} after the protocol
34 google/protobuf/descriptor.proto \
47 echo "Updating descriptor protos..."
  /external/protobuf/php/ext/google/protobuf/
protobuf.h 13 struct Descriptor;
23 typedef struct Descriptor Descriptor;
70 struct Descriptor {
158 Descriptor* descriptor; // kept alive by self.class.descriptor reference. member in struct:MessageHeader
164 zval* descriptor; member in struct:MessageBuilderContext
170 // VALUE descriptor;
189 Descriptor* php_to_descriptor(zval* value TSRMLS_DC)
    [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/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 50 #include <google/protobuf/descriptor.pb.h>
51 #include <google/protobuf/descriptor.h>
  /external/selinux/libselinux/src/
selinuxswig_python.i 78 %append_output(SWIG_NewPointerObj(*$1, $descriptor(security_id_t), 0));

Completed in 3581 milliseconds

<<21222324252627282930>>