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

1 2 3 4 5 6 7 8

  /external/v8/test/mjsunit/compiler/
proto-chain-load.js 38 function get4(obj) { return obj.f4; } function
40 assertEquals(4, get4(obj0));
41 assertEquals(4, get4(obj0));
42 %OptimizeFunctionOnNextCall(get4);
43 assertEquals(4, get4(obj0));
44 assertEquals(4, get4(obj0));
proto-chain-constant.js 39 function get4(obj) { return obj.f4; } function
41 assertEquals(4, get4(obj0)());
42 assertEquals(4, get4(obj0)());
43 %OptimizeFunctionOnNextCall(get4);
44 assertEquals(4, get4(obj0)());
46 assertEquals(5, get4(obj0)());
  /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
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 221 // get4 returns the little-endian 32-bit value in b.
222 func get4(b []byte) int { func
254 if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
258 size := get4(buf[12:])
259 off := get4(buf[16:])
290 if get4(buf) != zcheader {
294 size := get4(buf[24:])
298 off := get4(buf[42:])
326 get4(buf) != zheader ||
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 221 // get4 returns the little-endian 32-bit value in b.
222 func get4(b []byte) int { func
254 if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
258 size := get4(buf[12:])
259 off := get4(buf[16:])
290 if get4(buf) != zcheader {
294 size := get4(buf[24:])
298 off := get4(buf[42:])
326 get4(buf) != zheader ||
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go 132 func get4(p []byte) uint32 { func
182 z.ModTime = time.Unix(int64(get4(z.buf[4:8])), 0)
263 crc32, isize := get4(z.buf[0:4]), get4(z.buf[4:8])
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go 132 func get4(p []byte) uint32 { func
182 z.ModTime = time.Unix(int64(get4(z.buf[4:8])), 0)
263 crc32, isize := get4(z.buf[0:4]), get4(z.buf[4:8])
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Row.java 88 public C4 get4() { method in class:Row
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 84 public C4 get4() { method in class:Row
  /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 384 milliseconds

1 2 3 4 5 6 7 8