HomeSort by relevance Sort by last modified time
    Searched defs:discardable (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/src/
simpleQ.c 26 uint32_t discardable : 1; member in struct:SimpleQueueEntry
125 if (!cur->discardable)
177 e->discardable = possiblyDiscardable ? 1 : 0;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SubSampleInformationBox.java 32 * unsigned int(8) discardable;
153 private int discardable; field in class:SubSampleInformationBox.SampleEntry.SubsampleEntry
173 return discardable;
176 public void setDiscardable(int discardable) {
177 this.discardable = discardable;
193 ", discardable=" + discardable +
  /external/jdiff/src/jdiff/
DiffMyers.java 548 final byte[] discarded = discardable(f.equivCount());
560 If a line matches many lines, mark it as provisionally discardable.
563 @return 0=nondiscardable, 1=discardable or 2=provisionally discardable
567 private byte[] discardable(final int[] counts) { method in class:DiffMyers.file_data
575 That is the threshold for provisionally discardable lines. */
612 /* Find end of this run of discardable lines.
613 Count how many are provisionally discardable. */
627 /* Now we have the length of a run of discardable lines
  /external/skia/src/core/
SkResourceCache.cpp 506 fCount, fTotalBytesUsed, fDiscardableFactory ? "discardable" : "malloc");
523 // if we're not discardable (i.e. we are fixed-budget) then cap the single-limit
681 SkDebugf("RC: %12s bytes %9lu discardable %p\n",
692 SkDiscardableMemory* discardable = rec.diagnostic_only_getDiscardable(); local
693 if (discardable) {
694 dump->setDiscardableMemoryBacking(dumpName.c_str(), *discardable);
696 // The discardable memory size will be calculated by dumper, but we also dump what we think
706 // Since resource could be backed by malloc or discardable, the cache always dumps detailed
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 369 milliseconds