OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HERE
(Results
1 - 9
of
9
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/
miniserver.py
8
HERE
= os.path.dirname(__file__)
15
return os.path.join(
HERE
, *filter(None, path.split('/')))
/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
-----------------------------*/
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
50
#define
HERE
(Msg) {CAMHAL_LOGEB("--=== %s===--\n", Msg);}
72
/*--------------------Camera Adapter Class STARTS
here
-----------------------------*/
780
//
here
then we sometimes would run into a deadlock on VIDIO_QBUF ioctl.
811
// Just return the current preview size, nothing more to do
here
.
[
all
...]
/bionic/libc/upstream-netbsd/lib/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)
360
conc =
HERE
();
363
REQUIRE(
HERE
() != conc, REG_EMPTY); /* require nonempty */
377
prevfwd =
HERE
();
410
pos =
HERE
();
417
p->pbegin[subno] =
HERE
();
422
p->pend[subno] =
HERE
();
[
all
...]
/external/llvm/lib/Support/
regcomp.c
140
#define INSERT(op, pos) doinsert(p, (sop)(op),
HERE
()-(pos)+1, pos)
141
#define AHEAD(pos) dofwd(p, pos,
HERE
()-(pos))
142
#define ASTERN(sop, pos) EMIT(sop,
HERE
()-pos)
143
#define
HERE
() (p->slen)
275
conc =
HERE
();
278
REQUIRE(
HERE
() != conc, REG_EMPTY); /* require nonempty */
292
prevfwd =
HERE
();
321
pos =
HERE
();
328
p->pbegin[subno] =
HERE
();
333
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
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
37
#define
HERE
(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);}
52
/*--------------------Camera Adapter Class STARTS
here
-----------------------------*/
[
all
...]
Completed in 818 milliseconds