Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 51) sorted by relevance

123

/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_timer.h49 void stop() { in stop() function
51 LARGE_INTEGER stop; in stop() local
52 QueryPerformanceCounter(&stop); in stop()
55 m_stop.HighPart += (stop.HighPart - m_restart.HighPart); in stop()
56 if (stop.LowPart < m_restart.LowPart) { in stop()
57 if (m_restart.LowPart - stop.LowPart > m_stop.LowPart) { in stop()
60 m_stop.LowPart -= m_restart.LowPart - stop.LowPart; in stop()
63 if (stop.LowPart - m_restart.LowPart > 0xFFFFFFFF - m_stop.LowPart) { in stop()
66 m_stop.LowPart += stop.LowPart - m_restart.LowPart; in stop()
70 m_stop = stop; in stop()
Dfile_reporter.h100 m_globalTimer.stop(); in end()
101 m_testTimer.stop(); in end()
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_timer.h49 void stop() { in stop() function
51 LARGE_INTEGER stop; in stop() local
52 QueryPerformanceCounter(&stop); in stop()
55 m_stop.HighPart += (stop.HighPart - m_restart.HighPart); in stop()
56 if (stop.LowPart < m_restart.LowPart) { in stop()
57 if (m_restart.LowPart - stop.LowPart > m_stop.LowPart) { in stop()
60 m_stop.LowPart -= m_restart.LowPart - stop.LowPart; in stop()
63 if (stop.LowPart - m_restart.LowPart > 0xFFFFFFFF - m_stop.LowPart) { in stop()
66 m_stop.LowPart += stop.LowPart - m_restart.LowPart; in stop()
70 m_stop = stop; in stop()
Dfile_reporter.h100 m_globalTimer.stop(); in end()
101 m_testTimer.stop(); in end()
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c139 char *stop; in matcher() local
146 stop = string + pmatch[0].rm_eo; in matcher()
149 stop = start + strlen(start); in matcher()
151 if (stop < start) in matcher()
156 for (dp = start; dp < stop; dp++) in matcher()
157 if (*dp == g->must[0] && stop - dp >= g->mlen && in matcher()
160 if (dp == stop) /* we didn't find g->must */ in matcher()
171 m->endp = (char*)stop; in matcher()
181 endp = fast(m, start, stop, gf, gl); in matcher()
195 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
[all …]
Dregcomp.c249 p_ere(struct parse *p, int stop) /* character this ERE should end at */ in p_ere() argument
260 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
285 assert(!MORE() || SEE(stop)); in p_ere()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
47 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
48 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
Dregexec.c43 Idx start, Idx last_start, Idx stop,
51 Idx stop, bool ret_len) internal_function;
54 regoff_t range, Idx stop,
342 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
345 Idx length1, length2, start, stop; variable
349 start, 0, regs, stop, true);
356 re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop)
359 Idx length1, length2, start, stop; variable
364 start, range, regs, stop, false);
376 Idx stop, bool ret_len) in weak_alias()
[all …]
Dregex_internal.c186 pstr->stop = pstr->len; in re_string_construct_common()
187 pstr->raw_stop = pstr->stop; in re_string_construct_common()
428 pstr->stop += mbcdlen - mbclen; in build_wcs_upper_buffer()
589 pstr->stop = pstr->raw_stop; in re_string_reconstruct()
646 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
699 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct()
803 pstr->stop -= offset; in re_string_reconstruct()
Dregex_internal.h397 Idx stop; member
453 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
/ndk/sources/host-tools/make-3.81/
Dremake.c128 int stop = 0, any_not_updated = 0; in update_goal_chain() local
167 stop = 0; in update_goal_chain()
178 stop = (question_flag && !keep_going_flag in update_goal_chain()
200 stop = 1; in update_goal_chain()
209 if (stop) in update_goal_chain()
216 if (stop || !any_not_updated) in update_goal_chain()
244 if (stop) in update_goal_chain()
Daclocal.m4909 # If the value was cached, stop now. We just wanted to have am__tar
913 # tar/untar a dummy directory, and stop if the command works
Dreadme.vms281 -W-). But it will stop on -E- and -F- errors. (unless you do something
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-k3 $description = "Test the make -k (don't stop on error) option.\n";
/ndk/sources/host-tools/sed-4.2.1/po/
Daf.po566 #~ " --help vertoon hierdie hulpboodskap en stop\n"
567 #~ " -V, --version vertoon weergaweinligting en stop\n"
Dga.po236 " stop priontáil uathoibríoch den spás patrúin\n"
/ndk/sources/host-tools/sed-4.2.1/
Daclocal.m4858 # If the value was cached, stop now. We just wanted to have am__tar
862 # tar/untar a dummy directory, and stop if the command works
/ndk/sources/host-tools/make-3.81/po/
Dbe.po807 " -S, --no-keep-going, --stop\n"
810 " -S, --no-keep-going, --stop\n"
Dja.po840 " -S, --no-keep-going, --stop\n"
843 " -S, --no-keep-going, --stop\n"
Dfi.po846 " -S, --no-keep-going, --stop\n"
849 " -S, --no-keep-going, --stop\n"
Dpl.po848 " -S, --no-keep-going, --stop\n"
851 " -S, --no-keep-going, --stop\n"
Dda.po837 " -S, --no-keep-going, --stop\n"
840 " -S, --no-keep-going, --stop\n"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good206 an assertion "group", stop matching and return TRUE, but record the
826 the final argument TRUE causes it to stop at the end of an assertion. */
DSPENCER.tests72 # stop retching, those are legitimate (although disgusting)
Duniq.inp611 an assertion "group", stop matching and return TRUE, but record the
1722 the final argument TRUE causes it to stop at the end of an assertion. */

123