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

12

  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 27 import libcore.io.Memory;
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 36 import libcore.io.Memory;
451 * @param name Name for the shared memory area that may back the file descriptor.
454 * @throws IOException if there is an error while creating the shared memory area.
688 Memory.pokeInt(buf, writePtr, status, ByteOrder.BIG_ENDIAN);
720 final int status = Memory.peekInt(buf, 0, ByteOrder.BIG_ENDIAN);
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
Ranking.java 33 import com.android.settings.deviceinfo.Memory;
123 sRankMap.put(Memory.class.getName(), RANK_STORAGE);
SearchIndexableResources.java 35 import com.android.settings.deviceinfo.Memory;
162 sResMap.put(Memory.class.getName(),
164 Ranking.getRankForClassName(Memory.class.getName()),
166 Memory.class.getName(),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 165 } Memory;
210 // for memory resource requirement greater than MAXULONG
ntddk.h     [all...]
wdm.h 216 : "memory");
235 : "memory");
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 536 /// such that the argument will be passed in memory.
549 /// \brief Rewrite the function info so that all memory arguments use
918 // On Darwin, some vectors are passed in memory, we handle this by passing
978 // all the memory arguments to use inalloca.
    [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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 525 struct MemoryOp Memory;
580 Memory = o.Memory;
720 // checks whether this operand is a memory operand computed as an offset
733 if(!Memory.OffsetImm || Memory.OffsetRegNum) return false;
734 if(Memory.BaseRegNum != ARM::PC) return false;
735 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...]

Completed in 1430 milliseconds

12