Searched refs:other (Results 1 – 25 of 30) sorted by relevance
12
/bionic/libc/kernel/uapi/linux/ |
D | icmpv6.h | 54 __u8 reserved : 3, router_pref : 2, home_agent : 1, other : 1, managed : 1; member 56 __u8 managed : 1, other : 1, home_agent : 1, router_pref : 2, reserved : 3; member 80 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
|
D | pkt_sched.h | 217 __u32 other; member 245 __u32 other; member 290 __u32 other; member
|
/bionic/libc/bionic/ |
D | locale.cpp | 50 __locale_t(const __locale_t* other) { in __locale_t() 51 if (other == LC_GLOBAL_LOCALE) { in __locale_t() 54 mb_cur_max = other->mb_cur_max; in __locale_t()
|
/bionic/tools/bionicbb/ |
D | .gitignore | 31 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/bionic/libm/ |
D | NOTICE | 126 documentation and/or other materials provided with the distribution. 168 documentation and/or other materials provided with the distribution. 194 documentation and/or other materials provided with the distribution. 227 documentation and/or other materials provided with the distribution. 263 documentation and/or other materials provided with the distribution. 292 documentation and/or other materials provided with the distribution. 325 documentation and/or other materials provided with the distribution. 352 documentation and/or other materials provided with the distribution. 379 documentation and/or other materials provided with the distribution. 406 documentation and/or other materials provided with the distribution. [all …]
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 163 def SourceRange__contains__(self, other): argument 165 if not isinstance(other, SourceLocation): 167 if other.file is None and self.start.file is None: 169 elif (self.start.file.name != other.file.name or 170 other.file.name != self.end.file.name): 174 if self.start.line < other.line < self.end.line: 177 elif self.start.line == other.line == self.end.line: 178 if self.start.column <= other.column <= self.end.column: 180 elif self.start.line == other.line: 182 if self.start.column <= other.column: [all …]
|
/bionic/libstdc++/include/ |
D | climits | 13 * the documentation and/or other materials provided with the
|
D | cstdint | 13 * the documentation and/or other materials provided with the
|
D | cwchar | 13 * the documentation and/or other materials provided with the
|
D | cwctype_is_not_supported | 13 * the documentation and/or other materials provided with the
|
D | utility | 12 * the documentation and/or other materials provided with the
|
D | cerrno | 13 * the documentation and/or other materials provided with the
|
D | cfloat | 13 * the documentation and/or other materials provided with the
|
D | csignal | 13 * the documentation and/or other materials provided with the
|
D | cassert | 13 * the documentation and/or other materials provided with the
|
D | csetjmp | 13 * the documentation and/or other materials provided with the
|
D | cstddef | 13 * the documentation and/or other materials provided with the
|
D | cctype | 13 * the documentation and/or other materials provided with the
|
D | ctime | 13 * the documentation and/or other materials provided with the
|
D | cstring | 13 * the documentation and/or other materials provided with the
|
D | cmath | 13 * the documentation and/or other materials provided with the
|
/bionic/tools/relocation_packer/ |
D | LICENSE | 11 // in the documentation and/or other materials provided with the
|
/bionic/libc/ |
D | NOTICE | 10 documentation and/or other materials provided with the distribution. 41 documentation and/or other materials provided with the distribution. 70 documentation and/or other materials provided with the distribution. 111 documentation and/or other materials provided with the distribution. 140 documentation and/or other materials provided with the distribution. 219 the documentation and/or other materials provided with the 263 the documentation and/or other materials provided with the 292 the documentation and/or other materials provided with the 336 the documentation and/or other materials provided with the 380 the documentation and/or other materials provided with the [all …]
|
/bionic/linker/ |
D | NOTICE | 27 the documentation and/or other materials provided with the 55 the documentation and/or other materials provided with the 83 the documentation and/or other materials provided with the 127 the documentation and/or other materials provided with the 187 the documentation and/or other materials provided with the
|
/bionic/libstdc++/ |
D | NOTICE | 11 the documentation and/or other materials provided with the 39 the documentation and/or other materials provided with the
|
12