HomeSort by relevance Sort by last modified time
    Searched refs:memory (Results 176 - 200 of 5629) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
region-alias-4.d 3 #error: .*:[0-9]+: error: alias for default memory region
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_max_usage_in_bytes_test.sh 24 # Description: Tests memory.max_usage_in_bytes.
37 # Test memory.max_usage_in_bytes
41 "memory.max_usage_in_bytes" $((PAGESIZE*1024)) 0
44 # Test memory.memsw.max_usage_in_bytes
52 echo $((PAGESIZE*2048)) > memory.limit_in_bytes
53 echo $((PAGESIZE*2048)) > memory.memsw.limit_in_bytes
55 "memory.memsw.max_usage_in_bytes" $((PAGESIZE*1024)) 0
58 # Test reset memory.max_usage_in_bytes
62 "memory.max_usage_in_bytes" $((PAGESIZE*1024)) 1
65 # Test reset memory.memsw.max_usage_in_byte
    [all...]
memcg_use_hierarchy_test.sh 24 # Description: Tests memory.use_hierarchy.
38 echo 1 > memory.use_hierarchy
39 echo $PAGESIZE > memory.limit_in_bytes
53 echo 1 > memory.use_hierarchy 2> /dev/null
62 echo 1 > memory.use_hierarchy
64 echo 0 > subgroup/memory.use_hierarchy 2> /dev/null
memcg_memsw_limit_in_bytes_test.sh 24 # Description: Tests memory.memsw.limit_in_bytes.
84 echo 10M > memory.limit_in_bytes
85 echo -1 > memory.memsw.limit_in_bytes 2> /dev/null
102 echo 10M > memory.limit_in_bytes
103 echo 1.0 > memory.memsw.limit_in_bytes 2> /dev/null
114 echo 10M > memory.limit_in_bytes
115 echo 1xx > memory.memsw.limit_in_bytes 2> /dev/null
126 echo 10M > memory.limit_in_bytes
127 echo xx > memory.memsw.limit_in_bytes 2> /dev/null
147 if [ -e memory.memsw.limit_in_bytes ]; the
    [all...]
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 48 private MemoryOutput memory; field in class:FileBackedOutputStream
93 memory = new MemoryOutput();
94 out = memory;
136 memory.getBuffer(), 0, memory.getCount());
151 if (memory == null) {
152 memory = new MemoryOutput();
154 memory.reset();
156 out = memory;
195 if (file == null && (memory.getCount() + len > fileThreshold))
    [all...]
  /external/libchrome/base/memory/
shared_memory_unittest.cc 5 #include "base/memory/shared_memory.h"
10 #include <memory>
14 #include "base/memory/shared_memory_handle.h"
44 // Each thread will open the shared memory. Each thread will take a different 4
46 // Verify that each thread's value in the shared memory is always correct.
53 SharedMemory memory; local
54 memory.Delete(s_test_name_);
60 SharedMemory memory; variable
61 bool rv = memory.CreateNamedDeprecated(s_test_name_, true, kDataSize);
63 rv = memory.Map(kDataSize)
215 SharedMemory memory; local
443 SharedMemory memory; local
466 SharedMemory memory; local
626 SharedMemory memory; local
632 SharedMemory memory; local
662 SharedMemory memory; local
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool.h 34 // Try to delete the memory pool. Fail with return value -1 if there is
35 // outstanding memory.
39 // Get/return unused memory.
40 int32_t PopMemory(MemoryType*& memory);
41 int32_t PushMemory(MemoryType*& memory);
106 int32_t MemoryPool<MemoryType>::PopMemory(MemoryType*& memory)
108 return _ptrImpl->PopMemory(memory);
112 int32_t MemoryPool<MemoryType>::PushMemory(MemoryType*& memory)
114 if(memory == NULL)
118 return _ptrImpl->PushMemory(memory);
    [all...]
  /system/libhidl/libhidlmemory/
mapping.cpp 25 #include <android/hidl/memory/1.0/IMapper.h>
29 using android::hidl::memory::V1_0::IMemory;
30 using android::hidl::memory::V1_0::IMapper;
52 sp<IMemory> mapMemory(const hidl_memory& memory) {
54 sp<IMapper> mapper = getMapperService(memory.name());
57 LOG(FATAL) << "Could not fetch mapper for " << memory.name() << " shared memory";
64 Return<sp<IMemory>> ret = mapper->mapMemory(memory);
  /external/llvm/test/MC/Mips/eva/
invalid.s 13 lle $4, 8($33) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
14 lle $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
15 lle $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
17 lwe $4, 8($33) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
18 lwe $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
19 lwe $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
21 sbe $4, 8($33) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
22 sbe $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
23 sbe $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
25 sce $4, 8($33) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offse
    [all...]
  /system/extras/memory_replay/tests/
ActionTest.cpp 25 uint8_t memory[Action::MaxActionSize()]; local
27 Action* action = Action::CreateAction(0x1234, "malloc", line, memory);
40 uint8_t memory[128]; local
42 Action* action = Action::CreateAction(0x1234, "malloc", line, memory);
47 uint8_t memory[128]; local
49 Action* action = Action::CreateAction(0x1234, "free", line, memory);
60 uint8_t memory[128]; local
62 Action* action = Action::CreateAction(0x1234, "calloc", line, memory);
75 uint8_t memory[128]; local
77 Action* action = Action::CreateAction(0, "free", line, memory);
86 uint8_t memory[128]; local
97 uint8_t memory[128]; local
123 uint8_t memory[128]; local
134 uint8_t memory[128]; local
149 uint8_t memory[128]; local
160 uint8_t memory[128]; local
    [all...]
  /art/compiler/
elf_writer_quick.h 20 #include <memory>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
winconfig.h 17 #include <memory.h>
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectVisitor.java 17 package com.google.caliper.memory;
  /external/freetype/include/freetype/
ftsystem.h 38 /* How FreeType manages memory and i/o. */
41 /* This section contains various definitions related to memory */
43 /* information if you want to use a custom memory manager or you own */
62 * A handle to a given memory manager object, defined with an
75 * A function used to allocate `size' bytes from `memory'.
78 * memory ::
79 * A handle to the source memory manager.
85 * Address of new memory block. 0~in case of failure.
89 (*FT_Alloc_Func)( FT_Memory memory,
99 * A function used to release a given block of memory
341 FT_Memory memory; member in struct:FT_StreamRec_
    [all...]
  /external/freetype/src/pshinter/
pshpic.c 37 FT_Memory memory = library->memory; local
54 FT_Memory memory = library->memory; local
  /external/freetype/src/raster/
rastpic.c 37 FT_Memory memory = library->memory; local
59 FT_Memory memory = library->memory; local
  /external/libbrillo/brillo/
make_unique_ptr.h 8 #include <memory>
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 10 // <memory>
18 #include <memory>
  /external/libcxx/test/std/utilities/memory/allocator.traits/
allocator_type.pass.cpp 10 // <memory>
19 #include <memory>
value_type.pass.cpp 10 // <memory>
19 #include <memory>
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.globals/
eq.pass.cpp 10 // <memory>
22 #include <memory>
  /external/libcxx/test/std/utilities/memory/pointer.traits/
pointer_to.pass.cpp 10 // <memory>
19 #include <memory>
rebind.pass.cpp 10 // <memory>
19 #include <memory>
  /external/libcxx/test/std/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 10 // <memory>
20 #include <memory>
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/
convert_ctor.fail.cpp 10 // <memory>
16 #include <memory>

Completed in 996 milliseconds

1 2 3 4 5 6 78 91011>>