HomeSort by relevance Sort by last modified time
    Searched full:ebegin (Results 1 - 7 of 7) 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/fonttools/Lib/fontTools/
t1Lib.py 315 eBegin = data.find(EEXECBEGIN)
316 if eBegin < 0:
318 eBegin = eBegin + len(EEXECBEGIN) + 1
319 eEnd = data.find(EEXECEND, eBegin)
322 cypherText = data[eBegin:eEnd + 2]
329 chunks.append((0, data[:eBegin]))
  /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);
  /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++) {
  /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;

Completed in 700 milliseconds