HomeSort by relevance Sort by last modified time
    Searched full:super_ (Results 1 - 5 of 5) sorted by null

  /art/test/004-JniTest/
jni_test.cc 385 super_(GetClass("JniCallNonvirtualTest")),
387 super_constructor_(GetMethodID(super_, true, "<init>")),
388 super_static_(GetMethodID(super_, false, "staticMethod")),
389 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
393 super_field_(GetFieldID(super_, "nonstaticMethodSuperCalled")),
394 sub_field_(GetFieldID(super_, "nonstaticMethodSubCalled")) {}
407 jclass const super_; member in class:art::JniCallNonvirtualVoidMethodTest
496 CallMethod(nullptr, super_, super_static_, false, "null object, super class, super static");
509 CallMethod(nullptr, super_, sub_static_, false, "null object, super class, sub static");
514 jobject super_super = CallConstructor(super_, super_constructor_)
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 319 this.wrappedDate_ = new MockDate.super_(MockDate.currentDateString_);
326 MockDate.super_ = Date;
  /external/chromium-libpac/test/
proxy_test_script.h 480 " this.wrappedDate_ = new MockDate.super_(MockDate.currentDateString_);\n" \
487 " MockDate.super_ = Date;\n" \
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 522 // TODO: don't include a super_ method if the target is abstract!
    [all...]
  /external/v8/src/debug/
mirrors.js 157 ctor.super_ = superCtor.prototype;
    [all...]

Completed in 313 milliseconds