/system/libbase/include/android-base/ |
D | scopeguard.h | 31 constexpr ScopeGuard(ScopeGuard&& that) noexcept : f_(std::move(that.f_)), active_(that.active_) { in ScopeGuard() argument 32 that.active_ = false; in ScopeGuard() 36 constexpr 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/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | StructuredParcelable.java | 334 StructuredParcelable that = (StructuredParcelable)other; in equals() 335 … if (!java.util.Objects.deepEquals(shouldContainThreeFs, that.shouldContainThreeFs)) return false; in equals() 336 if (!java.util.Objects.deepEquals(f, that.f)) return false; in equals() 337 if (!java.util.Objects.deepEquals(shouldBeJerry, that.shouldBeJerry)) return false; in equals() 338 if (!java.util.Objects.deepEquals(shouldBeByteBar, that.shouldBeByteBar)) return false; in equals() 339 if (!java.util.Objects.deepEquals(shouldBeIntBar, that.shouldBeIntBar)) return false; in equals() 340 if (!java.util.Objects.deepEquals(shouldBeLongBar, that.shouldBeLongBar)) return false; in equals() 341 …if (!java.util.Objects.deepEquals(shouldContainTwoByteFoos, that.shouldContainTwoByteFoos)) return… in equals() 342 …if (!java.util.Objects.deepEquals(shouldContainTwoIntFoos, that.shouldContainTwoIntFoos)) return f… in equals() 343 …if (!java.util.Objects.deepEquals(shouldContainTwoLongFoos, that.shouldContainTwoLongFoos)) return… in equals() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | StructuredParcelable.java | 334 StructuredParcelable that = (StructuredParcelable)other; in equals() 335 … if (!java.util.Objects.deepEquals(shouldContainThreeFs, that.shouldContainThreeFs)) return false; in equals() 336 if (!java.util.Objects.deepEquals(f, that.f)) return false; in equals() 337 if (!java.util.Objects.deepEquals(shouldBeJerry, that.shouldBeJerry)) return false; in equals() 338 if (!java.util.Objects.deepEquals(shouldBeByteBar, that.shouldBeByteBar)) return false; in equals() 339 if (!java.util.Objects.deepEquals(shouldBeIntBar, that.shouldBeIntBar)) return false; in equals() 340 if (!java.util.Objects.deepEquals(shouldBeLongBar, that.shouldBeLongBar)) return false; in equals() 341 …if (!java.util.Objects.deepEquals(shouldContainTwoByteFoos, that.shouldContainTwoByteFoos)) return… in equals() 342 …if (!java.util.Objects.deepEquals(shouldContainTwoIntFoos, that.shouldContainTwoIntFoos)) return f… in equals() 343 …if (!java.util.Objects.deepEquals(shouldContainTwoLongFoos, that.shouldContainTwoLongFoos)) return… in equals() [all …]
|
/system/update_engine/payload_consumer/ |
D | install_plan.h | 44 bool operator==(const InstallPlan& that) const; 45 bool operator!=(const InstallPlan& that) const; 95 bool operator==(const Payload& that) const { 96 return payload_urls == that.payload_urls && size == that.size && 97 metadata_size == that.metadata_size && 98 metadata_signature == that.metadata_signature && 99 hash == that.hash && type == that.type && 100 already_applied == that.already_applied && fp == that.fp && 101 app_id == that.app_id; 118 bool operator==(const Partition& that) const;
|
D | install_plan.cc | 67 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==() 68 return ((is_resume == that.is_resume) && in operator ==() 69 (download_url == that.download_url) && (payloads == that.payloads) && in operator ==() 70 (source_slot == that.source_slot) && in operator ==() 71 (target_slot == that.target_slot) && (partitions == that.partitions)); in operator ==() 74 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=() 75 return !((*this) == that); in operator !=() 178 const InstallPlan::Partition& that) const { in operator ==() 179 return (name == that.name && source_path == that.source_path && in operator ==() 180 source_size == that.source_size && source_hash == that.source_hash && in operator ==() [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/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/media/audio_utils/ |
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/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/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/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/security/mls/mls-rs-crypto-boringssl/ |
D | LICENSE-apache | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 41 form, that is based on (or derived from) the Work and for which the 44 of this License, Derivative Works shall not include works that remain 50 to that Work or Derivative Works thereof, that is intentionally 57 and issue tracking systems that are managed by, or on behalf of, the 59 excluding communication that is conspicuously marked or otherwise 79 by such Contributor that are necessarily infringed by their [all …]
|
/system/sepolicy/private/ |
D | fsck_untrusted.te | 17 # must first determine if the filesystem is mounted. To do that, 19 # block devices. With that information, it runs stat() on each block 23 # Allow stat access to all block devices so that fsck can compare 51 # permissions, that is a code mistake that needs to be fixed, not a permission that
|
/system/keymint/ |
D | CHANGELOG.md | 4 where "significant" means things that are likely to affect vendors whose KeyMint implementations are 7 - The `sign_info` field in `kmr_ta::device::Implementation` is now an `Option`, reflecting that 14 it appears that the full key has been provided. However, this requires that **vendor 19 current version of the KeyMint HAL **should ensure that all `hal_v2`, `hal_v3` etc. features are
|
/system/libhidl/vintfdata/ |
D | README.md | 19 Because minor version updates are backwards compatible, all devices that require 41 Note that the `max-level` of the HAL is set to Android R, meaning that the HAL 48 - If `optional="false"` in frozen DCMs, the build system checks that adding the 49 attribute does not break backwards compatibility; that is, 57 is removed from the framework manifest, and code that serves and registers the 60 Devices that are lower than the `max-level` attribute of the HAL may start to 62 enough evidence that the devices are not updateable to the latest Android 84 These compatibility matrices served as a reference for devices at that
|
/system/logging/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/chre/doc/ |
D | vendor_extensions.md | 10 1. Define new APIs in a header that can be referenced by both platform CHRE 17 event subsystem, to provide complete functionality that fits within the 47 structures, re-using event types, repurposing fields that are reserved for 50 It’s recommended that any vendor extensions consider compatibility when 54 `platform/<platform_name>/extensions/include`. Otherwise, it’s suggested that 69 `.mk` file that adds the necessary `COMMON_CFLAGS` entries (and potentially 76 Interactions with a nanoapp always happen from within the CHRE thread that runs 81 In that case, it is recommended to use `EventLoopManager::deferCallback()` to 84 issues that can arise in rare conditions. Further, note that most of the core 86 posting an event, or methods that are explicitly marked as thread-safe). [all …]
|
/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/extras/squashfs_utils/ |
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 …]
|
/system/extras/libfscrypt/ |
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 …]
|
/system/extras/taskstats/ |
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 …]
|
/system/extras/iotop/ |
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 …]
|
/system/logging/logwrapper/ |
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 …]
|
/system/extras/sound/ |
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 …]
|
/system/extras/simpleperf/ |
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 …]
|