HomeSort by relevance Sort by last modified time
    Searched refs:footprint (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.cpp 40 size_t footprint = dlmalloc_footprint() >> 20; local
44 return footprint + v8Usage;
  /external/smack/src/org/xbill/DNS/
DLVRecord.java 25 private int footprint; field in class:DLVRecord
39 * @param footprint The original KEY record's footprint (keyid).
45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg,
49 this.footprint = checkU16("footprint", footprint);
57 footprint = in.readU16();
65 footprint = st.getUInt16();
77 sb.append(footprint);
    [all...]
DSRecord.java 38 private int footprint; field in class:DSRecord
52 * @param footprint The original KEY record's footprint (keyid).
58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg,
62 this.footprint = checkU16("footprint", footprint);
82 footprint = in.readU16();
90 footprint = st.getUInt16();
102 sb.append(footprint);
    [all...]
RRSIGRecord.java 37 * @param footprint The footprint/key id of the signing key.
43 Date expire, Date timeSigned, int footprint, Name signer,
47 timeSigned, footprint, signer, signature);
SIGRecord.java 37 * @param footprint The footprint/key id of the signing key.
43 Date expire, Date timeSigned, int footprint, Name signer,
47 timeSigned, footprint, signer, signature);
SIGBase.java 23 protected int footprint; field in class:SIGBase
32 long origttl, Date expire, Date timeSigned, int footprint, Name signer,
46 this.footprint = checkU16("footprint", footprint);
59 footprint = in.readU16();
78 footprint = st.getUInt16();
101 sb.append (footprint);
157 /** Returns The footprint/key id of the signing key. */
160 return footprint;
    [all...]
KEYBase.java 22 protected int footprint = -1; field in class:KEYBase
104 * Returns the key's footprint (after computing it)
108 if (footprint >= 0)
109 return footprint;
135 footprint = (foot & 0xFFFF);
136 return footprint;
  /bionic/libc/upstream-dlmalloc/
malloc.c 2592 size_t footprint; member in struct:malloc_state
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2460 size_t footprint; member in struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2024 size_t footprint; member in struct:malloc_state
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2034 size_t footprint; member in struct:malloc_state
    [all...]
  /frameworks/base/data/fonts/
Android.mk 36 # We may only afford small font footprint.
  /external/llvm/
Makefile 235 show-footprint:
  /bionic/libc/netbsd/nameser/
ns_print.c 510 u_int typ, algorithm, labels, footprint; local
539 /* Signature Footprint. */
540 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
541 len = SPRINTF((tmp, "%u ", footprint));
  /dalvik/vm/alloc/
HeapSource.cpp 119 * size but should never be set below the current footprint of the
220 * Returns the current footprint of all heaps. If includeActive
225 size_t footprint = 0; local
235 footprint += mspace_footprint(hs->heaps[i].msp);
237 return footprint;
306 // Create mspace using our backing storage starting at begin and with a footprint of
344 // Should never be asked for negative footprint (ie before base).
671 /* Ensure heaps are trimmed to minimize footprint pre-fork.
916 /* Grow as much as possible, but don't let the real footprint
970 * reflect any footprint modifications that had to happen
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1281 milliseconds