/aosp_15_r20/external/bazel-skylib/tests/ |
H A D | new_sets_tests.bzl | 17 load("//lib:new_sets.bzl", "sets") 21 """Unit tests for sets.is_equal.""" 23 # Note that if this test fails, the results for the other `sets` tests will 25 # calls `sets.is_equal`. 28 asserts.true(env, sets.is_equal(sets.make(), sets.make())) 29 asserts.false(env, sets.is_equal(sets.make(), sets.make([1]))) 30 asserts.false(env, sets.is_equal(sets.make([1]), sets.make())) 31 asserts.true(env, sets.is_equal(sets.make([1]), sets.make([1]))) 32 asserts.false(env, sets.is_equal(sets.make([1]), sets.make([1, 2]))) 33 asserts.false(env, sets.is_equal(sets.make([1]), sets.make([2]))) [all …]
|
/aosp_15_r20/external/bazel-skylib/docs/ |
H A D | new_sets_doc.md | 5 An empty set can be created using: `sets.make()`, or it can be created with some starting values 6 if you pass it an sequence: `sets.make([1, 2, 3])`. This returns a struct containing all of the 8 values in the set can be retrieved using `sets.to_list(my_set)`. 10 An arbitrary object can be tested whether it is a set generated by `sets.make()` or not with the 13 <a id="sets.contains"></a> 15 ## sets.contains 18 sets.contains(<a href="#sets.contains-a">a</a>, <a href="#sets.contains-e">e</a>) 28 | <a id="sets.contains-a"></a>a | A set, as returned by `sets.make()`. | none | 29 | <a id="sets.contains-e"></a>e | The element to look for. | none | 36 <a id="sets.copy"></a> [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | SetOperationsTest.java | 36 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and {@link Sets#difference}. 53 return Sets.union(Sets.<String>newHashSet(), Sets.<String>newHashSet()); in suite() 67 return Sets.union(Sets.<String>newHashSet(elements), Sets.newHashSet(elements)); in suite() 79 return Sets.union(Sets.<String>newHashSet(), Sets.newHashSet(elements)); in suite() 92 return Sets.union(Sets.newHashSet(elements), Sets.<String>newHashSet()); in suite() 106 // Put the sets in different orders for the hell of it in suite() 107 return Sets.union( in suite() 108 Sets.newLinkedHashSet(asList(elements)), in suite() 109 Sets.newLinkedHashSet(asList(elements[1], elements[0], elements[2]))); in suite() 122 return Sets.union( in suite() [all …]
|
H A D | SetsTest.java | 20 import static com.google.common.collect.Sets.newEnumSet; 21 import static com.google.common.collect.Sets.newHashSet; 22 import static com.google.common.collect.Sets.newLinkedHashSet; 23 import static com.google.common.collect.Sets.powerSet; 24 import static com.google.common.collect.Sets.unmodifiableNavigableSet; 85 * Unit test for {@code Sets}. 124 return Sets.newConcurrentHashSet(Arrays.asList(elements)); in suite() 127 .named("Sets.newConcurrentHashSet") in suite() 140 ? Sets.newHashSet(Arrays.asList(elements).subList(0, size - 1)) in suite() 141 : Sets.newHashSet(elements); in suite() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | SetOperationsTest.java | 36 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and {@link Sets#difference}. 53 return Sets.union(Sets.<String>newHashSet(), Sets.<String>newHashSet()); in suite() 67 return Sets.union(Sets.<String>newHashSet(elements), Sets.newHashSet(elements)); in suite() 79 return Sets.union(Sets.<String>newHashSet(), Sets.newHashSet(elements)); in suite() 92 return Sets.union(Sets.newHashSet(elements), Sets.<String>newHashSet()); in suite() 106 // Put the sets in different orders for the hell of it in suite() 107 return Sets.union( in suite() 108 Sets.newLinkedHashSet(asList(elements)), in suite() 109 Sets.newLinkedHashSet(asList(elements[1], elements[0], elements[2]))); in suite() 122 return Sets.union( in suite() [all …]
|
H A D | SetsTest.java | 20 import static com.google.common.collect.Sets.newEnumSet; 21 import static com.google.common.collect.Sets.newHashSet; 22 import static com.google.common.collect.Sets.newLinkedHashSet; 23 import static com.google.common.collect.Sets.powerSet; 24 import static com.google.common.collect.Sets.unmodifiableNavigableSet; 82 * Unit test for {@code Sets}. 121 return Sets.newConcurrentHashSet(Arrays.asList(elements)); in suite() 124 .named("Sets.newConcurrentHashSet") in suite() 137 ? Sets.newHashSet(Arrays.asList(elements).subList(0, size - 1)) in suite() 138 : Sets.newHashSet(elements); in suite() [all …]
|
/aosp_15_r20/external/libxaac/ |
H A D | README_dec.md | 15 |IA_API_CMD_INIT | IA_CMD_TYPE_INIT_API_PRE_CONFIG_PARAMS | Sets the configuration parameters of th… 16 |IA_API_CMD_INIT | IA_CMD_TYPE_INIT_API_POST_CONFIG_PARAMS | Sets the attributes(size, priority, al… 19 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_PCM_WDSZ | Sets the bit width of the … 20 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_SAMP_FREQ | Sets the core AAC samplin… 21 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_EFFECT_TYPE | Sets the value of D… 22 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_TARGET_LOUDNESS | Sets the value … 23 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_DOWNMIX | Sets the parameter whether … 24 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_TOSTEREO | Sets the flag to disable i… 25 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_DSAMPLE | Sets the parameter whether … 26 |IA_API_CMD_SET_CONFIG_PARAM | IA_ENHAACPLUS_DEC_CONFIG_PARAM_ISMP4 | Sets the flag to 0 or 1 to in… [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | SatelliteStats.java | 365 * Sets countOfSatelliteServiceEnablementsSuccess value of {@link SatelliteController} 376 * Sets countOfSatelliteServiceEnablementsFail value of {@link SatelliteController} atom 387 * Sets countOfOutgoingDatagramSuccess value of {@link SatelliteController} atom then 396 * Sets countOfOutgoingDatagramFail value of {@link SatelliteController} atom then 405 * Sets countOfIncomingDatagramSuccess value of {@link SatelliteController} atom then 414 * Sets countOfIncomingDatagramFail value of {@link SatelliteController} atom then 423 * Sets countOfDatagramTypeSosSmsSuccess value of {@link SatelliteController} atom then 433 * Sets countOfDatagramTypeSosSmsFail value of {@link SatelliteController} atom then 442 * Sets countOfDatagramTypeLocationSharingSuccess value of {@link SatelliteController} 453 * Sets countOfDatagramTypeLocationSharingFail value of {@link SatelliteController} [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/ |
H A D | bdk-csrs-l2c_tad.h | 361 * This register sets interrupt enable bits. 370 …uint64_t wrdisoci : 1; /**< [ 35: 35](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 371 …uint64_t rddisoci : 1; /**< [ 34: 34](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 372 …uint64_t rtgdbe : 1; /**< [ 33: 33](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 373 …uint64_t rtgsbe : 1; /**< [ 32: 32](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 375 …uint64_t gsyncto : 1; /**< [ 18: 18](R/W1S/H) Reads or sets enable for L2C_TAD(0..3… 376 …uint64_t lfbto : 1; /**< [ 17: 17](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 377 …uint64_t wrdislmc : 1; /**< [ 16: 16](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 378 …uint64_t rddislmc : 1; /**< [ 15: 15](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… 379 …uint64_t rdnxm : 1; /**< [ 14: 14](R/W1S/H) Reads or sets enable for L2C_TAD(0..7… [all …]
|
H A D | bdk-csrs-pem.h | 3184 … true, else at the end of the ROM script, the script sets this bit. */ 3296 … true, else at the end of the ROM script, the script sets this bit. */ 4971 * This register sets interrupt enable bits. 4980 …uint64_t m2s_pe : 1; /**< [ 57: 57](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4981 …uint64_t qhdr_b1_dbe : 1; /**< [ 56: 56](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4983 …uint64_t c_c_dbe : 1; /**< [ 50: 50](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4984 …uint64_t c_c_sbe : 1; /**< [ 49: 49](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4985 …uint64_t c_d1_dbe : 1; /**< [ 48: 48](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4986 …uint64_t c_d1_sbe : 1; /**< [ 47: 47](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… 4987 …uint64_t c_d0_dbe : 1; /**< [ 46: 46](R/W1S/H) Reads or sets enable for PEM(0..5)_DB… [all …]
|
H A D | bdk-csrs-l2c_cbc.h | 245 * This register sets interrupt enable bits. 254 …uint64_t gsyncto : 1; /**< [ 8: 8](R/W1S/H) Reads or sets enable for L2C_CBC(0..1… 257 …uint64_t iowrdisoci : 1; /**< [ 7: 7](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 258 …uint64_t iorddisoci : 1; /**< [ 6: 6](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 259 …uint64_t mibdbe : 1; /**< [ 5: 5](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 260 …uint64_t mibsbe : 1; /**< [ 4: 4](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 262 …uint64_t rsddbe : 1; /**< [ 1: 1](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 263 …uint64_t rsdsbe : 1; /**< [ 0: 0](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 265 …uint64_t rsdsbe : 1; /**< [ 0: 0](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… 266 …uint64_t rsddbe : 1; /**< [ 1: 1](R/W1S/H) Reads or sets enable for L2C_CBC(0..3… [all …]
|
/aosp_15_r20/hardware/interfaces/camera/common/default/include/ |
H A D | Exif.h | 58 // Sets the len aperture. 62 // Sets the value of brightness. 66 // Sets the color space. 70 // Sets the information to compressed data. 74 // Sets the compression scheme used for the image data. 78 // Sets image contrast. 82 // Sets the date and time of image last modified. It takes local time. The 87 // Sets the image description. 91 // Sets the digital zoom ratio. If the numerator is 0, it means digital zoom 96 // Sets the exposure bias. [all …]
|
/aosp_15_r20/external/cpuinfo/src/x86/cache/ |
H A D | deterministic.c | 29 const uint32_t sets = 1 + regs.ecx; in cpuinfo_x86_decode_deterministic_cache_parameters() local 50 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 52 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 61 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 63 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 72 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 74 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 92 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 94 .sets = sets, in cpuinfo_x86_decode_deterministic_cache_parameters() 112 .size = associativity * partitions * line_size * sets, in cpuinfo_x86_decode_deterministic_cache_parameters() [all …]
|
H A D | descriptor.c | 110 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 125 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 140 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 155 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 183 .sets = 128, in cpuinfo_x86_decode_cache_descriptor() 198 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 213 .sets = 64, in cpuinfo_x86_decode_cache_descriptor() 226 .sets = 1024, in cpuinfo_x86_decode_cache_descriptor() 241 .sets = 512, in cpuinfo_x86_decode_cache_descriptor() 257 .sets = 2048, in cpuinfo_x86_decode_cache_descriptor() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemUse.java | 36 * shared behavior the use-attribute-sets attribute. 37 * @see <a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a> 45 * The value of the "use-attribute-sets" attribute. 51 * Set the "use-attribute-sets" attribute. 52 * Attribute sets are used by specifying a use-attribute-sets 54 * xsl:attribute-set elements. The value of the use-attribute-sets 56 * sets. Each name is specified as a QName, which is expanded as 59 * @param v The value to set for the "use-attribute-sets" attribute. 75 * Set the "use-attribute-sets" attribute. 76 * Attribute sets are used by specifying a use-attribute-sets [all …]
|
/aosp_15_r20/external/bazel-skylib/lib/ |
H A D | new_sets.bzl | 17 An empty set can be created using: `sets.make()`, or it can be created with some starting values 18 if you pass it an sequence: `sets.make([1, 2, 3])`. This returns a struct containing all of the 20 values in the set can be retrieved using `sets.to_list(my_set)`. 22 An arbitrary object can be tested whether it is a set generated by `sets.make()` or not with the 49 s: A set, as returned by `sets.make()`. 60 s: A set, as returned by `sets.make()`. 73 s: A set, as returned by `sets.make()`. 88 s: A set, as returned by `sets.make()`. 101 a: A set, as returned by `sets.make()`. 110 """Returns two sets in the order of shortest and longest. [all …]
|
/aosp_15_r20/prebuilts/sdk/current/support/wear/res/values/ |
H A D | values.xml | 36 <!-- Sets the color of the circle. --> 38 <!-- Sets the radius of the circle. --> 40 <!-- Sets the radius of the circle while the circle is being pressed. --> 42 <!-- Sets the width of the border. --> 44 <!-- Sets the color of the border. --> 46 <!-- Sets the stroke cap for the border around the circle. --> 52 <!-- Sets the padding between the edge of the circle and the start of the image. --> 54 <!-- Sets the width of the shadow. --> 56 <!-- Sets the percentage of the circle which the image should occupy. --> 58 <!-- Sets the percentage of the circle which the image should should be offset [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | PcdLib.h | 235 Sets an 8-bit binary patchable PCD token value based on a token name. 237 Sets the 8-bit value for the token specified by TokenName. Value is returned. 251 Sets a 16-bit binary patchable PCD token value based on a token name. 253 Sets the 16-bit value for the token specified by TokenName. Value is returned. 267 Sets a 32-bit binary patchable PCD token value based on a token name. 269 Sets the 32-bit value for the token specified by TokenName. Value is returned. 283 Sets a 64-bit binary patchable PCD token value based on a token name. 285 Sets the 64-bit value for the token specified by TokenName. Value is returned. 299 Sets a Boolean binary patchable PCD token value based on a token name. 301 Sets the Boolean value for the token specified by TokenName. Value is returned. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | PcdLib.h | 241 Sets an 8-bit binary patchable PCD token value based on a token name. 243 Sets the 8-bit value for the token specified by TokenName. Value is returned. 257 Sets a 16-bit binary patchable PCD token value based on a token name. 259 Sets the 16-bit value for the token specified by TokenName. Value is returned. 273 Sets a 32-bit binary patchable PCD token value based on a token name. 275 Sets the 32-bit value for the token specified by TokenName. Value is returned. 289 Sets a 64-bit binary patchable PCD token value based on a token name. 291 Sets the 64-bit value for the token specified by TokenName. Value is returned. 305 Sets a Boolean binary patchable PCD token value based on a token name. 307 Sets the Boolean value for the token specified by TokenName. Value is returned. [all …]
|
/aosp_15_r20/external/rust/crates/openssl/src/x509/ |
D | extension.rs | 50 /// Sets the `critical` flag to `true`. The extension will be critical. 56 /// Sets the `ca` flag to `true`. 62 /// Sets the `pathlen` to an optional non-negative value. The `pathlen` is the 128 /// Sets the `critical` flag to `true`. The extension will be critical. 134 /// Sets the `digitalSignature` flag to `true`. 140 /// Sets the `nonRepudiation` flag to `true`. 146 /// Sets the `keyEncipherment` flag to `true`. 152 /// Sets the `dataEncipherment` flag to `true`. 158 /// Sets the `keyAgreement` flag to `true`. 164 /// Sets the `keyCertSign` flag to `true`. [all …]
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.h | 70 // Sets the len aperture. 74 // sets the color space. 78 // Sets the date and time of image last modified. It takes local time. The 83 // Sets make & model 87 // Sets the digital zoom ratio. If the numerator is 0, it means digital zoom 94 // Sets the exposure bias. 99 // Sets the exposure mode set when the image was shot. 103 // Sets the exposure time, given in seconds. 107 // Sets the status of flash. 112 // Sets the F number. [all …]
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkRRect.h | 40 Initializes corner radii to (0, 0), and sets type of kEmpty_Type. 116 /** Sets bounds to zero width and height at (0, 0), the origin. Sets 117 corner radii to zero and sets type to kEmpty_Type. 121 /** Sets bounds to sorted rect, and sets corner radii to zero. 122 If set bounds has width and height, and sets type to kRect_Type; 123 otherwise, sets type to kEmpty_Type. 139 Initializes corner radii to (0, 0), and sets type of kEmpty_Type. 156 /** Sets bounds to oval, x-axis radii to half oval.width(), and all y-axis radii 157 to half oval.height(). If oval bounds is empty, sets to kEmpty_Type. 158 Otherwise, sets to kOval_Type. [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 71 /** Sets the state of whether the keyguard is currently showing or not. */ 74 /** Sets the state of whether the keyguard is currently occluded or not. */ 77 /** Sets the state of whether the keyguard is currently needs input or not. */ 80 /** Sets the state of whether the notification shade panel is currently visible or not. */ 83 /** Sets the state of whether the notification shade is focusable or not. */ 86 /** Sets the state of whether the bouncer is showing or not. */ 89 /** Sets the state of whether the glanceable hub is showing or not. */ 92 /** Sets the state of whether the backdrop is showing or not. */ 95 /** Sets the state of whether the keyguard is fading away or not. */ 98 /** Sets the state of whether the user activities are forced or not. */ [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/text/style/ |
H A D | TtsSpan.java | 572 * Sets an argument to a string value. 584 * Sets an argument to an int value. 595 * Sets an argument to a long value. 620 * Sets the gender information for this instance. 630 * Sets the animacy information for this instance. 640 * Sets the multiplicity information for this instance. 651 * Sets the grammatical case information for this instance. 677 * Creates a TtsSpan of type {@link #TYPE_TEXT} and sets the 688 * Sets the {@link #ARG_TEXT} argument, the text to be synthesized. 711 * Creates a TtsSpan of type {@link #TYPE_CARDINAL} and sets the [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ |
H A D | CacheBuilderFactory.java | 25 import com.google.common.collect.Sets; 32 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of 40 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null); 41 private Set<Integer> initialCapacities = Sets.newHashSet((Integer) null); 42 private Set<Integer> maximumSizes = Sets.newHashSet((Integer) null); 43 private Set<DurationSpec> expireAfterWrites = Sets.newHashSet((DurationSpec) null); 44 private Set<DurationSpec> expireAfterAccesses = Sets.newHashSet((DurationSpec) null); 45 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null); 46 private Set<Strength> keyStrengths = Sets.newHashSet((Strength) null); 47 private Set<Strength> valueStrengths = Sets.newHashSet((Strength) null); [all …]
|