/system/update_engine/payload_consumer/ |
D | install_plan.cc | 49 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==() 50 return ((is_resume == that.is_resume) && in operator ==() 51 (download_url == that.download_url) && (payloads == that.payloads) && in operator ==() 52 (source_slot == that.source_slot) && in operator ==() 53 (target_slot == that.target_slot) && (partitions == that.partitions)); in operator ==() 56 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=() 57 return !((*this) == that); in operator !=() 137 const InstallPlan::Partition& that) const { in operator ==() 138 return (name == that.name && source_path == that.source_path && in operator ==() 139 source_size == that.source_size && source_hash == that.source_hash && in operator ==() [all …]
|
D | install_plan.h | 44 bool operator==(const InstallPlan& that) const; 45 bool operator!=(const InstallPlan& that) const; 72 bool operator==(const Payload& that) const { 73 return payload_urls == that.payload_urls && size == that.size && 74 metadata_size == that.metadata_size && 75 metadata_signature == that.metadata_signature && 76 hash == that.hash && type == that.type && 77 already_applied == that.already_applied; 94 bool operator==(const Partition& that) const;
|
/system/libbase/include/android-base/ |
D | scopeguard.h | 31 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/timezone/distro/core/src/main/com/android/timezone/distro/ |
D | StagedDistroOperation.java | 55 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()
|
D | DistroVersion.java | 120 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/netd/libnetdutils/include/netdutils/ |
D | Handle.h | 55 bool operator==(const Handle& that) const { return get() == that.get(); } 56 bool operator!=(const Handle& that) const { return get() != that.get(); }
|
/system/sepolicy/prebuilts/api/27.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; 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/ |
D | README | 4 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/sepolicy/ |
D | NOTICE | 5 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/media/audio_utils/ |
D | Doxyfile.orig | 14 # 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 …]
|
D | Doxyfile.bak | 14 # 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 …]
|
D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # file that follow. The default is UTF-8 which is also the encoding used for all 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 105 # descriptions after the members that are listed in the file and class 120 # This tag implements a quasi-intelligent brief description abbreviator that is 139 # inherited members of a class in the documentation of that class as if those 148 # shortest path that makes the file name unique will be used 159 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 14 # 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/pal/doc/ |
D | Doxyfile | 14 # 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/libbase/ |
D | README.md | 19 If you have a routine that's really useful in your project, 20 congratulations. But that doesn't mean it should be here rather than 26 that would be cleaned up by doing so". 28 If your routine is actually something from a future C++ standard (that 29 isn't yet in libc++), or it's widely used in another library, that helps 30 show that there's precedent. Being able to say "so-and-so has used this 42 after you're certain that the API is solid.
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexdHostTest.java | 71 assertWithMessage("Timed out waiting for device to boot").that( in testOrphanedApexIsNotActivated() 92 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated() 144 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() 154 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() 168 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() 185 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() 195 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() 209 assertWithMessage("Timed out waiting for device to boot").that( in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() 234 .that(apexFromXml).isNotNull(); in testApexInfoListIsValid() 236 .that(ai.versionCode).isEqualTo(apexFromXml.getVersionCode()); in testApexInfoListIsValid() [all …]
|
/system/nvram/ |
D | README.md | 5 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/ |
D | README.auditd | 12 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/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | ZoneOffsetPeriod.java | 144 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/ |
D | IBluetoothGattClientCallback.txt | 33 * 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/ |
D | IMemory.hal | 22 * 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/timezone/ |
D | README.android | 8 - Code related to the Android time zone update APEX file that can be used 15 - Code related to "distros", the collection of files that can be used to 19 - Contains files that provide inputs to the time zone rules update process. 24 - Contains tools that generate Android time zone files. 37 Source code for a binary executed during boot and used to ensure that a 67 that should be applied to Android's copy of ICU. 75 (And any others that you think may have been affected) 79 (i.e. ones that that contain distro files) will also need to be regenerated 91 It is recommended that this is done independently of a data update to help 94 Note that updating the version of zic used to create the tzdata file is [all …]
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 18 ART has marked the dex pc using cfi information that the unwinder 24 versions of Android will not unwind properly in this case. For apps that 25 target Android P or older, make sure that `-Wl,--no-rosegment` is 29 * Fix bug (b/109824792) that handled load bias data incorrectly when 32 that the bias is coming from the program header for the executable 43 Previously, the code assumed that FDEs are non-overlapping, and the FDEs 48 overlapping FDEs, so find the first FDE that matches a pc. In practice, 62 that is good enough. 67 This is a feature of lld whereby there are two sections that 69 and the second is read-execute or execute only that [all …]
|
/system/core/init/ |
D | README.ueventd.md | 4 behavior described below, along with a scripting language that allows customizing this behavior, 32 The permissions can be modified using a ueventd.rc script and a line that beings with `/dev`. These 53 1. `uevent_devname` specifies that the name of the node will be the uevent `DEVNAME` 54 2. `uevent_devpath` specified that the name of the node will be basename uevent `DEVPATH` 56 `dirname` is an optional parameter that specifies a directory within `/dev` where the node will be 64 Indicates that all uevents with `SUBSYSTEM=sound` will create nodes as `/dev/snd/<basename uevent 71 and a line that begins with `/sys`. These lines take the format of 77 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs 81 Note that `*` matches as a wildcard and can be used anywhere in a path. 96 Adds those 4 directories, in that order to the list of firmware directories that will be tried by [all …]
|
/system/extras/libfec/ |
D | NOTICE | 26 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 …]
|