HomeSort by relevance Sort by last modified time
    Searched full:footprint (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /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
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.h 33 // memory footprint gets worse than storing the raw prefix data around
34 // 75k prefixes. Fortunately, the actual memory footprint also falls.
35 // If the prefix count increases the memory footprint should increase
  /external/kernel-headers/original/asm-arm/
domain.h 26 * supersections to reduce TLB misses and footprint.
  /frameworks/base/docs/html/design/building-blocks/
pickers.jd 25 <p>Pickers can be used inline on a form, but their relatively large footprint is best suited for
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.cpp 28 // Capacity for reducing memory footprint.
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.h 33 // memory footprint gets worse than storing the raw prefix data around
34 // 75k prefixes. Fortunately, the actual memory footprint also falls.
35 // If the prefix count increases the memory footprint should increase
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_debug.h 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_debug.h 56 #define PERF_TEX_MEM 0x1 /* minimize texture cache footprint */
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 35 footprint.</p>
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltPooledCache.java 33 * have significant allocation cost, and if your memory footprint is somewhat
37 * it will have a total memory footprint of:
  /art/runtime/
intern_table.h 38 * footprint.
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h 88 // to have a smaller footprint than the protobuf's built-in pretty printer.
  /external/chromium_org/components/webdata/common/
web_data_service_base.h 66 // be used to temporarily reduce the browser process' memory footprint.
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.cc 80 // our memory footprint from temporarily ballooning.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.h 102 // increase in the footprint of the system. The linked list pointer
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.h 102 // increase in the footprint of the system. The linked list pointer
  /external/stlport/doc/
README.windows 32 memory footprint of some internal STLport objects making it incompatible

Completed in 702 milliseconds

1 2 3 4 5 6 7 8 9