Searched refs:memory (Results 176 - 200 of 1625) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/io
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/tested_elsewhere
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c33 * memory, however.
42 FT_DumpMemory( FT_Memory memory );
54 * site. This is useful to know where memory operations happen the
79 * We don't need a resizable array for the memory sources, because
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
89 * at the price of large memory footprint during execution.
133 FT_Memory memory; member in struct:FT_MemTableRec_
229 FT_Memory memory = table->memory; local
233 memory
245 FT_Memory memory = table->memory; local
675 ft_mem_debug_alloc( FT_Memory memory, FT_Long size ) argument
711 ft_mem_debug_free( FT_Memory memory, FT_Pointer block ) argument
735 ft_mem_debug_realloc( FT_Memory memory, FT_Long cur_size, FT_Long new_size, FT_Pointer block ) argument
[all...]
H A Dbasepic.c53 FT_Memory memory = library->memory; local
74 FT_Memory memory = library->memory; local
/external/freetype/src/base/
H A Dftdbgmem.c33 * memory, however.
42 FT_DumpMemory( FT_Memory memory );
54 * site. This is useful to know where memory operations happen the
79 * We don't need a resizable array for the memory sources, because
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
89 * at the price of large memory footprint during execution.
133 FT_Memory memory; member in struct:FT_MemTableRec_
229 FT_Memory memory = table->memory; local
233 memory
245 FT_Memory memory = table->memory; local
675 ft_mem_debug_alloc( FT_Memory memory, FT_Long size ) argument
711 ft_mem_debug_free( FT_Memory memory, FT_Pointer block ) argument
735 ft_mem_debug_realloc( FT_Memory memory, FT_Long cur_size, FT_Long new_size, FT_Pointer block ) argument
[all...]
H A Dbasepic.c53 FT_Memory memory = library->memory; local
74 FT_Memory memory = library->memory; local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c33 * memory, however.
42 FT_DumpMemory( FT_Memory memory );
54 * site. This is useful to know where memory operations happen the
79 * We don't need a resizable array for the memory sources, because
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
89 * at the price of large memory footprint during execution.
133 FT_Memory memory; member in struct:FT_MemTableRec_
229 FT_Memory memory = table->memory; local
233 memory
245 FT_Memory memory = table->memory; local
675 ft_mem_debug_alloc( FT_Memory memory, FT_Long size ) argument
711 ft_mem_debug_free( FT_Memory memory, FT_Pointer block ) argument
735 ft_mem_debug_realloc( FT_Memory memory, FT_Long cur_size, FT_Long new_size, FT_Pointer block ) argument
[all...]
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert04
23 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer01
27 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert07
31 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter03
35 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer03
39 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04
43 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move02
47 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer02
51 test_name := utilities/memory/uniqu
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftmemory.h5 /* The FreeType memory management macros (specification). */
114 ft_mem_alloc( FT_Memory memory,
119 ft_mem_qalloc( FT_Memory memory,
124 ft_mem_realloc( FT_Memory memory,
132 ft_mem_qrealloc( FT_Memory memory,
140 ft_mem_free( FT_Memory memory,
145 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \
151 ft_mem_free( memory, (ptr) ); \
159 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \
167 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \
[all...]
/external/freetype/include/internal/
H A Dftmemory.h5 /* The FreeType memory management macros (specification). */
114 ft_mem_alloc( FT_Memory memory,
119 ft_mem_qalloc( FT_Memory memory,
124 ft_mem_realloc( FT_Memory memory,
132 ft_mem_qrealloc( FT_Memory memory,
140 ft_mem_free( FT_Memory memory,
145 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \
151 ft_mem_free( memory, (ptr) ); \
159 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \
167 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \
[all...]
/external/chromium_org/skia/ext/
H A DSkDiscardableMemory_chrome.h8 #include "base/memory/discardable_memory.h"
9 #include "base/memory/scoped_ptr.h"
26 SkDiscardableMemoryChrome(scoped_ptr<base::DiscardableMemory> memory);
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DWorkerPerformance.cpp53 PassRefPtrWillBeRawPtr<MemoryInfo> WorkerPerformance::memory() const function in class:blink::WorkerPerformance
H A DWorkerPerformance.h53 PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpspic.c45 FT_Memory memory = library->memory; local
69 FT_Memory memory = library->memory; local
/external/chromium_org/third_party/freetype/src/raster/
H A Drastpic.c37 FT_Memory memory = library->memory; local
59 FT_Memory memory = library->memory; local
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.h37 FT_Memory memory,
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftspic.c37 FT_Memory memory = library->memory; local
60 FT_Memory memory = library->memory; local
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpic.c47 FT_Memory memory = library->memory; local
70 FT_Memory memory = library->memory; local
/external/freetype/include/
H A Dftgzip.h105 * memory ::
106 * A FreeType memory handle.
134 FT_Gzip_Uncompress( FT_Memory memory,
/external/freetype/src/psnames/
H A Dpspic.c45 FT_Memory memory = library->memory; local
69 FT_Memory memory = library->memory; local
/external/freetype/src/raster/
H A Drastpic.c37 FT_Memory memory = library->memory; local
59 FT_Memory memory = library->memory; local
/external/freetype/src/sfnt/
H A Dpngshim.h37 FT_Memory memory,

Completed in 3629 milliseconds

1234567891011>>