HomeSort by relevance Sort by last modified time
    Searched refs:memory (Results 226 - 250 of 1566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
default01.pass.cpp 10 // <memory>
16 #include <memory>
nullptr.pass.cpp 10 // <memory>
16 #include <memory>
pointer_deleter06.pass.cpp 10 // <memory>
16 #include <memory>
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
get_deleter.pass.cpp 10 // <memory>
16 #include <memory>
  /external/libcxx/test/utilities/memory/util.dynamic.safety/
get_pointer_safety.pass.cpp 10 // <memory>
14 #include <memory>
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/
hash_shared_ptr.pass.cpp 10 // <memory>
20 #include <memory>
hash_unique_ptr.pass.cpp 10 // <memory>
20 #include <memory>
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp_nullptr
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/lt
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/eq
eq.pass.cpp 10 // <memory>
17 #include <memory>
lt.pass.cpp 10 // <memory>
16 #include <memory>
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
arrow.pass.cpp 10 // <memory>
16 #include <memory>
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/
atomic_exchange_explicit.pass.cpp 15 // <memory>
23 #include <memory>
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr
23 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y
27 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr_Y
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 10 // <memory>
19 #include <memory>
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
get_rv.pass.cpp 19 #include <memory>
tuple.by.type4.fail.cpp 12 #include <memory>
  /external/libcxx/test/utilities/utility/pairs/pair.astuple/
get_rv.pass.cpp 19 #include <memory>
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
U_V.pass.cpp 17 #include <memory>
assign_rv_pair.pass.cpp 17 #include <memory>
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.h 15 #include <memory>
  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.c 57 FT_Memory memory,
64 arrstack->memory = memory;
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local
93 /* return false on memory error */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local
209 /* return false on memory error */
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 50 int32_t PopMemory(MemoryType*& memory);
51 int32_t PushMemory(MemoryType*& memory);
91 // Trigger assert if there is outstanding memory.
97 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory)
110 memory = &((MemoryPoolItem<MemoryType>*)pListEntry)->payload->memoryType;
115 int32_t MemoryPoolImpl<MemoryType>::PushMemory(MemoryType*& memory)
117 if(memory == NULL)
123 ((MemoryPoolItemPayload<MemoryType>*)memory)->base;
  /external/freetype/src/cff/
cf2arrst.c 57 FT_Memory memory,
64 arrstack->memory = memory;
78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local
93 /* return false on memory error */
102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local
209 /* return false on memory error */
  /external/chromium_org/ui/surface/
transport_dib_posix.cc 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/shared_memory.h"
67 if ((!memory() && !Map()) || !VerifyCanvasSize(w, h))
70 reinterpret_cast<uint8_t*>(memory()),
82 if (memory())
96 void* TransportDIB::memory() const { function in class:TransportDIB
97 return shared_memory_.memory();

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>