HomeSort by relevance Sort by last modified time
    Searched refs:memory (Results 1 - 25 of 1237) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
memory_header_test.cpp 8 #include <memory>
  /ndk/tests/device/test-gnustl-full/unit/
memory_header_test.cpp 8 #include <memory>
  /ndk/tests/device/test-stlport/unit/
memory_header_test.cpp 8 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
default03.fail.cpp 10 // <memory>
18 #include <memory>
pointer03.fail.cpp 10 // <memory>
18 #include <memory>
default02.fail.cpp 10 // <memory>
18 #include <memory>
pointer02.fail.cpp 10 // <memory>
16 #include <memory>
default01.fail.cpp 10 // <memory>
18 #include <memory>
pointer01.fail.cpp 10 // <memory>
18 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
default03.fail.cpp 10 // <memory>
16 #include <memory>
pointer03.fail.cpp 10 // <memory>
16 #include <memory>
default02.fail.cpp 10 // <memory>
16 #include <memory>
pointer02.fail.cpp 10 // <memory>
16 #include <memory>
  /external/chromium/third_party/libjingle/source/talk/base/
byteorder.h 43 // Reading and writing of little and big-endian numbers from memory
49 inline void Set8(void* memory, size_t offset, uint8 v) {
50 static_cast<uint8*>(memory)[offset] = v;
52 inline uint8 Get8(const void* memory, size_t offset) {
53 return static_cast<const uint8*>(memory)[offset];
56 inline void SetBE16(void* memory, uint16 v) {
57 Set8(memory, 0, static_cast<uint8>(v >> 8));
58 Set8(memory, 1, static_cast<uint8>(v >> 0));
60 inline void SetBE32(void* memory, uint32 v) {
61 Set8(memory, 0, static_cast<uint8>(v >> 24))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 10 // <memory>
15 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
dereference.fail.cpp 10 // <memory>
16 #include <memory>
get.pass.cpp 10 // <memory>
16 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
dereference.pass.cpp 10 // <memory>
16 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/
version.pass.cpp 10 // <memory>
12 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/
element_type.pass.cpp 10 // <memory>
19 #include <memory>
difference_type.pass.cpp 10 // <memory>
19 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.dynamic.safety/
declare_no_pointers.pass.cpp 10 // <memory>
15 #include <memory>
  /external/freetype/src/base/
ftsystem.c 21 /* low-level, i.e. memory management, i/o access as well as thread */
39 /* MEMORY MANAGEMENT INTERFACE */
58 /* The memory allocation function. */
61 /* memory :: A pointer to the memory object. */
69 ft_alloc( FT_Memory memory,
72 FT_UNUSED( memory );
84 /* The memory reallocation function. */
87 /* memory :: A pointer to the memory object. *
289 FT_Memory memory; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/
incomplete.fail.cpp 10 // <memory>
16 #include <memory>
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/
incomplete.fail.cpp 10 // <memory>
16 #include <memory>

Completed in 2135 milliseconds

1 2 3 4 5 6 7 8 91011>>