/bionic/tools/versioner/src/ |
D | CompilationType.h | 38 bool operator<(const CompilationType& other) const { 39 return tie() < other.tie(); 42 bool operator==(const CompilationType& other) const { 43 return tie() == other.tie();
|
D | DeclarationDatabase.cpp | 275 bool DeclarationAvailability::merge(const DeclarationAvailability& other) { in merge() argument 276 #define check_avail(expr) error |= (!this->expr.empty() && this->expr != other.expr); in merge() 279 if (!other.global_availability.empty()) { in merge() 281 this->global_availability = other.global_availability; in merge() 285 if (!other.arch_availability[arch].empty()) { in merge() 287 this->arch_availability[arch] = other.arch_availability[arch]; in merge()
|
D | Arch.h | 62 bool operator==(const ArchMap& other) const { 64 if (data_[i] != other.data_[i]) {
|
D | DeclarationDatabase.h | 93 bool merge(const DeclarationAvailability& other);
|
/bionic/libc/kernel/uapi/linux/ |
D | icmpv6.h | 35 __u8 reserved : 3, router_pref : 2, home_agent : 1, other : 1, managed : 1; member 37 __u8 managed : 1, other : 1, home_agent : 1, router_pref : 2, reserved : 3; member 57 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
|
D | pkt_sched.h | 181 __u32 other; member 228 __u32 other; member 264 __u32 other; member
|
/bionic/libc/ |
D | SECCOMP_PRIORITY.TXT | 6 # The syscalls below are prioritized above other syscalls when checking seccomp policy, in
|
D | NOTICE | 11 documentation and/or other materials provided with the distribution. 37 documentation and/or other materials provided with the distribution. 76 documentation and/or other materials provided with the distribution. 155 the documentation and/or other materials provided with the 199 the documentation and/or other materials provided with the 228 the documentation and/or other materials provided with the 256 the documentation and/or other materials provided with the 300 the documentation and/or other materials provided with the 329 documentation and/or other materials provided with the distribution. 359 the documentation and/or other materials provided with the [all …]
|
/bionic/linker/ |
D | NOTICE | 11 the documentation and/or other materials provided with the 39 the documentation and/or other materials provided with the 67 the documentation and/or other materials provided with the 95 the documentation and/or other materials provided with the 123 the documentation and/or other materials provided with the 151 the documentation and/or other materials provided with the 179 the documentation and/or other materials provided with the 207 the documentation and/or other materials provided with the 235 the documentation and/or other materials provided with the 263 the documentation and/or other materials provided with the [all …]
|
D | ld.config.format.md | 54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB} 57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
|
/bionic/libm/ |
D | NOTICE | 196 documentation and/or other materials provided with the distribution. 238 the documentation and/or other materials provided with the 266 the documentation and/or other materials provided with the 294 the documentation and/or other materials provided with the 323 documentation and/or other materials provided with the distribution. 349 documentation and/or other materials provided with the distribution. 375 documentation and/or other materials provided with the distribution. 401 documentation and/or other materials provided with the distribution. 436 documentation and/or other materials provided with the distribution. 465 documentation and/or other materials provided with the distribution. [all …]
|
/bionic/apex/ |
D | NOTICE | 17 other entities that control, are controlled by, or are under common 34 and conversions to other media types. 43 editorial revisions, annotations, elaborations, or other modifications 95 (a) You must give any other recipients of the Work or 163 other commercial damages or losses), even if such Contributor 169 or other liability obligations and/or rights consistent with this 172 of any other Contributor, and only if You agree to indemnify,
|
/bionic/build/ |
D | NOTICE | 17 other entities that control, are controlled by, or are under common 34 and conversions to other media types. 43 editorial revisions, annotations, elaborations, or other modifications 95 (a) You must give any other recipients of the Work or 163 other commercial damages or losses), even if such Contributor 169 or other liability obligations and/or rights consistent with this 172 of any other Contributor, and only if You agree to indemnify,
|
/bionic/docs/ |
D | NOTICE | 17 other entities that control, are controlled by, or are under common 34 and conversions to other media types. 43 editorial revisions, annotations, elaborations, or other modifications 95 (a) You must give any other recipients of the Work or 163 other commercial damages or losses), even if such Contributor 169 or other liability obligations and/or rights consistent with this 172 of any other Contributor, and only if You agree to indemnify,
|
D | README.md | 14 `__ANDROID__` and `__BIONIC__` and all the other options for conditional
|
D | defines.md | 18 useful as you might think, and one of the other choices on this page is usually 63 check for Android-only code. If you need to write code portable to other
|
D | EINTR.md | 12 But what if read(2) hasn't read any data yet? Or what if you've made some other 84 System calls with timeouts are the other interesting case where "just wrap
|
/bionic/libfdtrack/ |
D | NOTICE | 11 the documentation and/or other materials provided with the 39 the documentation and/or other materials provided with the
|
/bionic/libc/malloc_hooks/ |
D | Android.bp | 63 // The clang-analyzer-unix.Malloc and other warnings in these
|
/bionic/tests/ |
D | NOTICE | 43 the documentation and/or other materials provided with the 103 the documentation and/or other materials provided with the 147 the documentation and/or other materials provided with the 191 the documentation and/or other materials provided with the 235 the documentation and/or other materials provided with the 279 the documentation and/or other materials provided with the 323 the documentation and/or other materials provided with the 367 the documentation and/or other materials provided with the 411 the documentation and/or other materials provided with the 439 the documentation and/or other materials provided with the [all …]
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 167 def SourceRange__contains__(self, other): argument 169 if not isinstance(other, SourceLocation): 171 if other.file is None and self.start.file is None: 173 elif (self.start.file.name != other.file.name or 174 other.file.name != self.end.file.name): 178 if self.start.line < other.line < self.end.line: 181 elif self.start.line == other.line == self.end.line: 182 if self.start.column <= other.column <= self.end.column: 184 elif self.start.line == other.line: 186 if self.start.column <= other.column: [all …]
|
/bionic/benchmarks/ |
D | NOTICE | 91 the documentation and/or other materials provided with the 135 the documentation and/or other materials provided with the 163 the documentation and/or other materials provided with the 191 the documentation and/or other materials provided with the
|
/bionic/libc/malloc_debug/ |
D | Android.bp | 181 // The clang-analyzer-unix.Malloc and other warnings in these
|
/bionic/benchmarks/linker_relocation/ |
D | Android.bp | 11 // the documentation and/or other materials provided with the
|
/bionic/benchmarks/spawn/ |
D | Android.bp | 12 // the documentation and/or other materials provided with the
|