Searched refs:stop (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop… 131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop… 132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno … 133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno … 134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft); 148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst); 191 const char *stop; in matcher() local 204 stop = string + (size_t)pmatch[0].rm_eo; in matcher() 207 stop = start + strlen(start); in matcher() 209 if (stop < start) in matcher() [all …]
|
D | regcomp.c | 128 static void p_ere(struct parse *p, int stop, size_t reclimit); 342 int stop, /* character this ERE should end at */ in p_ere() argument 361 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 386 assert(!MORE() || SEE(stop)); in p_ere()
|
/bionic/libc/arch-arm/bionic/ |
D | __bionic_clone.S | 64 # Setting lr to 0 will make the unwinder stop at __start_thread.
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | video.h | 62 } stop; member
|
/bionic/libc/malloc_hooks/ |
D | README.md | 91 adb shell stop 112 adb shell am force-stop com.google.android.googlequicksearchbox
|
/bionic/tests/ |
D | malloc_test.cpp | 900 std::atomic_bool stop; in TEST() local 905 std::thread* t = new std::thread([&stop] { in TEST() 906 while (!stop) { in TEST() 941 stop = true; in TEST()
|
/bionic/libc/malloc_debug/ |
D | README.md | 586 adb shell stop 598 adb shell stop 605 adb shell stop 631 adb shell stop 660 adb shell am force-stop com.google.android.googlequicksearchbox
|
D | README_marshmallow_and_earlier.md | 120 adb shell stop
|
/bionic/libc/kernel/uapi/linux/ |
D | kvm.h | 501 struct kvm_s390_stop_info stop; member
|
D | videodev2.h | 1116 } stop; member
|
/bionic/docs/ |
D | status.md | 307 unjoinable thread, the fix is to stop marking it detached. If you're
|
D | elf-tls.md | 796 * Clang would need to stop generating LE accesses.
|