Home
last modified time | relevance | path

Searched defs:next_state (Results 1 – 25 of 38) sorted by relevance

12

/external/open-dice/src/
Dtemplate_cert_op_test.cc37 DiceStateForTest next_state = {}; in TEST() local
58 DiceStateForTest next_state = {}; in TEST() local
86 DiceStateForTest next_state = {}; in TEST() local
100 DiceStateForTest next_state = {}; in TEST() local
115 DiceStateForTest next_state = {}; in TEST() local
130 DiceStateForTest next_state = {}; in TEST() local
143 DiceStateForTest next_state = {}; in TEST() local
156 DiceStateForTest next_state = {}; in TEST() local
Dtemplate_cbor_cert_op_test.cc37 DiceStateForTest next_state = {}; in TEST() local
59 DiceStateForTest next_state = {}; in TEST() local
88 DiceStateForTest next_state = {}; in TEST() local
102 DiceStateForTest next_state = {}; in TEST() local
117 DiceStateForTest next_state = {}; in TEST() local
132 DiceStateForTest next_state = {}; in TEST() local
145 DiceStateForTest next_state = {}; in TEST() local
158 DiceStateForTest next_state = {}; in TEST() local
Dmbedtls_ops_test.cc38 DiceStateForTest next_state = {}; in TEST() local
61 DiceStateForTest next_state = {}; in TEST() local
94 DiceStateForTest next_state = {}; in TEST() local
140 DiceStateForTest next_state = {}; in TEST() local
154 DiceStateForTest next_state = {}; in TEST() local
167 DiceStateForTest next_state = {}; in TEST() local
Dcbor_p384_cert_op_test.cc38 DiceStateForTest next_state = {}; in TEST() local
68 DiceStateForTest next_state = {}; in TEST() local
105 DiceStateForTest next_state = {}; in TEST() local
152 DiceStateForTest next_state = {}; in TEST() local
166 DiceStateForTest next_state = {}; in TEST() local
179 DiceStateForTest next_state = {}; in TEST() local
Dcbor_cert_op_test.cc37 DiceStateForTest next_state = {}; in TEST() local
60 DiceStateForTest next_state = {}; in TEST() local
94 DiceStateForTest next_state = {}; in TEST() local
141 DiceStateForTest next_state = {}; in TEST() local
155 DiceStateForTest next_state = {}; in TEST() local
168 DiceStateForTest next_state = {}; in TEST() local
Dboringssl_ed25519_ops_test.cc38 DiceStateForTest next_state = {}; in TEST() local
61 DiceStateForTest next_state = {}; in TEST() local
95 DiceStateForTest next_state = {}; in TEST() local
142 DiceStateForTest next_state = {}; in TEST() local
156 DiceStateForTest next_state = {}; in TEST() local
169 DiceStateForTest next_state = {}; in TEST() local
Ddice_test.cc118 DiceStateForTest next_state = {}; in TEST() local
136 DiceStateForTest next_state = {}; in TEST() local
149 DiceStateForTest next_state = {}; in TEST() local
162 DiceStateForTest next_state = {}; in TEST() local
174 DiceStateForTest next_state = {}; in TEST() local
187 DiceStateForTest next_state = {}; in TEST() local
204 DiceStateForTest next_state = {}; in TEST() local
/external/blktrace/
Dstrverscmp.c99 static const unsigned int next_state[] = in strverscmp() local
/external/rust/crates/regex-automata/src/
Ddfa.rs56 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method
351 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID { in next_state() method
Ddense.rs575 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
704 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
764 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
825 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
878 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
Dsparse.rs444 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
541 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
602 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
/external/harfbuzz_ng/src/
Dhb-ot-shaper-thai.cc184 thai_above_state_t next_state; member
211 thai_below_state_t next_state; member
/external/rust/crates/aho-corasick/src/
Ddfa.rs196 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
255 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
324 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
391 fn next_state(&self, current: S, input: u8) -> S { in next_state() method
477 fn next_state(&self, from: S, byte: u8) -> S { in next_state() method
Dnfa.rs154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state() method
265 fn next_state(&self, mut current: S, input: u8) -> S { in next_state() method
316 fn next_state(&self, input: u8) -> S { in next_state() method
394 fn next_state(&self, input: u8) -> S { in next_state() method
Dautomaton.rs162 fn next_state(&self, current: Self::ID, input: u8) -> Self::ID; in next_state() method
/external/webrtc/pc/
Dsctp_transport.cc138 SctpTransportState next_state = info_.state(); in SetDtlsTransport() local
/external/rust/crates/itertools/src/
Dsources.rs159 let next_state = (self.f)(&self.state); in next() localVariable
/external/perfetto/src/protozero/filtering/
Dmessage_filter.cc154 StackState next_state{}; in FilterOneByte() local
/external/cronet/net/quic/
Ddedicated_web_transport_http3_client.cc97 WebTransportState next_state, in RecordNetLogQuicSessionClientStateChanged()
660 WebTransportState next_state) { in TransitionToState()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h57 const grpc_chttp2_hpack_parser_state* next_state; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h56 const grpc_chttp2_hpack_parser_state* next_state; member
/external/rust/crates/plotters/examples/
Dconsole.rs39 let next_state = match (*self, new_state) { in update() localVariable
/external/libusb/examples/
Ddpfp.c397 static int next_state(void) in next_state() function
/external/cronet/net/server/
Dhttp_server.cc437 int next_state = parser_state[state][input]; in ParseHeaders() local
/external/musl/src/regex/
Dregexec.c741 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local

12