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

  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
58 # define SCRUTE(var) HERE ; cerr << #var << "=" << var << endl ;
59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ;
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
67 #define BEGIN_OF(chain) {REPERE ; HERE ; cerr << "Begin of: " << chain << endl ; REPERE ; }
68 #define END_OF(chain) {REPERE ; HERE ; cerr << "Normal end of: " << chain << endl ; REPERE ; }
74 # define HERE
  /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/upstream-netbsd/libc/regex/
regcomp.c 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
201 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
202 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
203 #define HERE() (p->slen)
361 conc = HERE();
364 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
378 prevfwd = HERE();
411 pos = HERE();
418 p->pbegin[subno] = HERE();
423 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();
313 pos = HERE();
320 p->pbegin[subno] = HERE();
325 p->pend[subno] = HERE();
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 39 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);}
51 /*--------------------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 135 milliseconds