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

  /external/stlport/test/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 63 const char* ebegin, const char* eend, const char*& ecur,
69 while (ecur != eend) {
76 if (ecur == eend) {
117 const char *efrom, const char *eend, size_t m) const {
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
156 const char* ebegin, const char* eend, const char*& ecur,
179 while (ecur != eend) {
186 if (ecur == eend) {
237 const char *efrom, const char *eend, size_t m) const {
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 410 const u64 eend = epoch % TraceSize(); local
411 const u64 ebegin = RoundDown(eend, kTracePartSize);
412 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n",
413 tid, (uptr)epoch, (uptr)ebegin, (uptr)eend, partidx);
423 for (uptr i = ebegin; i <= eend; i++) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 984 eend = @fromLineNumber.nil? ? operation.end_in_new : operation.end_in_old
985 escaped_text = CGI.escapeHTML(@text[start...eend])
986 if eend - start === 0 or operation.action === :equal

Completed in 192 milliseconds