HomeSort by relevance Sort by last modified time
    Searched full:cnxt (Results 1 - 4 of 4) sorted by null

  /dalvik/libdex/
DexDebugInfo.h 30 typedef int (*DexDebugNewPositionCb)(void *cnxt, u4 address, u4 lineNum);
36 typedef void (*DexDebugNewLocalCb)(void *cnxt, u2 reg, u4 startAddress,
53 void* cnxt);
DexDebugInfo.cpp 120 static void emitLocalCbIfLive(void *cnxt, int reg, u4 endAddress,
124 localCb(cnxt, reg, localInReg[reg].startAddress, endAddress,
148 void* cnxt,
236 emitLocalCbIfLive(cnxt, reg, address,
258 emitLocalCbIfLive (cnxt, reg, address, localInReg, localCb);
298 done = posCb(cnxt, address, line);
319 void* cnxt)
328 posCb, localCb, cnxt, stream, localInReg);
332 emitLocalCbIfLive(cnxt, reg, pCode->insnsSize, localInReg, localCb);
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp 413 const float* cnxt = c.ptr<float>(1); local
420 ypos = (ccur[j] + cnxt[j]) * (ldnxt[j] - ldcur[j]);
446 cnxt = c.ptr<float>(i + 1);
451 ypos = (ccur[0] + cnxt[0]) * (ldnxt[0] - ldcur[0]);
456 ypos = (ccur[r0] + cnxt[r0]) * (ldnxt[r0] - ldcur[r0]);
461 ccur = cnxt;
  /dalvik/dexdump/
DexDump.cpp 609 static int dumpPositionsCb(void * /* cnxt */, u4 address, u4 lineNum)
631 static void dumpLocalsCb(void * /* cnxt */, u2 reg, u4 startAddress,
    [all...]

Completed in 177 milliseconds