Home
last modified time | relevance | path

Searched refs:must (Results 1 – 25 of 32) sorted by relevance

12

/bionic/linker/
DNOTICE7 * Redistributions of source code must retain the above copyright
9 * Redistributions in binary form must reproduce the above copyright
35 * Redistributions of source code must retain the above copyright
37 * Redistributions in binary form must reproduce the above copyright
63 * Redistributions of source code must retain the above copyright
65 * Redistributions in binary form must reproduce the above copyright
91 * Redistributions of source code must retain the above copyright
93 * Redistributions in binary form must reproduce the above copyright
119 * Redistributions of source code must retain the above copyright
121 * Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c97 if (g->must != NULL) in __weak_alias()
98 free(g->must); in __weak_alias()
Dregex2.h193 char *must; /* match must contain this string */ member
Dregcomp.c365 g->must = NULL; in regcomp_internal()
2164 g->must = malloc((size_t)g->mlen + 1);
2165 if (g->must == NULL) { /* argh; just forget it */
2170 cp = g->must;
2173 while (cp < g->must + g->mlen) {
2184 assert(cp == g->must + g->mlen);
2306 g->charjump[(int)g->must[mindex]] = g->mlen - mindex - 1;
2367 && g->must[mindex] != g->must[suffix]) {
Dengine.c243 if (g->must != NULL) { in matcher()
245 mustfirst = g->must; in matcher()
246 mustlast = g->must + g->mlen - 1; in matcher()
277 if (*dp == g->must[0] && in matcher()
279 memcmp(dp, g->must, (size_t)g->mlen) == 0) in matcher()
/bionic/libm/
DNOTICE192 1. Redistributions of source code must retain the above copyright
194 2. Redistributions in binary form must reproduce the above copyright
234 * Redistributions of source code must retain the above copyright
236 * Redistributions in binary form must reproduce the above copyright
262 * Redistributions of source code must retain the above copyright
264 * Redistributions in binary form must reproduce the above copyright
290 * Redistributions of source code must retain the above copyright
292 * Redistributions in binary form must reproduce the above copyright
319 1. Redistributions of source code must retain the above copyright
321 2. Redistributions in binary form must reproduce the above copyright
[all …]
/bionic/libc/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
33 * Redistributions of source code must retain the above copyright
35 * Redistributions in binary form must reproduce the above copyright
72 1. Redistributions of source code must retain the above copyright
74 2. Redistributions in binary form must reproduce the above copyright
151 * Redistributions of source code must retain the above copyright
153 * Redistributions in binary form must reproduce the above copyright
195 * Redistributions of source code must retain the above copyright
197 * Redistributions in binary form must reproduce the above copyright
[all …]
DSECCOMP_BLOCKLIST_COMMON.TXT5 # Any entry in the blocklist must be in the syscalls file and not be in the allowlist file
DSECCOMP_BLOCKLIST_APP.TXT5 # Any entry in the blocklist must be in the syscalls file and not be in the allowlist file
10 # including capset and setresuid. This is because the seccomp filter must be installed while
/bionic/libfdtrack/
DNOTICE7 * Redistributions of source code must retain the above copyright
9 * Redistributions in binary form must reproduce the above copyright
35 * Redistributions of source code must retain the above copyright
37 * Redistributions in binary form must reproduce the above copyright
/bionic/tests/
DNOTICE39 * Redistributions of source code must retain the above copyright
41 * Redistributions in binary form must reproduce the above copyright
99 * Redistributions of source code must retain the above copyright
101 * Redistributions in binary form must reproduce the above copyright
143 * Redistributions of source code must retain the above copyright
145 * Redistributions in binary form must reproduce the above copyright
187 * Redistributions of source code must retain the above copyright
189 * Redistributions in binary form must reproduce the above copyright
231 * Redistributions of source code must retain the above copyright
233 * Redistributions in binary form must reproduce the above copyright
[all …]
Duchar_test.cpp42 #error kLibcRejectsOverLongUtf8Sequences must be configured for this platform
/bionic/benchmarks/
DNOTICE87 * Redistributions of source code must retain the above copyright
89 * Redistributions in binary form must reproduce the above copyright
131 * Redistributions of source code must retain the above copyright
133 * Redistributions in binary form must reproduce the above copyright
159 * Redistributions of source code must retain the above copyright
161 * Redistributions in binary form must reproduce the above copyright
187 * Redistributions of source code must retain the above copyright
189 * Redistributions in binary form must reproduce the above copyright
/bionic/benchmarks/linker_relocation/
DAndroid.bp7 // * Redistributions of source code must retain the above copyright
9 // * Redistributions in binary form must reproduce the above copyright
/bionic/benchmarks/spawn/
DAndroid.bp8 // * Redistributions of source code must retain the above copyright
10 // * Redistributions in binary form must reproduce the above copyright
/bionic/apex/
DNOTICE95 (a) You must give any other recipients of the Work or
98 (b) You must cause any modified files to carry prominent notices
101 (c) You must retain, in the Source form of any Derivative Works
108 distribution, then any Derivative Works that You distribute must
/bionic/build/
DNOTICE95 (a) You must give any other recipients of the Work or
98 (b) You must cause any modified files to carry prominent notices
101 (c) You must retain, in the Source form of any Derivative Works
108 distribution, then any Derivative Works that You distribute must
/bionic/docs/
DNOTICE95 (a) You must give any other recipients of the Work or
98 (b) You must cause any modified files to carry prominent notices
101 (c) You must retain, in the Source form of any Derivative Works
108 distribution, then any Derivative Works that You distribute must
Delf-tls.md272 To support modules loaded with `dlopen`, the loader must use a resolver function that calls
285 * In general, the resolver function must call `__tls_get_addr`, so it must save and restore all
291 The resolver must be written in assembly, but in C, the function looks like so:
778 * somewhat larger/slower executables (they must use IE, not LE)
799 * LLD must not statically resolve an executable's IE relocation in the GOT. (It might assume that
833 that pthread keys are at a fixed offset from the thread pointer anymore. It must load an offset from
Dfdsan.md245 * * Redistributions of source code must retain the above copyright
247 * * Redistributions in binary form must reproduce the above copyright
/bionic/
Dandroid-changes-for-ndk-developers.md146 that you want to load directly from your APK must be page aligned
152 "my_zip_file.zip!/libs/libstuff.so". As with APKs, the library must be
158 Native libraries must use only public API, and must not link against
200 the relevant code must be copied to the project tree. SSL/Media/JNI
207 Note: SSL/crypto is a special case, applications must NOT use platform
216 headers. These headers must be present now, because the dynamic linker
322 Each ELF shared object (“native library”) must have a SONAME
DREADME.md104 # The files in bionic must not be edited directly because any local changes
359 a non-root user, so the unit tests must also pass when not run as root.
367 all tests. In order for this to continue to work, all architectures must
369 must also have the same number of tests.
/bionic/libc/arch-arm/krait/bionic/
Dmemcpy_base.S40 #error PLD threshold must be greater than or equal to the PLD offset
/bionic/libc/malloc_hooks/
DREADME.md62 the caller must guarantee that it does not depend on allocations/frees
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md15 On these old versions of the OS, you must be able to set system properties

12