HomeSort by relevance Sort by last modified time
    Searched refs:get4 (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
IntermediateClass.java 53 public static int get4(boolean condition) { method in class:IntermediateClass
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
ActivityTest.java 56 assertEquals(11, IntermediateClass.get4(true));
NoActivityJUnit3Test.java 53 Assert.assertEquals(11, IntermediateClass.get4(true));
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 244 // get4 returns the little-endian 32-bit value in b.
245 func get4(b []byte) int { func
279 if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
283 size := get4(buf[12:])
284 off := get4(buf[16:])
315 if get4(buf) != zcheader {
319 size := get4(buf[24:])
323 off := get4(buf[42:])
351 get4(buf) != zheader ||
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 244 // get4 returns the little-endian 32-bit value in b.
245 func get4(b []byte) int { func
279 if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
283 size := get4(buf[12:])
284 off := get4(buf[16:])
315 if get4(buf) != zcheader {
319 size := get4(buf[24:])
323 off := get4(buf[42:])
351 get4(buf) != zheader ||
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Row.java 90 public C4 get4() { method in class:Row
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 86 public C4 get4() { method in class:Row
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
MainActivity.java 50 + new com.android.multidexlegacytestapp.manymethods.Big004().get4()
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 133 new com.android.framework.multidexlegacytestservices.manymethods.Big004().get4() +
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
Big001.java 36 public int get4() { method in class:Big001
    [all...]
Big002.java 36 public int get4() { method in class:Big002
    [all...]
Big003.java 36 public int get4() { method in class:Big003
    [all...]
Big004.java 36 public int get4() { method in class:Big004
    [all...]
Big005.java 36 public int get4() { method in class:Big005
    [all...]
Big006.java 36 public int get4() { method in class:Big006
    [all...]
Big007.java 36 public int get4() { method in class:Big007
    [all...]
Big008.java 36 public int get4() { method in class:Big008
    [all...]
Big009.java 36 public int get4() { method in class:Big009
    [all...]
Big010.java 36 public int get4() { method in class:Big010
    [all...]
Big011.java 36 public int get4() { method in class:Big011
    [all...]
Big012.java 36 public int get4() { method in class:Big012
    [all...]
Big013.java 36 public int get4() { method in class:Big013
    [all...]
Big014.java 36 public int get4() { method in class:Big014
    [all...]
Big015.java 36 public int get4() { method in class:Big015
    [all...]
Big016.java 36 public int get4() { method in class:Big016
    [all...]

Completed in 529 milliseconds

1 2 3 4 5 6 7 8