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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
mem.s 3 .global memory
4 memory: label
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.hpp 23 * \brief Simple memory allocation tests.
31 namespace memory namespace in namespace:vkt
37 } // memory
vktMemoryBindingTests.hpp 23 * \brief Memory binding test excercising VK_KHR_bind_memory2 extension.
31 namespace memory namespace in namespace:vkt
36 } // memory
vktMemoryMappingTests.hpp 23 * \brief Simple memory mapping tests.
31 namespace memory namespace in namespace:vkt
36 } // memory
vktMemoryPipelineBarrierTests.hpp 31 namespace memory namespace in namespace:vkt
36 } // memory
vktMemoryRequirementsTests.hpp 23 * \brief Buffer and image memory requirements tests.
31 namespace memory namespace in namespace:vkt
36 } // memory
vktMemoryTests.hpp 23 * \brief Memory tests
31 namespace memory namespace in namespace:vkt
36 } // memory
vktMemoryTests.cpp 21 * \brief Memory Tests
35 namespace memory namespace in namespace:vkt
57 return createTestGroup(testCtx, "memory", "Memory Tests", createChildren);
60 } // memory
  /external/freetype/src/base/
ftotval.c 79 FT_Memory memory; local
85 memory = FT_FACE_MEMORY( face );
basepic.c 53 FT_Memory memory = library->memory; local
74 FT_Memory memory = library->memory; local
ftgxval.c 78 FT_Memory memory; local
84 memory = FT_FACE_MEMORY( face );
129 FT_Memory memory; local
135 memory = FT_FACE_MEMORY( face );
ftsnames.c 65 FT_Memory memory = face->memory; local
121 FT_Memory memory = face->memory; local
  /external/v4l2_codec2/vda/
shared_memory_region.cc 37 void* SharedMemoryRegion::memory() { function in class:media::SharedMemoryRegion
38 int8_t* addr = reinterpret_cast<int8_t*>(shm_.memory());
  /external/freetype/src/cff/
cffpic.c 65 FT_Memory memory = library->memory; local
93 FT_Memory memory = library->memory; local
  /external/freetype/src/pshinter/
pshpic.c 37 FT_Memory memory = library->memory; local
54 FT_Memory memory = library->memory; local
  /external/freetype/src/psnames/
pspic.c 45 FT_Memory memory = library->memory; local
69 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/freetype/src/sfnt/
sfntpic.c 70 FT_Memory memory = library->memory; local
100 FT_Memory memory = library->memory; local
  /external/freetype/src/truetype/
ttpic.c 47 FT_Memory memory = library->memory; local
70 FT_Memory memory = library->memory; local
  /external/libxcam/tests/
test_inline.h 34 uint8_t *memory = NULL; local
36 memory = buf->map ();
43 if (memory[mem_idx] == 1) {
44 memory[mem_idx] = 1;
  /external/swiftshader/src/Reactor/
LLVMRoutine.cpp 17 #include "../Common/Memory.hpp"
25 void *memory = allocateExecutable(bufferSize); local
27 buffer = memory;
28 entry = 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
  /system/core/libunwindstack/tests/
DexFileTest.cpp 26 #include <unwindstack/Memory.h>
88 MemoryFake memory; local
90 memory.SetMemory(0x1000, kDexData, sizeof(art::DexFile::Header) - 1);
93 ASSERT_FALSE(dex_file.Open(0x1000, &memory));
97 MemoryFake memory; local
99 memory.SetMemory(0x1000, kDexData, sizeof(kDexData) - 2);
102 ASSERT_FALSE(dex_file.Open(0x1000, &memory));
106 MemoryFake memory; local
108 memory.SetMemory(0x1000, kDexData, sizeof(kDexData));
111 ASSERT_TRUE(dex_file.Open(0x1000, &memory));
122 MemoryFake memory; local
136 MemoryFake memory; local
150 MemoryFake memory; local
157 MemoryFake memory; local
165 MemoryFake memory; local
179 MemoryFake memory; local
201 MemoryFake memory; local
    [all...]
  /system/extras/memory_replay/tests/
PointersTest.cpp 107 void* memory = pointers.Remove(0); local
108 if (memory) {}
  /system/libhidl/transport/memory/1.0/default/
HidlFetch.cpp 25 namespace memory { namespace in namespace:android::hidl
39 } // namespace memory

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>