HomeSort by relevance Sort by last modified time
    Searched full:get32 (Results 201 - 208 of 208) sorted by null

1 2 3 4 5 6 7 89

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/manymethods/
Big077.java 148 public int get32() { method in class:Big077
    [all...]
Big078.java 148 public int get32() { method in class:Big078
    [all...]
Big079.java 148 public int get32() { method in class:Big079
    [all...]
Big080.java 148 public int get32() { method in class:Big080
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)
888 GET32(ttl);
1036 #undef GET32
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 2946 get32(png_bytep buffer, int offset) function
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 455 boolean isZero = l.get32() == 0.f;
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 89