HomeSort by relevance Sort by last modified time
    Searched refs:outSize (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/WinQuake/
common.cpp 856 void COM_FileBase (const char *in, char *out, size_t outSize)
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
864 if(!outSize)
889 if(len > outSize - 1)
890 len = outSize - 1;
    [all...]
  /external/webkit/WebKit/mac/Carbon/
HIWebView.mm     [all...]
  /frameworks/base/opengl/libagl/
texture.cpp 367 GGLSurface** outSurface, int32_t* outSize, GLint level,
397 *outSize = size;
409 *outSize = size;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1190 void* AaptFile::editData(size_t* outSize)
1192 if (outSize) {
1193 *outSize = mDataSize;
    [all...]
AaptAssets.h 165 void* editData(size_t* outSize = NULL);
  /dalvik/vm/mterp/armv5te/
footer.S 517 @ r0=methodToCall, r1=GFED, r3=outSize, r2=count, r9=regSize, r10=outs
544 .LinvokeArgsDone: @ r0=methodToCall, r3=outSize, r9=regSize
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 765 milliseconds