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

  /external/chromium_org/base/memory/
discardable_memory_provider_unittest.cc 69 bool IsRegistered(const DiscardableMemory* discardable) {
70 return provider_->IsRegisteredForTest(discardable);
73 bool CanBePurged(const DiscardableMemory* discardable) {
74 return provider_->CanBePurgedForTest(discardable);
81 void* Memory(const DiscardableMemory* discardable) const {
82 return discardable->Memory();
115 const scoped_ptr<DiscardableMemory> discardable(CreateLockedMemory(size));
116 EXPECT_TRUE(IsRegistered(discardable.get()));
117 EXPECT_NE(static_cast<void*>(NULL), Memory(discardable.get()));
119 EXPECT_FALSE(CanBePurged(discardable.get()))
244 DiscardableMemory* discardable(unsigned position) { function in class:base::DiscardableMemoryProviderPermutationTest
    [all...]
discardable_memory_provider.h 34 // discardable memory natively. It keeps track of all DiscardableMemory
39 // memory -- if the pressure is moderate -- or all discardable memory
49 // The maximum number of bytes of discardable memory that may be allocated
57 // Adds the given discardable memory to the provider's collection.
58 void Register(const DiscardableMemory* discardable, size_t bytes);
60 // Removes the given discardable memory from the provider's collection.
61 void Unregister(const DiscardableMemory* discardable);
67 const DiscardableMemory* discardable, bool* purged);
71 void Release(const DiscardableMemory* discardable,
74 // Purges all discardable memory
    [all...]
discardable_memory_provider.cc 70 const DiscardableMemory* discardable, size_t bytes) {
72 DCHECK(allocations_.Peek(discardable) == allocations_.end());
73 allocations_.Put(discardable, Allocation(bytes));
77 const DiscardableMemory* discardable) {
79 AllocationMap::iterator it = allocations_.Peek(discardable);
93 const DiscardableMemory* discardable,
98 AllocationMap::iterator it = allocations_.Get(discardable);
134 const DiscardableMemory* discardable,
139 AllocationMap::iterator it = allocations_.Get(discardable);
154 const DiscardableMemory* discardable) const
    [all...]
  /external/chromium_org/skia/ext/
SkDiscardableMemory_chrome.cc 37 scoped_ptr<base::DiscardableMemory> discardable(
39 if (!discardable)
41 return new SkDiscardableMemoryChrome(discardable.Pass());
  /external/libvpx/libvpx/third_party/libmkv/
WebMElement.h 14 int isKeyframe, unsigned char lacingFlag, int discardable,
30 int isKeyframe, unsigned char lacingFlag, int discardable,
WebMElement.c 31 int isKeyframe, unsigned char lacingFlag, int discardable,
41 unsigned char flags = 0x00 | (isKeyframe ? 0x80 : 0x00) | (lacingFlag << 1) | discardable;
209 unsigned char flags = 0x00 | (block.iskey ? 0x80:0x00) | (block.lacing << 1) | block.discardable;
  /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/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 36 // URI label for a discardable SkPixelRef.
37 const char labelDiscardable[] = "discardable";
67 // Fallback to heap allocator if discardable memory is not available.
112 DEFINE_STATIC_LOCAL(const SkString, discardable, (labelDiscardable));
113 return pixelRef && pixelRef->getURI() && discardable.equals(pixelRef->getURI());
ImageDecodingStoreTest.cpp 77 PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size, bool discardable = false, size_t index = 0)
81 if (!discardable)
88 PassOwnPtr<ScaledImageFragment> createIncompleteImage(const SkISize& size, bool discardable = false, size_t generation = 0)
92 if (!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/chromium_org/v8/tools/
codemap.js 76 * Adds a dynamic (i.e. moveable and discardable) code entry.
  /external/v8/tools/
codemap.js 76 * Adds a dynamic (i.e. moveable and discardable) code entry.
  /external/guava/guava/lib/
jdiff.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 406 milliseconds