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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
enabled_hash.pass.cpp 12 // <memory>
14 // Test that <memory> provides all of the arithmetic, enum, and pointer
17 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
enabled_hash.pass.cpp 12 // <memory>
14 // Test that <memory> provides all of the arithmetic, enum, and pointer
17 #include <memory>
  /system/libhidl/transport/memory/token/1.0/
IMemoryToken.hal 16 package android.hidl.memory.token@1.0;
19 * Interface which composes shared memory
23 * The returned instance of memory must always be a reference to the same memory.
24 * @return mem Memory referenced by this token.
26 get() generates (memory mem);
  /hardware/interfaces/tests/memory/1.0/
IMemoryTest.hal 17 package android.hardware.tests.memory@1.0;
19 import android.hidl.memory.token@1.0::IMemoryToken;
20 import android.hidl.memory.block@1.0::MemoryBlock;
23 haveSomeMemory(memory mem) generates(memory mem);
24 fillMemory(memory memory_in, uint8_t filler);
26 set(memory mem);
  /external/webrtc/webrtc/base/
byteorder.h 26 // Reading and writing of little and big-endian numbers from memory
30 inline void Set8(void* memory, size_t offset, uint8_t v) {
31 static_cast<uint8_t*>(memory)[offset] = v;
34 inline uint8_t Get8(const void* memory, size_t offset) {
35 return static_cast<const uint8_t*>(memory)[offset];
38 inline void SetBE16(void* memory, uint16_t v) {
39 Set8(memory, 0, static_cast<uint8_t>(v >> 8));
40 Set8(memory, 1, static_cast<uint8_t>(v >> 0));
43 inline void SetBE32(void* memory, uint32_t v) {
44 Set8(memory, 0, static_cast<uint8_t>(v >> 24))
    [all...]
  /external/libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/
auto_ptr.cxx1z.pass.cpp 10 // <memory>
17 // is defined before including <memory>, then auto_ptr will be restored.
23 #include <memory>
  /external/libcxx/test/libcxx/utilities/memory/
version.pass.cpp 10 // <memory>
12 #include <memory>
  /external/libcxx/test/std/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 10 // <memory>
15 #include <memory>
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.temp.fail.cpp 10 // <memory>
14 #include <memory>
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
dereference.single.pass.cpp 10 // <memory>
16 #include <memory>
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array2.fail.cpp 10 #include <memory>
make_unique.array3.fail.cpp 10 #include <memory>
make_unique.array4.fail.cpp 10 #include <memory>
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_stat_test.sh 24 # Description: Tests memory.stat.
64 echo 1 > memory.use_hierarchy
67 echo $PAGESIZE > memory.limit_in_bytes
68 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
80 echo 0 > memory.use_hierarchy
83 echo $PAGESIZE > memory.limit_in_bytes
84 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
101 echo 1 > memory.use_hierarchy
104 echo $PAGESIZE > memory.limit_in_bytes
105 echo $PAGESIZE > memory.memsw.limit_in_byte
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
addressof.hpp 17 # include <memory>
shared_ptr.hpp 17 # include <memory>
weak_ptr.hpp 17 # include <memory>
  /packages/apps/TV/common/src/com/android/tv/common/memory/
MemoryManageable.java 17 package com.android.tv.common.memory;
20 * Interface for the fine-grained memory management. The class which wants to release memory based
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/depr/depr.auto.ptr/auto.ptr/
auto_ptr.cxx1z.pass.cpp 10 // <memory>
17 // is defined before including <memory>, then auto_ptr will be restored.
23 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/memory/
version.pass.cpp 10 // <memory>
12 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 10 // <memory>
15 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.temp.fail.cpp 10 // <memory>
14 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
dereference.single.pass.cpp 10 // <memory>
16 #include <memory>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array2.fail.cpp 10 #include <memory>
make_unique.array3.fail.cpp 10 #include <memory>

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>