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

<<11121314151617181920>>

  /system/core/libunwindstack/
DexFile.h 22 #include <memory>
37 static DexFile* Create(uint64_t dex_file_offset_in_memory, Memory* memory, MapInfo* info);
60 bool Open(uint64_t dex_file_offset_in_memory, Memory* memory);
DwarfDebugFrame.h 31 DwarfDebugFrame(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {
DwarfEhFrame.h 23 #include <unwindstack/Memory.h>
30 DwarfEhFrame(Memory* memory) : DwarfSectionImpl<AddressType>(memory) {}
  /system/libhidl/transport/memory/1.0/default/
AshmemMemory.cpp 23 namespace memory { namespace in namespace:android::hidl
27 AshmemMemory::AshmemMemory(const hidl_memory& memory, void* data)
28 : mMemory(memory),
38 // Methods from ::android::hidl::memory::V1_0::IMemory follow.
40 // NOOP (since non-remoted memory)
45 // NOOP (since non-remoted memory)
50 // NOOP (since non-remoted memory)
55 // NOOP (since non-remoted memory)
60 // NOOP (since non-remoted memory)
74 } // namespace memory
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.asm 18 ; Switch the stack from temporary memory to permenent memory.
45 ; migration of whole temporary memory, so need save it to permenent
46 ; memory at first!
53 ; Save this function's return address into permenent memory at first.
54 ; Then, Fixup the esp point to permenent memory
59 mov edx, dword ptr [esp] ; copy pushed register's value to permenent memory
67 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory
69 mov esp, eax ; From now, esp is pointed to permenent memory
72 ; Fixup the ebp point to permenent memory
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
Stack.asm 18 ; Switch the stack from temporary memory to permenent memory.
45 ; migration of whole temporary memory, so need save it to permenent
46 ; memory at first!
53 ; Save this function's return address into permenent memory at first.
54 ; Then, Fixup the esp point to permenent memory
59 mov edx, dword ptr [esp] ; copy pushed register's value to permenent memory
67 mov edx, dword ptr [esp + 16] ; Update this function's return address into permenent memory
69 mov esp, eax ; From now, esp is pointed to permenent memory
72 ; Fixup the ebp point to permenent memory
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferAndImageAllocationUtil.hpp 23 * \brief Utility classes for various kinds of allocation memory for buffers and images
56 de::MovePtr<Allocation>& memory) const = 0;
68 de::MovePtr<Allocation>& memory) const; // override
80 de::MovePtr<Allocation>& memory) const; // override
92 de::MovePtr<Allocation>& memory) const = 0;
104 de::MovePtr<Allocation>& memory) const; // override
116 de::MovePtr<Allocation>& memory) const; // override
  /external/libxcam/xcore/
