Home
last modified time | relevance | path

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

12345678910>>...22

/system/update_engine/payload_consumer/
Dinstall_plan.cc43 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==()
44 return ((is_resume == that.is_resume) && in operator ==()
45 (download_url == that.download_url) && (payloads == that.payloads) && in operator ==()
46 (source_slot == that.source_slot) && in operator ==()
47 (target_slot == that.target_slot) && (partitions == that.partitions)); in operator ==()
50 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=()
51 return !((*this) == that); in operator !=()
123 const InstallPlan::Partition& that) const { in operator ==()
124 return (name == that.name && source_path == that.source_path && in operator ==()
125 source_size == that.source_size && source_hash == that.source_hash && in operator ==()
[all …]
Dinstall_plan.h44 bool operator==(const InstallPlan& that) const;
45 bool operator!=(const InstallPlan& that) const;
71 bool operator==(const Payload& that) const {
72 return size == that.size && metadata_size == that.metadata_size &&
73 metadata_signature == that.metadata_signature &&
74 hash == that.hash && type == that.type &&
75 already_applied == that.already_applied;
92 bool operator==(const Partition& that) const;
/system/core/base/include/android-base/
Dscopeguard.h31 ScopeGuard(ScopeGuard&& that) noexcept : f_(std::move(that.f_)), active_(that.active_) { in ScopeGuard() argument
32 that.active_ = false; in ScopeGuard()
36 ScopeGuard(ScopeGuard<Functor>&& that) : f_(std::move(that.f_)), active_(that.active_) { in ScopeGuard() argument
37 that.active_ = false; in ScopeGuard()
47 void operator=(ScopeGuard&& that) = delete;
/system/netd/libnetdutils/include/netdutils/
DHandle.h55 bool operator==(const Handle& that) const { return get() == that.get(); }
56 bool operator!=(const Handle& that) const { return get() != that.get(); }
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DStagedDistroOperation.java55 StagedDistroOperation that = (StagedDistroOperation) o; in equals() local
57 if (isUninstall != that.isUninstall) { in equals()
60 return distroVersion != null ? distroVersion.equals(that.distroVersion) in equals()
61 : that.distroVersion == null; in equals()
DDistroVersion.java120 DistroVersion that = (DistroVersion) o; in equals() local
122 if (formatMajorVersion != that.formatMajorVersion) { in equals()
125 if (formatMinorVersion != that.formatMinorVersion) { in equals()
128 if (revision != that.revision) { in equals()
131 return rulesVersion.equals(that.rulesVersion); in equals()
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/
D26.0.ignore.cil1 ;; new_objects - a collection of types that have been introduced that have no
29 ;; private_objects - a collection of types that were labeled differently in
30 ;; older policy, but that should not remain accessible to vendor policy.
/system/bt/service/common/
DREADME4 Only common files should go here. All headers that go into common/bluetooth must
10 This is so that client applications that link against the client library have
12 within that.
/system/media/audio_utils/
DDoxyfile14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
89 # descriptions after the members that are listed in the file and class
104 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # inherited members of a class in the documentation of that class as if those
132 # shortest path that makes the file name unique will be used
143 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
DDoxyfile.orig14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
89 # descriptions after the members that are listed in the file and class
104 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # inherited members of a class in the documentation of that class as if those
132 # shortest path that makes the file name unique will be used
143 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
/system/sepolicy/
DNOTICE5 You agree that this software is a
6 non-commercially developed program that may contain "bugs" (as that
7 term is used in the industry) and that it may not function as intended.
20 of such damage. You acknowledge that this is a reasonable allocation of
/system/chre/pal/doc/
DDoxyfile14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
97 # descriptions after the members that are listed in the file and class
112 # This tag implements a quasi-intelligent brief description abbreviator that is
131 # inherited members of a class in the documentation of that class as if those
140 # shortest path that makes the file name unique will be used
151 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
/system/chre/chre_api/doc/
DDoxyfile14 # Values that contain spaces should be placed between quotes (\" \").
21 # that follow. The default is UTF-8 which is also the encoding used for all text
30 # double-quotes, unless you are using Doxywizard) that should identify the
44 # for a project that appears at the top of each page and should give viewer a
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
97 # descriptions after the members that are listed in the file and class
112 # This tag implements a quasi-intelligent brief description abbreviator that is
131 # inherited members of a class in the documentation of that class as if those
140 # shortest path that makes the file name unique will be used
151 # Note that you can specify absolute paths here, but also relative paths, which
[all …]
/system/core/llkd/
DREADME.md10 of the main loop, or spun off as a thread should that be necessary. A default
34 condition. Add a alarm self watchdog should llkd ever get locked up that is
49 - The __symbol__ should be rare and short lived enough that on a typical
54 - Should be just below the function that is calling the lock that could
56 symbol will show in all affected processes, not just the one that
59 Default will not monitor init, or [kthreadd] and all that [kthreadd] spawns.
61 value in covering [kthreadd] spawned threads, the requirement will be that
62 the drivers not remain in a persistent 'D' state, or that they have mechanisms
68 there is an additional process blacklist so that we do not incide sepolicy
69 violations on services that block ptrace operations.
[all …]
/system/update_engine/payload_generator/
Dgraph_types.h48 bool operator==(const EdgeProperties& that) const {
49 return extents == that.extents && write_extents == that.write_extents;
/system/nvram/
DREADME.md5 spaces that can hold arbitrary data blobs of limited size. Access restrictions
8 a locked NVRAM space. This can be used for various security features that
9 require a trusted storage location for critical data that an attacker can't
23 implementation can be used to create NVRAM HAL implementations that run in a
29 Note that the reference implementation leaves persistent storage to be handled
36 The [hal](/hal) directory contains glue code that simplifies creation of NVRAM
40 it is sufficient to provide an implementation that understands `nvram::Request`
46 Defines an IPC message format that can be used to serialize NVRAM HAL calls and
/system/core/logd/
DREADME.auditd12 To enable a LSM, you must consult that LSM's documentation, the
16 This does not include possible dependencies that may need to be
17 satisfied for that particular LSM.
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriod.java144 ZoneOffsetPeriod that = (ZoneOffsetPeriod) o; in equals() local
145 return rawOffsetMillis == that.rawOffsetMillis && in equals()
146 dstOffsetMillis == that.dstOffsetMillis && in equals()
147 Objects.equals(start, that.start) && in equals()
148 Objects.equals(end, that.end) && in equals()
149 Objects.equals(name, that.name); in equals()
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt33 * Called for each GATT service that was discovered on the remote device. The
34 * device that this service belongs to can be obtained from the |service_id|
41 * Called for each include definition that was discovered on the remote
47 * Called for each characteristic that was discovered on the remote device.
48 * The service that this characteristic belongs to can be obtained from the
56 * Called for each descriptor that was discovered on the remote device. The
57 * service and characteristic that this descriptor belongs to can be obtained
74 * characteristic value that was read from the remote device. This argument
91 * |device_address| refers to the remote device that the endReliableWrite
102 * descriptor value that was read from the remote device. This argument
/system/libhidl/transport/memory/1.0/
DIMemory.hal22 * Notify that you are about to use all of this memory.
27 * Notify that you are about to use the specific range.
37 * Notify that you are about to start reading all of this memory.
42 * Notify that you are about to read the specific range.
50 * Notify that you are done reading and/or writing this memory.
/system/core/liblog/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/system/core/libpixelflinger/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/system/extras/puncture_fs/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/system/extras/simpleperf/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/system/extras/cpustats/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]

12345678910>>...22