Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 29) 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.cpp274 bool DeclarationAvailability::merge(const DeclarationAvailability& other) { in merge() argument
275 #define check_avail(expr) error |= (!this->expr.empty() && this->expr != other.expr); in merge()
278 if (!other.global_availability.empty()) { in merge()
280 this->global_availability = other.global_availability; in merge()
284 if (!other.arch_availability[arch].empty()) { in merge()
286 this->arch_availability[arch] = other.arch_availability[arch]; in merge()
DArch.h61 bool operator==(const ArchMap& other) const {
63 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
68 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
Dpkt_sched.h188 __u32 other; member
235 __u32 other; member
271 __u32 other; member
/bionic/libc/bionic/
Dlocale.cpp61 explicit __locale_t(const __locale_t* other) { in __locale_t()
62 if (other == LC_GLOBAL_LOCALE) { in __locale_t()
65 mb_cur_max = other->mb_cur_max; in __locale_t()
/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.
39 documentation and/or other materials provided with the distribution.
68 documentation and/or other materials provided with the distribution.
94 documentation and/or other materials provided with the distribution.
295 documentation and/or other materials provided with the distribution.
324 documentation and/or other materials provided with the distribution.
403 the documentation and/or other materials provided with the
447 the documentation and/or other materials provided with the
476 the documentation and/or other materials provided with the
504 the documentation and/or other materials provided with the
[all …]
/bionic/libdl/
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/linker/
Dld.config.format.md54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB}
57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
DNOTICE11 the documentation and/or other materials provided with the
/bionic/libc/kernel/tools/
Dcpp.py165 def SourceRange__contains__(self, other): argument
167 if not isinstance(other, SourceLocation):
169 if other.file is None and self.start.file is None:
171 elif (self.start.file.name != other.file.name or
172 other.file.name != self.end.file.name):
176 if self.start.line < other.line < self.end.line:
179 elif self.start.line == other.line == self.end.line:
180 if self.start.column <= other.column <= self.end.column:
182 elif self.start.line == other.line:
184 if self.start.column <= other.column:
[all …]
/bionic/libc/bionic/scudo/
DAndroid.bp49 // Will be referencing other libc code that won't be defined here.
/bionic/benchmarks/linker_relocation/
DAndroid.bp11 // the documentation and/or other materials provided with the
/bionic/
DREADME.md150 least one other C library.
156 In all other cases, you should use
203 required for the device. Tests, additional developer tools, and various other
311 tests failures from impacting other tests. This also has the added benefit of
/bionic/docs/
Dfdsan.md8 …reign to detect errors and abort on double free. File descriptors, on the other hand, are mandated…
45 …e for all file descriptors in the module can be useful, since it'll catch other code that closes y…
227 …_fd` and `ParcelFileDescriptor`, to improve the odds that double closes in other code get detected.
245 * the documentation and/or other materials provided with the
Dnative_allocator.md69 and no other allocation calls are made. The `M_PURGE` option is used to
203 had issues with this size. It is possible other sizes might show different
223 The other variation of this benchmark is to always do forty allocations in
224 each loop, but vary the size of the forty allocations. As with the other
243 As with the other microbenchmarks, an allocator with numbers in the same
Ddefines.md18 useful as you might think, and one of the other choices on this page is usually
Dstatus.md19 and `__GLIBC__`. In other cases historical accidents mean 32-bit
288 syscall or other, and sometimes update fields in the `pthread_internal_t`
336 cover other issues. It can now detect, for example, passing `O_CREAT`
Delf-tls.md25 few instructions. TLS variables belonging to dlopen'ed shared objects, on the other hand, may be
116 musl, on the other, preallocates TLS memory in `pthread_create` and in `dlopen`, and each can report
328 * GCC and Clang default to TLSDESC on arm64 and the traditional design on other architectures.
482 XXX: A dynamic executable using ELF TLS would have a PT_TLS segment and no other distinguishing
554 out-of-memory error on a TLS access aborts the process. musl, on the other hand, preallocates TLS
562 On the other hand, maybe lazy allocation is a feature, because not all threads will use a dlopen'ed
709 GCC for arm64 defaults to the 24-bit model and has an `-mtls-size=SIZE` option for setting other
854 overall ELF TLS design and ABI details for x86 and x86-64 (as well as several other architectures
D32-bit-abi.md39 and `mmap` (but no other functions that are unavailable at your target
/bionic/benchmarks/spawn/
DAndroid.bp12 // the documentation and/or other materials provided with the
/bionic/libc/malloc_debug/
DREADME.md42 individually, or in a group of other options. Every single option can be
43 combined with every other option.
169 Any allocation routine, other than calloc, will result in the allocation being
421 There are a few other error messages that might appear in the log.
459 As with the other error message, the function in parenthesis is the
DREADME_marshmallow_and_earlier.md75 This value enables everything enabled with value 1 plus these other options.

12