/external/zlib/src/old/os2/ |
zlib.def | 7 CODE PRELOAD MOVEABLE DISCARDABLE
|
/external/skia/src/core/ |
SkDiscardableMemory.h | 15 * Interface for discardable memory. Implementation is provided by the 53 * Returns the current pointer for the discardable memory. This call is ONLY 54 * valid when the discardable memory object is locked.
|
SkImageGeneratorPriv.h | 31 * source of discardable memory when decoding. If nullptr, then
|
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/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog2.rc | 33 STRINGTABLE DISCARDABLE
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oledlg.dlg | 9 IDD_INSERTOBJECT DIALOG DISCARDABLE 6,18,293,150 41 IDD_CHANGEICON DIALOG DISCARDABLE 18,18,257,153 67 IDD_EDITLINKS DIALOG DISCARDABLE 9,25,326,158 93 IDD_PASTESPECIAL DIALOG DISCARDABLE 3,15,293,140 121 IDD_BUSY DIALOG DISCARDABLE 0,0,214,76 139 IDD_CONVERT DIALOG DISCARDABLE 60,26,270,146 163 IDD_LINKSOURCEUNAVAILABLE DIALOG DISCARDABLE 21,34,175,78 173 IDD_CANNOTUPDATELINK DIALOG DISCARDABLE 21,34,175,78 183 IDD_SERVERNOTREGW DIALOG DISCARDABLE 39,30,198,78 194 IDD_SERVERNOTREGA DIALOG DISCARDABLE 39,30,198,7 [all...] |
findtext.dlg | 6 FINDDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 30,73,236,62 27 REPLACEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 36,44,230,94
|
msacmdlg.dlg | 6 DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE 10,20,225,100 34 DLG_ACMFILTERCHOOSE_ID DIALOG DISCARDABLE 10,20,225,100
|
fileopen.dlg | 10 NEWFILEOPENV2ORD DIALOG DISCARDABLE 0,0,370,237 43 NEWFILEOPENORD DIALOG DISCARDABLE 0,0,280,164 73 FILEOPENORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 36,24,268,134 105 MULTIFILEOPENORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 36,24,268,134
|
prnsetup.dlg | 8 PRINTDLGORD DIALOG DISCARDABLE 32,32,288,186 45 PRNSETUPDLGORD DIALOG DISCARDABLE 32,32,288,178 77 PAGESETUPDLGORD DIALOG DISCARDABLE 32,32,240,240 109 PRINTDLGEXORD DIALOG DISCARDABLE 0,0,280,75
|
color.dlg | 8 ChooseColor DIALOG LOADONCALL MOVEABLE DISCARDABLE 2,0,298,184
|
icmui.dlg | 6 COLORMGMTDLGORD DIALOG DISCARDABLE 0,0,350,190
|
/external/zlib/src/contrib/vstudio/vc10/ |
zlib.rc | 4 IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlib.rc | 4 IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
/external/zlib/src/contrib/vstudio/vc9/ |
zlib.rc | 4 IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
/external/zlib/src/win32/ |
zlib1.rc | 7 VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
|
/external/lzma/CPP/7zip/UI/GUI/ |
Extract.rc | 5 STRINGTABLE DISCARDABLE
|
/external/skia/src/lazy/ |
SkDiscardableMemoryPool.h | 23 * An implementation of Discardable Memory that manages a fixed-size
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/ |
WebMElement.h | 29 unsigned char lacingFlag, int discardable,
|
WebMElement.c | 32 int isKeyframe, unsigned char lacingFlag, int discardable, 42 unsigned char flags = 0x00 | (isKeyframe ? 0x80 : 0x00) | (lacingFlag << 1) | discardable; 212 unsigned char flags = 0x00 | (block.iskey ? 0x80:0x00) | (block.lacing << 1) | block.discardable;
|
/external/libpng/scripts/ |
def.c | 21 PNG_DFN "OS2 CODE PRELOAD MOVEABLE DISCARDABLE"
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
resource.rc | 47 STRINGTABLE DISCARDABLE
|
/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/skia/include/core/ |
SkTraceMemoryDump.h | 63 * Specialization for memory backed by discardable memory.
|
/external/deqp/doc/testspecs/GLES3/ |
functional.primitive_bounding_box.txt | 42 + Rendering discardable geometry with fragment shaders that have 44 + Rendering discardable geometry with active transform feedback
|