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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
KeyManagerFactorySpiTest.java 82 KeyStore kst = KeyStore.getInstance(KeyStore.getDefaultType()); local
83 kst.load(null, null);
84 kmf.engineInit(kst, psw);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CalendarTests.java 122 TimeZone kst = TimeZone.getTimeZone("Asia/Seoul"); local
126 calendars[i] = new DangiCalendar(kst, ULocale.forLocale(locales[i]));
233 TimeZone kst = TimeZone.getTimeZone("Asia/Tehran"); local
237 calendars[i] = new PersianCalendar(kst, ULocale.forLocale(locales[i]));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CalendarTests.java 121 TimeZone kst = TimeZone.getTimeZone("Asia/Seoul"); local
125 calendars[i] = new DangiCalendar(kst, ULocale.forLocale(locales[i]));
232 TimeZone kst = TimeZone.getTimeZone("Asia/Tehran"); local
236 calendars[i] = new PersianCalendar(kst, ULocale.forLocale(locales[i]));
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 4301 SoftbodyJNI.btSoftBody_PSolve_Anchors(btSoftBody.getCPtr(psb), psb, kst, ti); local
4305 SoftbodyJNI.btSoftBody_PSolve_RContacts(btSoftBody.getCPtr(psb), psb, kst, ti); local
4313 SoftbodyJNI.btSoftBody_PSolve_Links(btSoftBody.getCPtr(psb), psb, kst, ti); local
4317 SoftbodyJNI.btSoftBody_VSolve_Links(btSoftBody.getCPtr(psb), psb, kst); local
    [all...]

Completed in 129 milliseconds