HomeSort by relevance Sort by last modified time
    Searched defs:kh (Results 1 - 9 of 9) sorted by null

  /art/runtime/mirror/
class.cc 194 ClassHelper kh(this);
196 << "'" << kh.GetDescriptor() << "' cl=" << GetClassLoader() << " -----\n",
207 if (kh.NumDirectInterfaces() > 0) {
208 os << " interfaces (" << kh.NumDirectInterfaces() << "):\n";
209 for (size_t i = 0; i < kh.NumDirectInterfaces(); ++i) {
210 Class* interface = kh.GetDirectInterface(i);
541 ClassHelper kh; local
549 kh.ChangeClass(k);
550 for (uint32_t i = 0; i < kh.NumDirectInterfaces(); ++i) {
551 Class* interface = kh.GetDirectInterface(i)
562 ClassHelper kh; local
584 ClassHelper kh; local
    [all...]
  /art/runtime/
class_linker_test.cc 108 ClassHelper kh(array);
113 ASSERT_STREQ(array_descriptor.c_str(), kh.GetDescriptor());
118 kh.ChangeClass(array->GetComponentType());
119 ASSERT_TRUE(kh.GetDescriptor() != NULL);
137 kh.ChangeClass(array);
138 EXPECT_EQ(2U, kh.NumDirectInterfaces());
143 kh.ChangeClass(kh.GetDirectInterface(0));
144 EXPECT_STREQ(kh.GetDescriptor(), "Ljava/lang/Cloneable;");
145 kh.ChangeClass(array)
1049 ClassHelper kh; local
    [all...]
class_linker.cc 396 ClassHelper kh(class_array_class.get(), this);
397 CHECK_EQ(java_lang_Cloneable, kh.GetDirectInterface(0));
398 CHECK_EQ(java_io_Serializable, kh.GetDirectInterface(1));
399 kh.ChangeClass(object_array_class.get());
400 CHECK_EQ(java_lang_Cloneable, kh.GetDirectInterface(0));
401 CHECK_EQ(java_io_Serializable, kh.GetDirectInterface(1));
2227 ClassHelper kh; local
    [all...]
debugger.cc 3750 ClassHelper kh; local
    [all...]
  /external/libvorbis/lib/
smallft.c 575 int na,kh,nf; local
584 kh=nf-k1;
585 ip=ifac[kh+1];
  /external/speex/libspeex/
smallft.c 577 int na,kh,nf; local
586 kh=nf-k1;
587 ip=ifac[kh+1];
  /system/core/sdcard/
fuse.h 522 __u64 kh; member in struct:fuse_poll_in
533 __u64 kh; member in struct:fuse_notify_poll_wakeup_out
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 1081 Transliterator* kh = Transliterator::createInstance("Katakana-Hiragana", UTRANS_FORWARD, parseError, status); local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 1082 Transliterator* kh = Transliterator::createInstance("Katakana-Hiragana", UTRANS_FORWARD, parseError, status); local
    [all...]

Completed in 341 milliseconds