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

  /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;
  /art/runtime/gc/space/
space_test.cc 97 // Succeeds, fits without adjusting the footprint limit.
101 // Fails, requires a higher footprint limit.
105 // Succeeds, adjusts the footprint.
111 // Fails, requires a higher footprint limit.
115 // Also fails, requires a higher allowed footprint.
141 // Succeeds, fits without adjusting the footprint limit.
145 // Fails, requires a higher footprint limit.
149 // Succeeds, adjusts the footprint.
169 // Succeeds, fits without adjusting the footprint limit.
173 // Fails, requires a higher footprint limit
317 size_t footprint = mspace_footprint(mspace); local
    [all...]
dlmalloc_space.cc 153 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
154 // size of the large allocation) will be greater than the footprint limit.
226 // create mspace using our backing storage starting at begin and with a footprint of
261 size_t footprint = mspace_footprint(mspace_); local
262 mspace_set_footprint_limit(mspace_, footprint);
410 // Callback from dlmalloc when it needs to increase the footprint
429 // Should never be asked for negative footprint (ie before begin)
486 // Compare against the actual footprint, rather than the Size(), because the heap may not have
  /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 121 * size but should never be set below the current footprint of the
230 * Returns the current footprint of all heaps. If includeActive
235 size_t footprint = 0; local
245 footprint += mspace_footprint(hs->heaps[i].msp);
247 return footprint;
316 // Create mspace using our backing storage starting at begin and with a footprint of
354 // Should never be asked for negative footprint (ie before base).
718 /* Ensure heaps are trimmed to minimize footprint pre-fork.
998 /* Grow as much as possible, but don't let the real footprint
1052 * reflect any footprint modifications that had to happen
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 1835 milliseconds