| /external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
| D | Indicator.java | 17 // source: google/cloud/securitycenter/v1/indicator.proto 28 * For more information, see [Indicator of 32 * Protobuf type {@code google.cloud.securitycenter.v1.Indicator} 34 public final class Indicator extends com.google.protobuf.GeneratedMessageV3 class 36 // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v1.Indicator) 39 // Use Indicator.newBuilder() to construct. 40 private Indicator(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Indicator() method in Indicator 44 private Indicator() { in Indicator() method in Indicator 54 return new Indicator(); in newInstance() 73 com.google.cloud.securitycenter.v1.Indicator.class, in internalGetFieldAccessorTable() [all …]
|
| D | IndicatorOrBuilder.java | 17 // source: google/cloud/securitycenter/v1/indicator.proto 23 // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.Indicator) 136 * <code>repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3; 139 java.util.List<com.google.cloud.securitycenter.v1.Indicator.ProcessSignature> getSignaturesList(); in getSignaturesList() 148 * <code>repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3; 151 com.google.cloud.securitycenter.v1.Indicator.ProcessSignature getSignatures(int index); in getSignatures() 160 * <code>repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3; 172 * <code>repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3; 175 java.util.List<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignatureOrBuilder> 185 * <code>repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature signatures = 3; [all …]
|
| /external/openthread/src/core/common/ |
| D | linked_list.hpp | 272 * Indicates whether the linked list contains an entry matching a given entry indicator. 274 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 275 …* in the list. To check that an entry matches the given indicator, the `Matches()` method is invok… 278 * bool Type::Matches(const Indicator &aIndicator) const 280 * @param[in] aIndicator An entry indicator to match against entries in the list. 286 template <typename Indicator> bool ContainsMatching(const Indicator &aIndicator) const in ContainsMatching() 342 * Removes an entry matching a given entry indicator from the linked list. 344 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 345 …* in the list. To check that an entry matches the given indicator, the `Matches()` method is invok… 348 * bool Type::Matches(const Indicator &aIndicator) const [all …]
|
| D | array.hpp | 429 * Finds the first element in the array matching a given indicator. 431 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 432 …* in the array. To check that an element matches the given indicator, the `Matches()` method is in… 435 * bool Type::Matches(const Indicator &aIndicator) const 437 * @param[in] aIndicator An indicator to match with elements in the array. 442 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() 448 * Finds the first element in the array matching a given indicator. 450 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 451 …* in the array. To check that an element matches the given indicator, the `Matches()` method is in… 454 * bool Type::Matches(const Indicator &aIndicator) const [all …]
|
| D | owning_list.hpp | 111 * Removes an entry matching a given entry indicator from the linked list. 113 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 114 …* in the list. To check that an entry matches the given indicator, the `Matches()` method is invok… 117 * bool Type::Matches(const Indicator &aIndicator) const 122 * @param[in] aIndicator An entry indicator to match against entries in the list. 127 template <typename Indicator> OwnedPtr<Type> RemoveMatching(const Indicator &aIndicator) in RemoveMatching() 133 * Removes all entries in the list matching a given entry indicator from the list and adds 136 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 137 …* in the list. To check that an entry matches the given indicator, the `Matches()` method is invok… 140 * bool Type::Matches(const Indicator &aIndicator) const [all …]
|
| D | heap_array.hpp | 433 * Finds the first element in the array matching a given indicator. 435 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 436 …* in the array. To check that an element matches the given indicator, the `Matches()` method is in… 439 * bool Type::Matches(const Indicator &aIndicator) const 443 * @param[in] aIndicator An indicator to match with elements in the array. 448 template <typename Indicator> Type *FindMatching(const Indicator &aIndicator) in FindMatching() 454 * Finds the first element in the array matching a given indicator. 456 …* The template type `Indicator` specifies the type of @p aIndicator object which is used to match … 457 …* in the array. To check that an element matches the given indicator, the `Matches()` method is in… 460 * bool Type::Matches(const Indicator &aIndicator) const [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/service_indicator/ |
| D | service_indicator.c | 31 // state of the FIPS service indicator. 33 // lock_state records the number of times the indicator has been locked. 34 // When it is zero (i.e. |STATE_UNLOCKED|) then the indicator can be updated. 36 // counter is the indicator state. It is incremented when an approved service 44 // FIPS 140-3 requires that the module should provide the service indicator 48 struct fips_service_indicator_state *indicator = CRYPTO_get_thread_local( in service_indicator_get() local 51 if (indicator == NULL) { in service_indicator_get() 52 indicator = OPENSSL_malloc(sizeof(struct fips_service_indicator_state)); in service_indicator_get() 53 if (indicator == NULL) { in service_indicator_get() 57 indicator->lock_state = STATE_UNLOCKED; in service_indicator_get() [all …]
|
| /external/boringssl/src/crypto/fipsmodule/service_indicator/ |
| D | service_indicator.c | 31 // state of the FIPS service indicator. 33 // lock_state records the number of times the indicator has been locked. 34 // When it is zero (i.e. |STATE_UNLOCKED|) then the indicator can be updated. 36 // counter is the indicator state. It is incremented when an approved service 44 // FIPS 140-3 requires that the module should provide the service indicator 48 struct fips_service_indicator_state *indicator = CRYPTO_get_thread_local( in service_indicator_get() local 51 if (indicator == NULL) { in service_indicator_get() 52 indicator = OPENSSL_malloc(sizeof(struct fips_service_indicator_state)); in service_indicator_get() 53 if (indicator == NULL) { in service_indicator_get() 57 indicator->lock_state = STATE_UNLOCKED; in service_indicator_get() [all …]
|
| /external/accompanist/pager-indicators/src/main/java/com/google/accompanist/pager/ |
| D | PagerIndicator.kt | 46 * A horizontally laid out indicator for a [HorizontalPager] or [VerticalPager], representing 50 * indicator is visually represented. 59 * @param pageIndexMapping describe how to get the position of active indicator by the giving page 61 * @param activeColor the color of the active Page indicator 64 * @param indicatorWidth the width of each indicator in [Dp]. 65 * @param indicatorHeight the height of each indicator in [Dp]. Defaults to [indicatorWidth]. 66 * @param spacing the spacing between each indicator in [Dp]. 67 * @param indicatorShape the shape representing each indicator. This defaults to [CircleShape]. 113 * A horizontally laid out indicator for a [androidx.compose.foundation.pager.HorizontalPager] or 118 * indicator is visually represented. [all …]
|
| /external/accompanist/docs/ |
| D | swiperefresh.md | 35 ### Custom Indicator 37 … of using the provided `PullRefreshIndicator` composable, you can create your own custom indicator. 91 As this library is built with a separate state object, it's easy to display a refreshing indicator … 93 The unrealistic example below displays a forever refreshing indicator: 110 ## Indicator section in Swipe Refresh for Jetpack Compose 112 …indicator: [`SwipeRefreshIndicator()`][api_swiperefreshindicator], which `SwipeRefresh` uses autom… 114 ### Customizing default indicator 116 To customize the default indicator, we can provide our own `indicator` content block, to call [`Swi… 124 indicator = { state, trigger -> 146 <figcaption>Tweaked indicator demo</figcaption> [all …]
|
| /external/rust/crates/ring/src/ec/suite_b/ |
| D | suite_b_public_key_tests.txt | 117 Result = F (Peer public key consists of (only) an invalid encoding indicator.) 121 Result = F (Peer public key consists of (only) an invalid encoding indicator.) 125 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x02).) 129 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x02).) 133 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x03).) 137 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x03).) 141 Result = F (Peer public key consists of (only) a uncompressed encoding indicator.) 145 Result = F (Peer public key consists of (only) a compressed encoding indicator.) 149 Result = F (Peer public key consists of (only) an invalid encoding indicator (0x05).) 153 Result = F (Peer public key consists of (only) an invalid encoding indicator (0x05).) [all …]
|
| /external/tcpdump/tests/ |
| D | ntp-control--vvv.out | 2 Leap indicator: (0), Request, OK, Last, OpCode=2 5 Leap indicator: (0), Response, OK, Last, OpCode=2 9 Leap indicator: (0), Request, OK, Last, OpCode=1 12 Leap indicator: (0), Response, OK, Last, OpCode=1 16 Leap indicator: (0), Request, OK, Last, OpCode=1 19 Leap indicator: (0), Response, OK, Last, OpCode=1 23 Leap indicator: (0), Request, OK, Last, OpCode=2 26 Leap indicator: (0), Response, OK, More, OpCode=2 30 Leap indicator: (0), Response, OK, Last, OpCode=2 34 Leap indicator: (0), Request, OK, Last, OpCode=2 [all …]
|
| D | ntp-control--vv.out | 2 Leap indicator: (0), Request, OK, Last, OpCode=2 5 Leap indicator: (0), Response, OK, Last, OpCode=2 9 Leap indicator: (0), Request, OK, Last, OpCode=1 12 Leap indicator: (0), Response, OK, Last, OpCode=1 16 Leap indicator: (0), Request, OK, Last, OpCode=1 19 Leap indicator: (0), Response, OK, Last, OpCode=1 23 Leap indicator: (0), Request, OK, Last, OpCode=2 26 Leap indicator: (0), Response, OK, More, OpCode=2 30 Leap indicator: (0), Response, OK, Last, OpCode=2 34 Leap indicator: (0), Request, OK, Last, OpCode=2 [all …]
|
| D | ntp-control--v.out | 2 Leap indicator: (0), Request, OK, Last, OpCode=2 5 Leap indicator: (0), Response, OK, Last, OpCode=2 9 Leap indicator: (0), Request, OK, Last, OpCode=1 12 Leap indicator: (0), Response, OK, Last, OpCode=1 16 Leap indicator: (0), Request, OK, Last, OpCode=1 19 Leap indicator: (0), Response, OK, Last, OpCode=1 23 Leap indicator: (0), Request, OK, Last, OpCode=2 26 Leap indicator: (0), Response, OK, More, OpCode=2 30 Leap indicator: (0), Response, OK, Last, OpCode=2 34 Leap indicator: (0), Request, OK, Last, OpCode=2 [all …]
|
| D | ntp-mode7--v.out | 3 Leap indicator: (0) 6 Leap indicator: -1s (128) 9 Leap indicator: (0) 12 Leap indicator: -1s (128) 15 Leap indicator: (0) 18 Leap indicator: -1s (128) 21 Leap indicator: (0) 24 Leap indicator: -1s (128)
|
| D | ntp-mode7--vv.out | 3 Leap indicator: (0) 6 Leap indicator: -1s (128) 9 Leap indicator: (0) 12 Leap indicator: -1s (128) 15 Leap indicator: (0) 18 Leap indicator: -1s (128) 21 Leap indicator: (0) 24 Leap indicator: -1s (128)
|
| D | ntp-mode7--vvv.out | 3 Leap indicator: (0) 6 Leap indicator: -1s (128) 9 Leap indicator: (0) 12 Leap indicator: -1s (128) 15 Leap indicator: (0) 18 Leap indicator: -1s (128) 21 Leap indicator: (0) 24 Leap indicator: -1s (128)
|
| /external/python/bumble/bumble/ |
| D | hfp.py | 239 Values for the AG indicator (normative). 255 Values for the Call Setup AG indicator (normative). 268 Values for the Call Held AG indicator (normative). 589 """State wrapper of AG indicator. 592 indicator: Indicator of this indicator state. 593 supported_values: Supported values of this indicator. 594 current_status: Current status of this indicator. 595 index: (HF only) Index of this indicator. 596 enabled: (AG only) Whether this indicator is enabled to report. 597 on_test_text: Text message reported in AT+CIND=? of this indicator. [all …]
|
| /external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/ |
| D | SwipeRefreshIndicator.kt | 52 * A class to encapsulate details of different indicator sizes. in <lambda>() 54 * @param size The overall size of the indicator. in <lambda>() 92 * Indicator composable which is typically used in conjunction with [SwipeRefresh]. in <lambda>() 94 * @param state The [SwipeRefreshState] passed into the [SwipeRefresh] `indicator` block. in <lambda>() 97 * @param scale Whether the indicator should scale up/down as it is scrolled in. Defaults to false. in <lambda>() 98 * @param arrowEnabled Whether an arrow should be drawn on the indicator. Defaults to true. in <lambda>() 99 * @param backgroundColor The color of the indicator background surface. in <lambda>() 100 * @param contentColor The color for the indicator's contents. in <lambda>() 101 * @param shape The shape of the indicator background surface. Defaults to [CircleShape]. in <lambda>() 102 * @param largeIndication Whether the indicator should be 'large' or not. Defaults to false. in <lambda>() [all …]
|
| /external/accompanist/swiperefresh/src/sharedTest/kotlin/com/google/accompanist/swiperefresh/ |
| D | SwipeRefreshTest.kt | 71 // Assert that the indicator is displayed in <lambda>() 74 // Now stop 'refreshing' and assert that the indicator is no longer displayed in <lambda>() 89 // Assert that the indicator is not displayed in <lambda>() 92 // Set refreshing to true and assert that the indicator is displayed in <lambda>() 105 // Assert that the indicator is displayed in <lambda>() 115 // Assert that the indicator is displayed in <lambda>() 120 // Now swipe down. The indicator should react visually in <lambda>() 123 // Assert that the indicator returns back to it's 'resting' position in <lambda>() 148 indicator = { state, trigger -> in SwipeRefreshTestContent()
|
| /external/cronet/net/third_party/nist-pkits/ |
| D | generate_tests.py | 238 # * explicit-policy-indicator 323 # user-constrained-policy-set will be empty. The explicit-policy-indicator 338 # user-constrained-policy-set will be empty. The explicit-policy-indicator 369 # explicit-policy-indicator will be set if the application can process the 383 # user-constrained-policy-set will be empty. The explicit-policy-indicator 398 # user-constrained-policy-set will be empty. The explicit-policy-indicator 438 # user-constrained-policy-set will be empty. The explicit-policy-indicator 482 # {NIST-test-policy-1} and the explicit-policy-indicator will be the same 483 # as the initial-explicit-policy indicator. If the initial-policy-set is 487 # indicator is set and the initial-policy-set does not include [all …]
|
| /external/cronet/third_party/boringssl/src/pki/testdata/nist-pkits/ |
| D | generate_tests.py | 238 # * explicit-policy-indicator 323 # user-constrained-policy-set will be empty. The explicit-policy-indicator 338 # user-constrained-policy-set will be empty. The explicit-policy-indicator 369 # explicit-policy-indicator will be set if the application can process the 383 # user-constrained-policy-set will be empty. The explicit-policy-indicator 398 # user-constrained-policy-set will be empty. The explicit-policy-indicator 438 # user-constrained-policy-set will be empty. The explicit-policy-indicator 482 # {NIST-test-policy-1} and the explicit-policy-indicator will be the same 483 # as the initial-explicit-policy indicator. If the initial-policy-set is 487 # indicator is set and the initial-policy-set does not include [all …]
|
| /external/rust/crates/bstr/src/unicode/data/ |
| D | GraphemeBreakTest.txt | 35 ÷ 0020 ÷ 1F1E6 ÷ # ÷ [0.2] SPACE (Other) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A (RI) ÷ [0.3] 36 …ther) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 69 ÷ 000D ÷ 1F1E6 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A … 70 … (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 103 ÷ 000A ÷ 1F1E6 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A (RI) ÷… 104 … (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 137 ÷ 0001 ÷ 1F1E6 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A… 138 …trol) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 171 ÷ 034F ÷ 1F1E6 ÷ # ÷ [0.2] COMBINING GRAPHEME JOINER (Extend) ÷ [999.0] REGIONAL INDICATOR SYMBOL … 172 …tend) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … [all …]
|
| /external/cronet/third_party/libc++/src/utils/data/unicode/ |
| D | GraphemeBreakTest.txt | 35 ÷ 0020 ÷ 1F1E6 ÷ # ÷ [0.2] SPACE (Other) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A (RI) ÷ [0.3] 36 …ther) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 69 ÷ 000D ÷ 1F1E6 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A … 70 … (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 103 ÷ 000A ÷ 1F1E6 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A (RI) ÷… 104 … (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 137 ÷ 0001 ÷ 1F1E6 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] REGIONAL INDICATOR SYMBOL LETTER A… 138 …trol) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … 171 ÷ 034F ÷ 1F1E6 ÷ # ÷ [0.2] COMBINING GRAPHEME JOINER (Extend) ÷ [999.0] REGIONAL INDICATOR SYMBOL … 172 …tend) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] REGIONAL INDICATOR SYMBOL LETTER A … [all …]
|
| /external/rust/crates/ring/tests/ |
| D | agreement_tests.txt | 85 Error = Peer public key consists of (only) an invalid encoding indicator. 89 Error = Peer public key consists of (only) an invalid encoding indicator. 93 Error = Peer public key consists of (only) a compressed encoding indicator (0x02). 97 Error = Peer public key consists of (only) a compressed encoding indicator (0x02). 101 Error = Peer public key consists of (only) a compressed encoding indicator (0x03). 105 Error = Peer public key consists of (only) a compressed encoding indicator (0x03). 109 Error = Peer public key consists of (only) a uncompressed encoding indicator. 113 Error = Peer public key consists of (only) a compressed encoding indicator. 117 Error = Peer public key consists of (only) an invalid encoding indicator (0x05). 121 Error = Peer public key consists of (only) an invalid encoding indicator (0x05). [all …]
|