HomeSort by relevance Sort by last modified time
    Searched defs:Memory (Results 26 - 37 of 37) sorted by null

12

  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 230 class Memory;
259 class Memory;
289 * \return A memory pointer to the error message string.
482 //! \brief Constructs an empty string, allocating no memory.
625 //! \brief Destructor - frees memory used to hold the current value.
669 * This differs from std::vector<> not just in memory allocation,
685 //! \brief Constructs an empty vector with no memory allocated.
690 //! \brief Deallocates the vector's memory and destroys all of its elements.
704 * This does not deallocate memory but will invoke destructors
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 858 /// such that the argument will be passed in memory.
871 /// \brief Rewrite the function info so that all memory arguments use
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 41 import libcore.io.Memory;
650 // Check the content of the original buffer by reading the memory it references.
658 Memory.peekByteArray(originalAddress, originalData, 0, originalData.length);
675 Memory.peekByteArray(sliceAddress, actualSliceData, 0, actualSliceData.length);
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 203 class Memory;
226 * \return A memory pointer to the error message string.
914 F(cl_mem_info, CL_MEM_ASSOCIATED_MEMOBJECT, cl::Memory) \
1047 static cl_int retain(cl_mem memory)
1048 { return ::clRetainMemObject(memory); }
1049 static cl_int release(cl_mem memory
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 249 unsigned char *Memory;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 556 struct MemoryOp Memory;
682 // checks whether this operand is a memory operand computed as an offset
695 if(!Memory.OffsetImm || Memory.OffsetRegNum) return false;
696 if(Memory.BaseRegNum != ARM::PC) return false;
697 Val = Memory.OffsetImm->getValue();
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h 216 : "memory");
235 : "memory");
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1119 milliseconds

12