Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator.cc.inc31 // 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 =
52 if (indicator == NULL) {
53 indicator = reinterpret_cast<fips_service_indicator_state *>(
55 if (indicator == NULL) {
59 indicator->lock_state = STATE_UNLOCKED;
[all …]
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator.cc.inc31 // 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 =
52 if (indicator == NULL) {
53 indicator = reinterpret_cast<fips_service_indicator_state *>(
55 if (indicator == NULL) {
59 indicator->lock_state = STATE_UNLOCKED;
[all …]
/external/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator.cc.inc31 // 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 =
52 if (indicator == NULL) {
53 indicator = reinterpret_cast<fips_service_indicator_state *>(
55 if (indicator == NULL) {
59 indicator->lock_state = STATE_UNLOCKED;
[all …]
/external/tcpdump/tests/
Dntp-control--v.out2 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 …]
Dntp-mode7--v.out3 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)
Dntp-v.out3 Leap indicator: (0), Stratum 0 (unspecified), poll 0 (1s), precision 32
15 Leap indicator: clock unsynchronized (192), Stratum 0 (unspecified), poll 3 (8s), precision -23
26 Leap indicator: (0), Stratum 0 (unspecified), poll 0 (1s), precision 32
38 Leap indicator: (0), Stratum 2 (secondary reference), poll 0 (1s), precision -23
50 Leap indicator: clock unsynchronized (192), Stratum 0 (unspecified), poll 3 (8s), precision -6
60 Leap indicator: (0), Stratum 2 (secondary reference), poll 3 (8s), precision -23
70 Leap indicator: clock unsynchronized (192), Stratum 0 (unspecified), poll 6 (64s), precision -25
82 Leap indicator: (0), Stratum 2 (secondary reference), poll 6 (64s), precision -23
Desis_snpa_asan-4.out2 …2), v: 1, checksum: 0x70a1 (incorrect should be 0xfb4e), holding time: 21315s, length indicator: 17
7 …6), v: 1, checksum: 0x7034 (incorrect should be 0x44ec), holding time: 21315s, length indicator: 16
12 …2), v: 1, checksum: 0x70a1 (incorrect should be 0xfb4e), holding time: 21315s, length indicator: 17
17 …6), v: 1, checksum: 0x7034 (incorrect should be 0x36fe), holding time: 21315s, length indicator: 17
/external/libxkbcommon/fuzz/keymap/testcases/
Dinput.xkb6 indicator 1="X";
32 indicator"X"{whichModState=locked;modifiers=Lock;};
45 indicator.onColor="X";
46 indicator.top=00.0;
47 indicator.shape="X";
48 indicator"X"{left=0;};
/external/rust/android-crates-io/crates/ring/src/ec/suite_b/
Dsuite_b_public_key_tests.txt117 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/accompanist/docs/
Dswiperefresh.md37 … 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:
112indicator: [`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>
149 ### Custom indicator
151 …n also provide your own custom indicator content. A [`SwipeRefreshState`][api_swiperefreshstate] i…
[all …]
/external/python/bumble/bumble/
Dhfp.py600 indicator: AgIndicator
622 indicator=AgIndicator.CALL, supported_values={0, 1}, current_status=0
629 indicator=AgIndicator.CALL_SETUP,
638 indicator=AgIndicator.CALL_HELD,
647 indicator=AgIndicator.SERVICE, supported_values={0, 1}, current_status=0
654 indicator=AgIndicator.SIGNAL,
663 indicator=AgIndicator.CALL, supported_values={0, 1}, current_status=0
670 indicator=AgIndicator.BATTERY_CHARGE,
687 indicator: HfIndicator
767 indicator: HfIndicatorState(indicator=indicator)
[all …]
/external/libxkbcommon/test/data/keycodes/
Devdev300 indicator 1 = "Caps Lock";
301 indicator 2 = "Num Lock";
302 indicator 3 = "Scroll Lock";
303 indicator 4 = "Compose";
304 indicator 5 = "Kana";
305 indicator 6 = "Sleep";
306 indicator 7 = "Suspend";
307 indicator 8 = "Mute";
308 indicator 9 = "Misc";
309 indicator 10 = "Mail";
[all …]
Devdev-xkbcommon254 indicator 0x01 = "Num Lock"; // NUML
255 indicator 0x02 = "Caps Lock"; // CAPSL
256 indicator 0x03 = "Scroll Lock"; // SCROLLL
257 indicator 0x04 = "Compose"; // COMPOSE
258 indicator 0x05 = "Kana"; // KANA
259 indicator 0x06 = "Sleep"; // SLEEP
260 indicator 0x07 = "Suspend"; // SUSPEND
261 indicator 0x08 = "Mute"; // MUTE
262 indicator 0x09 = "Misc"; // MISC
263 indicator 0x0a = "Mail"; // MAIL
[all …]
/external/jline/src/src/main/java/jline/
DWindowsTerminal.java326 int indicator = readCharacter(in); in readVirtualKey() local
331 if (indicator == SPECIAL_KEY_INDICATOR in readVirtualKey()
332 || indicator == NUMPAD_KEY_INDICATOR) { in readVirtualKey()
361 } else if (indicator > 128) { in readVirtualKey()
364 replayStream.setInput(indicator, in); in readVirtualKey()
366 indicator = replayReader.read(); in readVirtualKey()
370 return indicator; in readVirtualKey()
/external/vixl/tools/
Dprinter.py115 indicator = '[%02d:%02d| %3d%%|'
116 indicator += passed_colour + '+ %d' + NO_COLOUR + '|'
117 indicator += failed_colour + '- %d' + NO_COLOUR + '|'
118 indicator += skipped_colour + '? %d' + NO_COLOUR + ']'
121 progress_string += indicator % (minutes, seconds, progress, passed, failed,
/external/libxkbcommon/test/data/compat/
Dledscroll5 indicator "Scroll Lock" {
13 indicator "Scroll Lock" {
20 indicator "Scroll Lock" {
Dledcaps5 indicator "Caps Lock" {
13 indicator "Caps Lock" {
20 indicator "Caps Lock" {
Dlednum5 indicator "Num Lock" {
13 indicator "Num Lock" {
20 indicator "Num Lock" {
/external/rust/android-crates-io/crates/ring/tests/
Dagreement_tests.txt85 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 …]
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
Dloopback.cc70 PacketIndicator indicator, in QueueSnoopPacket() argument
89 Packet{std::move(packet), sequence, indicator, direction}); in QueueSnoopPacket()
93 SendSnoopPacket(buffer, length, indicator, direction, sequence); in QueueSnoopPacket()
99 PacketIndicator indicator, in SendSnoopPacket() argument
107 switch (indicator) { in SendSnoopPacket()
179 packet.indicator, in AcknowledgePackets()
277 void LoopbackDevice::WriteLoopbackChannel(PacketIndicator indicator, in WriteLoopbackChannel() argument
284 .buffer = &indicator, .capacity = sizeof(indicator), .reserved = 0}; in WriteLoopbackChannel()
306 indicator, in WriteLoopbackChannel()
/external/python/bumble/tests/
Dhfp_test.py177 indicator=hfp.AgIndicator.CALL,
191 assert a.indicator == b.indicator
204 assert a.indicator == b.indicator
218 indicator: hfp.AgIndicatorState = await future
219 assert indicator.current_status == 1
220 assert indicator.indicator == hfp.AgIndicator.CALL
233 indicator: hfp.HfIndicatorState = await future
234 assert indicator.current_status == 100
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-18.data3 - >1 # Indentation indicator
5 - |+ # Chomping indicator
/external/python/pyyaml/tests/data/
Dspec-09-18.data3 - >1 # Indentation indicator
5 - |+ # Chomping indicator
/external/selinux/python/sepolgen/src/sepolgen/
Dutil.py34 def __init__(self, out, steps=100, indicator='#'): argument
38 self.indicator = indicator
59 self.out.write(self.indicator * new)
/external/libxkbcommon/test/data/keymaps/
Dno-types.xkb249 indicator 1 = "Caps Lock";
250 indicator 2 = "Num Lock";
251 indicator 3 = "Scroll Lock";
252 indicator 4 = "Compose";
253 indicator 5 = "Kana";
254 indicator 6 = "Sleep";
255 indicator 7 = "Suspend";
256 indicator 8 = "Mute";
257 indicator 9 = "Misc";
258 indicator 10 = "Mail";
[all …]

12345678910>>...16