Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 31) sorted by relevance

12

/bionic/libc/private/
DScopeGuard.h28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) { in ScopeGuard() argument
29 that.active_ = false; in ScopeGuard()
DUniquePtr.h53 UniquePtr(UniquePtr<T, D>&& that) {
54 mPtr = that.mPtr;
55 that.mPtr = nullptr;
105 UniquePtr(UniquePtr<T, D>&& that) {
106 mPtr = that.mPtr;
107 that.mPtr = nullptr;
/bionic/linker/
Dlinked_list.h39 LinkedList(LinkedList&& that) { in LinkedList() argument
40 this->head_ = that.head_; in LinkedList()
41 this->tail_ = that.tail_; in LinkedList()
42 that.head_ = that.tail_ = nullptr; in LinkedList()
DNOTICE21 modification, are permitted provided that the following conditions
49 modification, are permitted provided that the following conditions
77 modification, are permitted provided that the following conditions
121 modification, are permitted provided that the following conditions
181 modification, are permitted provided that the following conditions
/bionic/
DREADME.md20 that the dynamic linker replaces with pointers to its own implementation at
26 thread-safe static initialization and the like, so it just calls functions that
33 has a `DT_INTERP` entry that says "use the following program to start me". On
34 Android, that's either `linker` or `linker64` (depending on whether it's a
36 into memory and resolving references to symbols (so that when your code tries to
61 # Each architecture has its own subdirectory for stuff that isn't shared
62 # because it's architecture-specific. There will be a .mk file in here that
116 # because the Linux kernel interface is sufficiently different that we
118 # legacy mess that needs to be sorted out, either by replacing it with
148 Note that you should check to see whether the constants are already in
[all …]
/bionic/libstdc++/
DNOTICE5 modification, are permitted provided that the following conditions
33 modification, are permitted provided that the following conditions
62 provided that the above copyright notice appear in all copies and
63 that both that copyright notice and this permission notice appear
74 provided that the above copyright notice appear in all copies and
75 that both that copyright notice and this permission notice appear
/bionic/tools/bionicbb/
DREADME.md5 service that interacts with gerrit.
35 for a Jenkins account that has the appropriate permissions to launch the jobs
55 Bionicbb polls a gmail account to find changes that need to be built. The gmail
60 Gerrit does offer a streaming notification service that would be _far_ better,
68 One drawback to this approach is that it's a hassle to set up the project
/bionic/libc/kernel/
DREADME.TXT1 Bionic comes with a processed set of all of the uapi Linux kernel headers that
7 declarations and constructs that usually result in compilation failure.
20 also includes the header files that are generated by building the kernel
68 After this, you will need to build/test the tree to make sure that these
/bionic/libc/upstream-dlmalloc/
DREADME.txt8 Currently there are very minor modifications that are signified with:
/bionic/libm/
DNOTICE6 software is freely granted, provided that this notice
16 software is freely granted, provided that this notice
29 software is freely granted, provided that this notice
39 software is freely granted, provided that this notice
53 software is freely granted, provided that this notice
64 software is freely granted, provided that this notice
78 software is freely granted, provided that this notice
92 software is freely granted, provided that this notice
101 software is freely granted, provided that this notice
111 software is freely granted, provided that this notice
[all …]
/bionic/libc/
DNOTICE5 modification, are permitted provided that the following conditions are met:
36 modification, are permitted provided that the following conditions are met:
64 modification, are permitted provided that the following conditions
93 software is freely granted, provided that this notice
105 modification, are permitted provided that the following conditions
134 modification, are permitted provided that the following conditions
163 purpose with or without fee is hereby granted, provided that the above
180 purpose with or without fee is hereby granted, provided that the above
213 modification, are permitted provided that the following conditions
257 modification, are permitted provided that the following conditions
[all …]
/bionic/libstdc++/include/
Dclimits7 * modification, are permitted provided that the following conditions
Dcstdint7 * modification, are permitted provided that the following conditions
Dcwchar7 * modification, are permitted provided that the following conditions
Dcwctype_is_not_supported7 * modification, are permitted provided that the following conditions
Dutility6 * modification, are permitted provided that the following conditions
Dcerrno7 * modification, are permitted provided that the following conditions
Dcfloat7 * modification, are permitted provided that the following conditions
Dcsignal7 * modification, are permitted provided that the following conditions
Dcassert7 * modification, are permitted provided that the following conditions
Dcsetjmp7 * modification, are permitted provided that the following conditions
Dcstddef7 * modification, are permitted provided that the following conditions
Dcctype7 * modification, are permitted provided that the following conditions
Dctime7 * modification, are permitted provided that the following conditions
/bionic/tools/relocation_packer/
DLICENSE4 // modification, are permitted provided that the following conditions are

12