/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/ |
H A D | These.kt | 20 sealed class These<A, B> { class 22 class This<A, B> internal constructor(val thiz: A) : These<A, B>() 25 class That<A, B> internal constructor(val that: B) : These<A, B>() 28 class Both<A, B> internal constructor(val thiz: A, val that: B) : These<A, B>() 31 /** Constructs a [These] containing only [thiz]. */ 32 fun <A, B> thiz(thiz: A): These<A, B> = This(thiz) in thiz() 34 /** Constructs a [These] containing only [that]. */ in thiz() 35 fun <A, B> that(that: B): These<A, B> = That(that) in thiz() 37 /** Constructs a [These] containing both [thiz] and [that]. */ in thiz() 38 fun <A, B> both(thiz: A, that: B): These<A, B> = Both(thiz, that) in thiz() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | adexchangebuyer_v1_3.pretargetingConfig.html | 132 …"dimensions": [ # Requests which allow one of these (width, height) pairs will match. Al… 138 …"excludedContentLabels": [ # Requests with any of these content labels will not match. V… 141 …"excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not… 144 "excludedPlacements": [ # Requests containing any of these placements will not match. 150 "excludedUserLists": [ # Requests containing any of these users list ids will not match. 153 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. V… 156 "geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match. 161 "languages": [ # Request containing any of these language codes will match. 165 …"mobileCarriers": [ # Requests containing any of these mobile carrier ids will match. Va… 168 …"mobileDevices": [ # Requests containing any of these mobile device ids will match. Valu… [all …]
|
D | adexchangebuyer_v1_4.pretargetingConfig.html | 132 …"dimensions": [ # Requests which allow one of these (width, height) pairs will match. Al… 138 …"excludedContentLabels": [ # Requests with any of these content labels will not match. V… 141 …"excludedGeoCriteriaIds": [ # Requests containing any of these geo criteria ids will not… 144 "excludedPlacements": [ # Requests containing any of these placements will not match. 150 "excludedUserLists": [ # Requests containing any of these users list ids will not match. 153 …"excludedVerticals": [ # Requests containing any of these vertical ids will not match. V… 156 "geoCriteriaIds": [ # Requests containing any of these geo criteria ids will match. 161 "languages": [ # Request containing any of these language codes will match. 166 …"mobileCarriers": [ # Requests containing any of these mobile carrier ids will match. Va… 169 …"mobileDevices": [ # Requests containing any of these mobile device ids will match. Valu… [all …]
|
D | osconfig_v1beta.projects.patchJobs.html | 128 …this patch job affects. Contains counts of instances in different states. These states map to `Ins… 147 …"groupLabels": [ # Targets VM instances matching at least one of these label sets. This … 148 …{ # Represents a group of VMs that can be identified as having all these labels, for example "… 154 …"instanceNamePrefixes": [ # Targets VMs whose name starts with one of these prefixes. Si… 160 …"zones": [ # Targets VM instances in ANY of these zones. Leave empty to target VM instan… 167 … "excludes": [ # List of packages to exclude from update. These packages will be excluded 170 …# An exclusive list of packages to be updated. These are the only packages that will be updated. I… 231 …"classifications": [ # Only apply updates of these windows update classifications. If em… 237 …"exclusivePatches": [ # An exclusive list of kbs to be updated. These are the only patch… 242 …"excludes": [ # List of packages to exclude from update. These packages are excluded by … [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | BUILD | 82 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 96 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 114 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 134 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 153 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 174 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 194 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 214 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 242 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 263 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | InstancePropertiesOrBuilder.java | 72 …these properties to send packets with source IP addresses other than their own and receive packets… 84 …these properties to send packets with source IP addresses other than their own and receive packets… 139 * An optional text description for the instances that are created from these properties. 151 * An optional text description for the instances that are created from these properties. 163 * An optional text description for the instances that are created from these properties. 176 … * An array of disks that are associated with the instances that are created from these properties. 186 … * An array of disks that are associated with the instances that are created from these properties. 196 … * An array of disks that are associated with the instances that are created from these properties. 206 … * An array of disks that are associated with the instances that are created from these properties. 217 … * An array of disks that are associated with the instances that are created from these properties. [all …]
|
H A D | InstanceProperties.java | 519 …these properties to send packets with source IP addresses other than their own and receive packets… 534 …these properties to send packets with source IP addresses other than their own and receive packets… 611 * An optional text description for the instances that are created from these properties. 626 * An optional text description for the instances that are created from these properties. 649 * An optional text description for the instances that are created from these properties. 677 … * An array of disks that are associated with the instances that are created from these properties. 690 … * An array of disks that are associated with the instances that are created from these properties. 704 … * An array of disks that are associated with the instances that are created from these properties. 717 … * An array of disks that are associated with the instances that are created from these properties. 730 … * An array of disks that are associated with the instances that are created from these properties. [all …]
|
H A D | RouterNatRuleAction.java | 78 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 92 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 106 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 121 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 141 …f the IP resources to be drained. These IPs must be valid static external IPs that have been assig… 155 …f the IP resources to be drained. These IPs must be valid static external IPs that have been assig… 169 …f the IP resources to be drained. These IPs must be valid static external IPs that have been assig… 184 …f the IP resources to be drained. These IPs must be valid static external IPs that have been assig… 613 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… 627 …* A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid stat… [all …]
|
/aosp_15_r20/bionic/docs/ |
H A D | native_allocator.md | 29 These are functions that are used to implement a memory leak detector 51 These are mallopt options that Android requires for a native allocator 86 These are the tests that should be run to verify an allocator is 90 The bionic unit tests contain a small number of allocator tests. These 139 These are the microbenchmarks that are part of the bionic benchmarks suite of 140 benchmarks. These benchmarks can be built using this command: 144 These benchmarks are only used to verify the speed of the allocator and 147 For all of these benchmark runs, it can be useful to add these two options: 174 These are the benchmarks to verify the allocation speed of a loop doing a 178 To run the benchmarks with `mallopt(M_DECAY_TIME, 0)`, use these commands: [all …]
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | policybuilder.h | 70 // For instance these two policies are equivalent: 75 // While these two are not: 149 // Allows these syscalls: 156 // Allows these syscalls: 166 // Allows these syscalls: 172 // Allows these syscalls: 178 // Allows these syscalls: 184 // Allows these syscalls: 192 // Allows these files: 199 // Allows these syscalls: [all …]
|
/aosp_15_r20/frameworks/rs/script_api/include/ |
H A D | rs_value_types.rsh | 258 * A vector of two floats. These two floats are packed into a single 64 bit field 261 * A vector of two floats. These two floats are packed into a single 64 bit field 269 * A vector of three floats. These three floats are packed into a single 128 bit field 277 * A vector of four floats type. These four floats are packed into a single 128 bit field 285 * A vector of two doubles. These two double fields packed into a single 128 bit field 293 * A vector of three doubles. These three double fields packed into a single 256 bit field 301 * A vector of four doubles. These four double fields packed into a single 256 bit field 309 * A vector of two uchars. These two uchar fields packed into a single 16 bit field 317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field 325 * A vector of four uchars. These four uchar fields packed into a single 32 bit field [all …]
|
/aosp_15_r20/frameworks/rs/script_api/ |
H A D | rs_value_types.spec | 255 A vector of two floats. These two floats are packed into a single 64 bit field 258 A vector of two floats. These two floats are packed into a single 64 bit field 267 A vector of three floats. These three floats are packed into a single 128 bit field 276 A vector of four floats type. These four floats are packed into a single 128 bit field 286 A vector of two doubles. These two double fields packed into a single 128 bit field 295 A vector of three doubles. These three double fields packed into a single 256 bit field 304 A vector of four doubles. These four double fields packed into a single 256 bit field 314 A vector of two uchars. These two uchar fields packed into a single 16 bit field 323 A vector of three uchars. These three uchar fields packed into a single 32 bit field 332 A vector of four uchars. These four uchar fields packed into a single 32 bit field [all …]
|
/aosp_15_r20/prebuilts/sdk/renderscript/include/ |
H A D | rs_value_types.rsh | 258 * A vector of two floats. These two floats are packed into a single 64 bit field 261 * A vector of two floats. These two floats are packed into a single 64 bit field 269 * A vector of three floats. These three floats are packed into a single 128 bit field 277 * A vector of four floats type. These four floats are packed into a single 128 bit field 285 * A vector of two doubles. These two double fields packed into a single 128 bit field 293 * A vector of three doubles. These three double fields packed into a single 256 bit field 301 * A vector of four doubles. These four double fields packed into a single 256 bit field 309 * A vector of two uchars. These two uchar fields packed into a single 16 bit field 317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field 325 * A vector of four uchars. These four uchar fields packed into a single 32 bit field [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/res/values/ |
H A D | tiles_states_strings.xml | 24 subtitle, so some of these may never appear on screen. They should still be translated as if 30 subtitle, so some of these may never appear on screen. They should still be translated as 40 subtitle, so some of these may never appear on screen. They should still be translated as 50 subtitle, so some of these may never appear on screen. They should still be translated as 60 subtitle, so some of these may never appear on screen. They should still be translated as 70 subtitle, so some of these may never appear on screen. They should still be translated as 80 subtitle, so some of these may never appear on screen. They should still be translated as 90 subtitle, so some of these may never appear on screen. They should still be translated as 100 subtitle, so some of these may never appear on screen. They should still be translated as 110 subtitle, so some of these may never appear on screen. They should still be translated as [all …]
|
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
H A D | ProtoFluentAssertion.java | 51 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 73 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 85 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 140 * <p>However, the following message will compare equal to none of these: 161 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 172 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 183 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 195 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 222 * Specifies that extra repeated field elements for these explicitly specified top-level field [all …]
|
H A D | IterableOfProtosFluentAssertion.java | 53 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 65 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 76 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 88 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 143 * <p>However, the following message will compare equal to none of these: 164 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 176 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 188 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 200 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 227 * Specifies that extra repeated field elements for these explicitly specified top-level field [all …]
|
H A D | MultimapWithProtoValuesFluentAssertion.java | 32 * <p>The <b>keys</b> of these maps are treated as ordinary objects, and keys which happen to be 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 74 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 153 * <p>However, the following message will compare equal to none of these: 174 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 186 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 198 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 210 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors [all …]
|
H A D | MapWithProtoValuesFluentAssertion.java | 32 * <p>The <b>keys</b> of these maps are treated as ordinary objects, and keys which happen to be 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 74 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 153 * <p>However, the following message will compare equal to none of these: 174 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 186 * Specifies that the ordering of repeated fields for these explicitly specified top-level field 198 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors 210 * Specifies that the ordering of repeated fields for these explicitly specified field descriptors [all …]
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | UiModeManagerTest.java | 151 + " visible background users at the moment, so skipping these tests for" 174 + " visible background users at the moment, so skipping these tests for" 192 + " visible background users at the moment, so skipping these tests for" 208 + " visible background users at the moment, so skipping these tests for" 224 + " visible background users at the moment, so skipping these tests for" 242 + " visible background users at the moment, so skipping these tests for" 260 + " visible background users at the moment, so skipping these tests for" 270 + " visible background users at the moment, so skipping these tests for" 282 + " visible background users at the moment, so skipping these tests for" 296 + " visible background users at the moment, so skipping these tests for" [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/ |
H A D | UserSegmentCriteria.java | 81 * A user matches this criteria if the user matches each of these 99 * A user matches this criteria if the user matches each of these 118 * A user matches this criteria if the user matches each of these 135 * A user matches this criteria if the user matches each of these 153 * A user matches this criteria if the user matches each of these 177 * A user matches this criteria if the user matches each of these 194 * A user matches this criteria if the user matches each of these 212 * A user matches this criteria if the user matches each of these 228 * A user matches this criteria if the user matches each of these 245 * A user matches this criteria if the user matches each of these [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/ |
H A D | AccessRow.java | 79 * List of dimension values. These values are in the same order as specified 94 * List of dimension values. These values are in the same order as specified 109 * List of dimension values. These values are in the same order as specified 123 * List of dimension values. These values are in the same order as specified 137 * List of dimension values. These values are in the same order as specified 157 * List of metric values. These values are in the same order as specified 171 * List of metric values. These values are in the same order as specified 186 * List of metric values. These values are in the same order as specified 200 * List of metric values. These values are in the same order as specified 214 * List of metric values. These values are in the same order as specified [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
H A D | AccessRow.java | 79 * List of dimension values. These values are in the same order as specified 95 * List of dimension values. These values are in the same order as specified 111 * List of dimension values. These values are in the same order as specified 126 * List of dimension values. These values are in the same order as specified 141 * List of dimension values. These values are in the same order as specified 162 * List of metric values. These values are in the same order as specified 177 * List of metric values. These values are in the same order as specified 192 * List of metric values. These values are in the same order as specified 206 * List of metric values. These values are in the same order as specified 220 * List of metric values. These values are in the same order as specified [all …]
|
/aosp_15_r20/external/selinux/ |
H A D | NOTICE | 26 in new free programs; and that you know you can do these things. 29 anyone to deny you these rights or to ask you to surrender the rights. 30 These restrictions translate to certain responsibilities for you if you 36 source code. And you must show them these terms so they know their 93 above, provided that you also meet all of these conditions: 109 these conditions, and telling the user how to view a copy of this 114 These requirements apply to the modified work as a whole. If 182 distribute the Program or its derivative works. These actions are 192 these terms and conditions. You may not impose any further 282 How to Apply These Terms to Your New Programs [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/ |
D | jpeglib.h | 48 * All of these are specified by the JPEG standard, so don't change them 110 /* These two fields directly represent the contents of a JPEG DHT marker */ 126 /* These values are fixed over the whole image. */ 134 /* These values may vary between scans. */ 137 /* The decompressor output side may not use these variables. */ 143 /* These values are computed during compression or decompression startup: */ 146 * these values do not depend on whether a scan is interleaved or not. 176 /* These values are computed before starting a scan of the component. */ 177 /* The decompressor output side may not use these variables. */ 196 /* The script for encoding a multiple-scan file is an array of these: */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libjpeg-turbo/ |
D | jpeglib.h | 48 * All of these are specified by the JPEG standard, so don't change them 110 /* These two fields directly represent the contents of a JPEG DHT marker */ 126 /* These values are fixed over the whole image. */ 134 /* These values may vary between scans. */ 137 /* The decompressor output side may not use these variables. */ 143 /* These values are computed during compression or decompression startup: */ 146 * these values do not depend on whether a scan is interleaved or not. 176 /* These values are computed before starting a scan of the component. */ 177 /* The decompressor output side may not use these variables. */ 196 /* The script for encoding a multiple-scan file is an array of these: */ [all …]
|