HomeSort by relevance Sort by last modified time
    Searched defs:pRec (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/
AllocTracker.cpp 168 static void getStackFrames(Thread* self, AllocRecord* pRec)
180 pRec->stackElem[stackDepth].method = method;
182 pRec->stackElem[stackDepth].pc = 0;
187 pRec->stackElem[stackDepth].pc =
199 pRec->stackElem[stackDepth].method = NULL;
200 pRec->stackElem[stackDepth].pc = 0;
226 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead];
228 pRec->clazz = clazz;
229 pRec->size = size;
230 pRec->threadId = self->threadId
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 250 static void applyNumericAffinity(Mem *pRec){
251 if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){
254 u8 enc = pRec->enc;
255 if( (pRec->flags&MEM_Str)==0 ) return;
256 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
257 if( 0==sqlite3Atoi64(pRec->z, &iValue, pRec->n, enc) ){
258 pRec->u.i = iValue;
259 pRec->flags |= MEM_Int
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2532 milliseconds