Searched refs:matches (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | regex_test.cpp | 42 regmatch_t matches[1]; in TEST() local 44 ASSERT_EQ(0, regexec(&re, "abc", 1, matches, 0)); in TEST() 45 ASSERT_EQ(1, matches[0].rm_so); in TEST() 46 ASSERT_EQ(2, matches[0].rm_eo); in TEST()
|
/bionic/libc/arch-x86/string/ |
D | sse2-wcschr-atom.S | 108 jnz L(matches) 166 jnz L(matches) 175 jnz L(matches) 184 jnz L(matches) 196 L(matches):
|
D | sse2-strchr-atom.S | 141 jnz L(matches) 152 jnz L(matches) 163 jnz L(matches) 174 jnz L(matches) 180 L(matches):
|
D | sse2-wcsrchr-atom.S | 196 jnz L(matches) 205 jnz L(matches) 214 jnz L(matches) 226 L(matches):
|
D | sse2-strrchr-atom.S | 202 jnz L(matches) 211 jnz L(matches) 220 jnz L(matches) 231 L(matches):
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 487 Which matches most calls to open that supply too many arguments, since 488 `int(const char *, int, ...)` matches less strongly than
|
D | status.md | 20 bionic diverged but 64-bit bionic matches POSIX; these are guarded with
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 353 *Resolution*: build your code with `minSdkVersion` that matches the minimum
|