HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 301 - 325 of 340) sorted by null

<<11121314

  /art/runtime/
utils.cc 225 std::string PrettyDescriptor(const char* descriptor) {
227 const char* c = descriptor;
252 default: return descriptor;
569 std::string descriptor(class_name);
570 std::replace(descriptor.begin(), descriptor.end(), '.', '/');
571 if (descriptor.length() > 0 && descriptor[0] != '[') {
572 descriptor = "L" + descriptor + ";"
    [all...]
check_jni.cc     [all...]
class_linker.cc 113 static bool HasInitWithString(Thread* self, ClassLinker* class_linker, const char* descriptor)
119 mirror::Class* exception_class = class_linker->FindClass(self, descriptor, class_loader);
144 const char* descriptor = obj->AsClass()->GetDescriptor(&temp); local
146 if (HasInitWithString(self, class_linker, descriptor)) {
147 self->ThrowNewException(descriptor, PrettyDescriptor(c).c_str());
149 self->ThrowNewException(descriptor, nullptr);
333 void ClassLinker::CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor) {
334 mirror::Class* c2 = FindSystemClass(self, descriptor);
336 LOG(FATAL) << "Could not find class " << descriptor;
343 LOG(FATAL) << "InitWithoutImage: Class mismatch for " << descriptor
2593 const char* descriptor = dex_file.GetFieldTypeDescriptor(field_id); local
2912 const char* descriptor = dex_file.GetClassDescriptor(dex_class_def); local
3348 const char* descriptor = Primitive::Descriptor(type); local
3667 const char* descriptor = klass->GetDescriptor(&temp); local
7444 const char* descriptor = dex_file.StringByTypeIdx(type_idx); local
7964 const char* descriptor = class_roots_descriptors[class_root]; local
8243 const char* descriptor = dex_file->GetTypeDescriptor(type_id); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 44 #include <google/protobuf/descriptor.pb.h>
87 const Message* descriptor,
91 source_locations_.Find(descriptor, location, &line, &column);
1569 const Descriptor* descriptor = root.GetDescriptor(); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/protobuf/src/google/protobuf/
test_util.cc 42 #include <google/protobuf/descriptor.h>
2529 const Descriptor* descriptor = message->GetDescriptor(); local
2552 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /external/v8/src/
objects.cc 43 #include "src/property-descriptor.h"
9829 int descriptor = transition->LastAdded(); local
9917 int descriptor = transition->LastAdded(); local
9938 int descriptor = old_descriptors->SearchWithCache(*name, *map); local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 5099 milliseconds

<<11121314