image_file_handle.cpp 45 uint8_t *memory = NULL; local
50 memory = buf->map ();
56 if (fread (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
75 uint8_t *memory = NULL; local
80 memory = buf->map ();
86 if (fwrite (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
  /bionic/tools/versioner/src/
VFS.h 19 #include <memory>
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
39 # migration of whole temporary memory, so need save it to permenent
40 # memory at first!
46 # Save this function's return address into permenent memory at first.
47 # Then, Fixup the esp point to permenent memory
52 movl 0(%esp), %edx # copy pushed register's value to permenent memory
60 movl 16(%esp), %edx # Update this function's return address into permenent memory
62 movl %eax, %esp # From now, esp is pointed to permenent memory
65 # Fixup the ebp point to permenent memory
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stacks.s 14 # Switch the stack from temporary memory to permenent memory.
40 # migration of whole temporary memory, so need save it to permenent
41 # memory at first!
48 # Save this function's return address into permenent memory at first.
49 # Then, Fixup the esp point to permenent memory
55 movl (%esp), %edx # copy pushed register's value to permenent memory
63 movl 16(%esp), %edx # Update this function's return address into permenent memory
65 movl %eax, %esp # From now, esp is pointed to permenent memory
68 # Fixup the ebp point to permenent memory
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
39 # migration of whole temporary memory, so need save it to permenent
40 # memory at first!
46 # Save this function's return address into permenent memory at first.
47 # Then, Fixup the esp point to permenent memory
52 movl 0(%esp), %edx # copy pushed register's value to permenent memory
60 movl 16(%esp), %edx # Update this function's return address into permenent memory
62 movl %eax, %esp # From now, esp is pointed to permenent memory
65 # Fixup the ebp point to permenent memory
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.S 14 # Switch the stack from temporary memory to permenent memory.
39 # migration of whole temporary memory, so need save it to permenent
40 # memory at first!
46 # Save this function's return address into permenent memory at first.
47 # Then, Fixup the esp point to permenent memory
52 movl 0(%esp), %edx # copy pushed register's value to permenent memory
60 movl 16(%esp), %edx # Update this function's return address into permenent memory
62 movl %eax, %esp # From now, esp is pointed to permenent memory
65 # Fixup the ebp point to permenent memory
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
ResourceLimits.h 19 // Pixel cache limit in bytes. Requests for memory above this limit
24 // Pixel cache limit in bytes. Requests for memory above this limit
41 // Pixel cache limit in bytes. Once this memory limit is exceeded,
46 // Pixel cache limit in bytes. Once this memory limit is exceeded,
48 // memory mapped files.
49 static void memory(const MagickSizeType limit_);
50 static MagickSizeType memory(void);
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1-wrong-error.s 14 lwle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
15 lwre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
16 swle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
17 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/puffin/src/
memory_stream.h 16 // A very simple class for reading and writing into memory.
22 static UniqueStreamPtr CreateForRead(const Buffer& memory);
24 // Creates a stream for writing. This function will clear the |memory| if
26 // the |memory|.
27 static UniqueStreamPtr CreateForWrite(Buffer* memory);
40 // The memory buffer for reading.
43 // The memory buffer for writing. It can grow as we write into it.
  /frameworks/av/media/libstagefright/include/
SharedMemoryBuffer.h 22 #include <android/hidl/memory/1.0/IMemory.h>
34 typedef ::android::hidl::memory::V1_0::IMemory TMemory;
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
MemoryAccessTask.java 21 * This task will simulate CPU activity by consuming memory bandwidth from the system.
22 * Note: On most system the CPU and GPU will share the same memory.
34 byte[] memory = new byte[BUFFER_SIZE];
43 result += ++memory[index];
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/scripts/
memory.sh 32 jrunscript -J-Dcom.sun.management.jmxremote.port=1090 -J-Dcom.sun.management.jmxremote.ssl=false -J-Dcom.sun.management.jmxremote.authenticate=false memory.js
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/
memory.sh 32 jrunscript -J-Dcom.sun.management.jmxremote.port=1090 -J-Dcom.sun.management.jmxremote.ssl=false -J-Dcom.sun.management.jmxremote.authenticate=false memory.js
  /system/core/libunwindstack/include/unwindstack/
Elf.h 22 #include <memory>
29 #include <unwindstack/Memory.h>
53 Elf(Memory* memory) : memory_(memory) {}
68 bool Step(uint64_t rel_pc, uint64_t adjusted_rel_pc, Regs* regs, Memory* process_memory,
71 ElfInterface* CreateInterfaceFromMemory(Memory* memory);
89 Memory* memory() { return memory_.get(); function in class:unwindstack::Elf
    [all...]
  /system/libhidl/transport/memory/1.0/
IMemory.hal 17 package android.hidl.memory@1.0;
22 * Notify that you are about to use all of this memory.
37 * Notify that you are about to start reading all of this memory.
50 * Notify that you are done reading and/or writing this memory.
60 * @return ptr Actual pointer to underlying memory.
65 * @return size Size in bytes of underlying memory.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
segment.s 3 # test segment reg insns with memory operand
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
abi-m68hc11-16-32.d 7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-16-64.d 7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]

Completed in 796 milliseconds

<<11121314151617181920>>