Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 38) sorted by relevance

12

/bionic/tools/versioner/src/
DCompilationType.h38 bool operator<(const CompilationType& other) const {
39 return tie() < other.tie();
42 bool operator==(const CompilationType& other) const {
43 return tie() == other.tie();
DDeclarationDatabase.cpp275 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()
DArch.h62 bool operator==(const ArchMap& other) const {
64 if (data_[i] != other.data_[i]) {
DDeclarationDatabase.h93 bool merge(const DeclarationAvailability& other);
/bionic/libc/kernel/uapi/linux/
Dicmpv6.h35 __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
Dpkt_sched.h181 __u32 other; member
228 __u32 other; member
264 __u32 other; member
/bionic/libc/
DSECCOMP_PRIORITY.TXT6 # The syscalls below are prioritized above other syscalls when checking seccomp policy, in
DNOTICE11 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/
DNOTICE11 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 …]
Dld.config.format.md54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB}
57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
/bionic/libm/
DNOTICE196 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/
DNOTICE17 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/
DNOTICE17 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/
DNOTICE17 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,
DREADME.md14 `__ANDROID__` and `__BIONIC__` and all the other options for conditional
Ddefines.md18 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
DEINTR.md12 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/
DNOTICE11 the documentation and/or other materials provided with the
39 the documentation and/or other materials provided with the
/bionic/libc/malloc_hooks/
DAndroid.bp63 // The clang-analyzer-unix.Malloc and other warnings in these
/bionic/tests/
DNOTICE43 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/
Dcpp.py167 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/
DNOTICE91 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/
DAndroid.bp181 // The clang-analyzer-unix.Malloc and other warnings in these
/bionic/benchmarks/linker_relocation/
DAndroid.bp11 // the documentation and/or other materials provided with the
/bionic/benchmarks/spawn/
DAndroid.bp12 // the documentation and/or other materials provided with the

12