/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 | 47 __u8 reserved : 3, router_pref : 2, home_agent : 1, other : 1, managed : 1; member 49 __u8 managed : 1, other : 1, home_agent : 1, router_pref : 2, reserved : 3; member 69 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
|
D | pkt_sched.h | 193 __u32 other; member 240 __u32 other; member 276 __u32 other; member
|
/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 322 documentation and/or other materials provided with the distribution. 351 documentation and/or other materials provided with the distribution. 384 documentation and/or other materials provided with the distribution. 414 documentation and/or other materials provided with the distribution. 442 documentation and/or other materials provided with the distribution. 469 documentation and/or other materials provided with the distribution. [all …]
|
/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. 79 documentation and/or other materials provided with the distribution. 108 documentation and/or other materials provided with the distribution. 187 the documentation and/or other materials provided with the 231 the documentation and/or other materials provided with the 260 the documentation and/or other materials provided with the 288 the documentation and/or other materials provided with the 332 the documentation and/or other materials provided with the 361 documentation and/or other materials provided with the distribution. [all …]
|
D | BUILD | 11 # the documentation and/or other materials provided with the
|
/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/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/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 | 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/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
|
/bionic/libc/malloc_hooks/ |
D | Android.bp | 62 // The clang-analyzer-unix.Malloc and other warnings in these
|
/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/kernel/android/ |
D | BUILD | 11 # the documentation and/or other materials provided with the
|
/bionic/libc/kernel/uapi/ |
D | BUILD | 11 # the documentation and/or other materials provided with the
|
/bionic/libc/malloc_debug/ |
D | Android.bp | 179 // 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
|