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

  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 47 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);}
62 /*--------------------Camera Adapter Class STARTS here-----------------------------*/
210 //@todo Insert Image capture case here
407 // Just return the current preview size, nothing more to do here.
424 // We don't support image capture yet, safely return from here without messing up
610 /*--------------------Camera Adapter Class ENDS here-----------------------------*/
  /bionic/libc/regex/
regcomp.c 131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
132 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
134 #define HERE() (p->slen)
259 conc = HERE();
262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
276 prevfwd = HERE();
304 pos = HERE();
311 p->pbegin[subno] = HERE();
316 p->pend[subno] = HERE();
    [all...]
  /external/llvm/lib/Support/
regcomp.c 132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
133 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
134 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
135 #define HERE() (p->slen)
267 conc = HERE();
270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
284 prevfwd = HERE();
312 pos = HERE();
319 p->pbegin[subno] = HERE();
324 p->pend[subno] = HERE();
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 37 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);}
49 /*--------------------Camera Adapter Class STARTS here-----------------------------*/
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
132 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
134 #define HERE() (p->slen)
259 conc = HERE();
262 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
276 prevfwd = HERE();
304 pos = HERE();
311 p->pbegin[subno] = HERE();
316 p->pend[subno] = HERE();
    [all...]

Completed in 243 milliseconds