OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ebegin
(Results
1 - 6
of
6
) sorted by null
/external/avahi/initscript/gentoo/
avahi-daemon.in
14
ebegin
"Starting avahi-daemon"
20
ebegin
"Stopping avahi-daemon"
26
ebegin
"Reloading avahi-daemon"
avahi-dnsconfd.in
13
ebegin
"Starting avahi-dnsconfd"
19
ebegin
"Stopping avahi-dnsconfd"
25
ebegin
"Reloading avahi-dnsconfd"
/external/elfutils/tests/
dwfllines.c
115
bool
ebegin
;
local
116
if (dwarf_lineepiloguebegin (dw_line, &
ebegin
) != 0)
149
dw_op_index, begin, end, pend,
ebegin
, block, isa, disc);
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
63
const char*
ebegin
, const char* eend, const char*& ecur,
66
ecur =
ebegin
;
156
const char*
ebegin
, const char* eend, const char*& ecur,
160
ecur =
ebegin
;
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
63
const char*
ebegin
, const char* eend, const char*& ecur,
66
ecur =
ebegin
;
156
const char*
ebegin
, const char* eend, const char*& ecur,
160
ecur =
ebegin
;
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc
381
const u64
ebegin
= RoundDown(eend, kTracePartSize);
local
382
DPrintf("#%d: RestoreStack epoch=%zu
ebegin
=%zu eend=%zu partidx=%d\n",
383
tid, (uptr)epoch, (uptr)
ebegin
, (uptr)eend, partidx);
394
for (uptr i =
ebegin
; i <= eend; i++) {
Completed in 418 milliseconds