HomeSort by relevance Sort by last modified time
    Searched refs:footprint (Results 1 - 15 of 15) 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.h 181 // Succeeds, fits without adjusting the footprint limit.
191 // Fails, requires a higher footprint limit.
195 // Succeeds, adjusts the footprint.
204 // Fails, requires a higher footprint limit.
208 // Also fails, requires a higher allowed footprint.
249 // Succeeds, fits without adjusting the footprint limit.
256 // Fails, requires a higher footprint limit.
260 // Succeeds, adjusts the footprint.
284 // Succeeds, fits without adjusting the footprint limit.
294 // Fails, requires a higher footprint limit
384 size_t footprint = space->GetFootprint(); local
    [all...]
dlmalloc_space.cc 92 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
93 // size of the large allocation) will be greater than the footprint limit.
115 // create mspace using our backing storage starting at begin and with a footprint of
139 size_t footprint = mspace_footprint(mspace_); local
140 mspace_set_footprint_limit(mspace_, footprint);
216 // Callback from dlmalloc when it needs to increase the footprint
267 // Compare against the actual footprint, rather than the Size(), because the heap may not have
rosalloc_space.cc 103 // will ask for this memory from sys_alloc which will fail as the footprint (this value plus the
104 // size of the large allocation) will be greater than the footprint limit.
131 // with a footprint of morecore_start. When morecore_start bytes of
157 size_t footprint = rosalloc_->Footprint(); local
158 rosalloc_->SetFootprintLimit(footprint);
227 // Callback from rosalloc when it needs to increase the footprint
257 return rosalloc_->Footprint();
268 // Compare against the actual footprint, rather than the Size(), because the heap may not have
270 size_t current_space_size = rosalloc_->Footprint();
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2592 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...]
  /external/llvm/
Makefile 245 show-footprint:
  /bionic/libc/dns/nameser/
ns_print.c 514 u_int typ, algorithm, labels, footprint; local
543 /* Signature Footprint. */
544 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
545 len = SPRINTF((tmp, "%u ", footprint));
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 393 milliseconds