Searched refs:memory (Results 151 - 175 of 1625) sorted by relevance

1234567891011>>

/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.special/cmp_nullptr
23 test_name := utilities/memory/unique.ptr/unique.ptr.special/swap
27 test_name := utilities/memory/unique.ptr/unique.ptr.special/eq
31 test_name := utilities/memory/unique.ptr/unique.ptr.special/rel
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/default
23 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr
27 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_Y
31 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr_Y
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/lock
23 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_shared_ptr
27 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/expired
31 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_weak_ptr
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c51 FT_Memory memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
198 error = ps_mask_ensure( mask, idx + 1, memory );
216 FT_Memory memory )
223 ps_mask_done( mask, memory );
82 ps_hint_table_alloc( PS_Hint_Table table, FT_Memory memory, PS_Hint *ahint ) argument
254 ps_mask_table_alloc( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
286 ps_mask_table_last( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
644 ps_dimension_add_t1stem( PS_Dimension dim, FT_Int pos, FT_Int len, FT_Memory memory, FT_Int *aindex ) argument
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
[all...]
/external/freetype/src/pshinter/
H A Dpshrec.c51 FT_Memory memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
198 error = ps_mask_ensure( mask, idx + 1, memory );
216 FT_Memory memory )
223 ps_mask_done( mask, memory );
82 ps_hint_table_alloc( PS_Hint_Table table, FT_Memory memory, PS_Hint *ahint ) argument
254 ps_mask_table_alloc( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
286 ps_mask_table_last( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
644 ps_dimension_add_t1stem( PS_Dimension dim, FT_Int pos, FT_Int len, FT_Memory memory, FT_Int *aindex ) argument
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c51 FT_Memory memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
198 error = ps_mask_ensure( mask, idx + 1, memory );
216 FT_Memory memory )
223 ps_mask_done( mask, memory );
82 ps_hint_table_alloc( PS_Hint_Table table, FT_Memory memory, PS_Hint *ahint ) argument
254 ps_mask_table_alloc( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
286 ps_mask_table_last( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
644 ps_dimension_add_t1stem( PS_Dimension dim, FT_Int pos, FT_Int len, FT_Memory memory, FT_Int *aindex ) argument
789 FT_Memory memory = hints->memory; local
865 FT_Memory memory = hints->memory; local
904 FT_Memory memory = hints->memory; local
965 FT_Memory memory = hints->memory; local
1007 FT_Memory memory = hints->memory; local
1052 FT_Memory memory = hints->memory; local
1097 FT_Memory memory = hints->memory; local
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer_manager_unittest.cc5 #include "base/memory/scoped_ptr.h"
6 #include "base/memory/shared_memory.h"
54 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0)); local
55 EXPECT_NE(static_cast<int8_t*>(NULL), memory); local
63 EXPECT_EQ(reinterpret_cast<MediaStreamBuffer*>(memory + i * kBufferSize),
106 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0)); local
107 EXPECT_NE(static_cast<int8_t*>(NULL), memory); local
115 EXPECT_EQ(reinterpret_cast<MediaStreamBuffer*>(memory + i * kBufferSize),
142 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0)); local
143 EXPECT_NE(static_cast<int8_t*>(NULL), memory); local
165 int8_t* memory = reinterpret_cast<int8_t*>(manager.GetBufferPointer(0)); local
166 EXPECT_NE(static_cast<int8_t*>(NULL), memory); local
[all...]
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.create/make_unique.single
23 test_name := utilities/memory/unique.ptr/unique.ptr.create/make_unique.array
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/default
23 test_name := utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/convert_ctor
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01
23 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter03
27 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04
31 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02
35 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02
39 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01
43 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter02
47 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01
51 test_name := utilities/memory/uniqu
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_strong_explicit
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_exchange
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_weak_explicit
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_is_lock_free
35 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store
39 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load
43 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load_explicit
47 test_name := utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store_explicit
51 test_name := utilities/memory/uti
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/swap
23 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/reset
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dsnapshot_view.css23 #snapshot-view .process-memory {
28 #snapshot-view .process-memory-private {
34 #snapshot-view .process-memory-v8 {
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/release
23 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset2
27 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/swap
31 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset_self
35 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset1
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference
23 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get
27 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/explicit_bool
31 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/op_arrow
35 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get_deleter
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/swap
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset
35 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator
/external/chromium_org/content/child/
H A Dchild_shared_bitmap_manager.cc19 delete bitmap->memory();
49 scoped_ptr<base::SharedMemory> memory; local
54 memory = make_scoped_ptr(new base::SharedMemory(handle, false));
55 CHECK(memory->Map(memory_size));
57 memory.reset(ChildThread::AllocateSharedMemory(memory_size, sender_));
58 CHECK(memory);
59 base::SharedMemoryHandle handle_to_send = memory->handle();
64 memory.release(), id, base::Bind(&FreeSharedMemory, sender_)));
/external/chromium_org/skia/ext/
H A DSkDiscardableMemory_chrome.cc32 scoped_ptr<base::DiscardableMemory> memory)
33 : discardable_(memory.Pass()) {
31 SkDiscardableMemoryChrome( scoped_ptr<base::DiscardableMemory> memory) argument
/external/chromium_org/third_party/expat/files/lib/
H A Dwinconfig.h.original17 #include <memory.h>
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/default
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/nothing_to_do
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/null
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/tested_elsewhere

Completed in 7850 milliseconds

1234567891011>>