Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 40) 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.h47 __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
Dpkt_sched.h193 __u32 other; member
240 __u32 other; member
276 __u32 other; member
/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
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/
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.
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 …]
DBUILD11 # the documentation and/or other materials provided with the
/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/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/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,
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/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
/bionic/libc/malloc_hooks/
DAndroid.bp62 // The clang-analyzer-unix.Malloc and other warnings in these
/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/kernel/android/
DBUILD11 # the documentation and/or other materials provided with the
/bionic/libc/kernel/uapi/
DBUILD11 # the documentation and/or other materials provided with the
/bionic/libc/malloc_debug/
DAndroid.bp179 // 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

12