Home
last modified time | relevance | path

Searched defs:current_state (Results 1 – 25 of 79) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dshared_mutex.hpp135 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in try_lock_shared() local
170 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in lock_shared() local
225 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_shared_until() local
283 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_shared_until() local
369 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in unlock_shared() local
404 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in try_lock() local
437 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in lock() local
484 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_until() local
549 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in do_lock_until() local
626 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in unlock() local
[all …]
/external/open-dice/src/
Dtemplate_cert_op_test.cc36 DiceStateForTest current_state = {}; in TEST() local
55 DiceStateForTest current_state = {}; in TEST() local
85 DiceStateForTest current_state = {}; in TEST() local
99 DiceStateForTest current_state = {}; in TEST() local
114 DiceStateForTest current_state = {}; in TEST() local
129 DiceStateForTest current_state = {}; in TEST() local
142 DiceStateForTest current_state = {}; in TEST() local
155 DiceStateForTest current_state = {}; in TEST() local
Dtemplate_cbor_cert_op_test.cc36 DiceStateForTest current_state = {}; in TEST() local
56 DiceStateForTest current_state = {}; in TEST() local
87 DiceStateForTest current_state = {}; in TEST() local
101 DiceStateForTest current_state = {}; in TEST() local
116 DiceStateForTest current_state = {}; in TEST() local
131 DiceStateForTest current_state = {}; in TEST() local
144 DiceStateForTest current_state = {}; in TEST() local
157 DiceStateForTest current_state = {}; in TEST() local
Dcbor_cert_op_test.cc39 DiceStateForTest current_state = {}; in TEST() local
60 DiceStateForTest current_state = {}; in TEST() local
76 DiceStateForTest current_state = {}; in TEST() local
109 DiceStateForTest current_state = {}; in TEST() local
159 DiceStateForTest current_state = {}; in TEST() local
173 DiceStateForTest current_state = {}; in TEST() local
186 DiceStateForTest current_state = {}; in TEST() local
227 DiceStateForTest current_state = {}; in TEST() local
239 DiceStateForTest current_state = {}; in TEST() local
Dcbor_p384_cert_op_test.cc37 DiceStateForTest current_state = {}; in TEST() local
65 DiceStateForTest current_state = {}; in TEST() local
101 DiceStateForTest current_state = {}; in TEST() local
151 DiceStateForTest current_state = {}; in TEST() local
165 DiceStateForTest current_state = {}; in TEST() local
178 DiceStateForTest current_state = {}; in TEST() local
Dboringssl_ed25519_ops_test.cc37 DiceStateForTest current_state = {}; in TEST() local
58 DiceStateForTest current_state = {}; in TEST() local
91 DiceStateForTest current_state = {}; in TEST() local
141 DiceStateForTest current_state = {}; in TEST() local
155 DiceStateForTest current_state = {}; in TEST() local
168 DiceStateForTest current_state = {}; in TEST() local
Dmbedtls_ops_test.cc37 DiceStateForTest current_state = {}; in TEST() local
58 DiceStateForTest current_state = {}; in TEST() local
90 DiceStateForTest current_state = {}; in TEST() local
139 DiceStateForTest current_state = {}; in TEST() local
153 DiceStateForTest current_state = {}; in TEST() local
166 DiceStateForTest current_state = {}; in TEST() local
Ddice_test.cc117 DiceStateForTest current_state = {}; in TEST() local
135 DiceStateForTest current_state = {}; in TEST() local
148 DiceStateForTest current_state = {}; in TEST() local
161 DiceStateForTest current_state = {}; in TEST() local
173 DiceStateForTest current_state = {}; in TEST() local
186 DiceStateForTest current_state = {}; in TEST() local
203 DiceStateForTest current_state = {}; in TEST() local
/external/grpc-grpc/src/core/lib/transport/
Dconnectivity_state.cc104 grpc_connectivity_state current_state = in ~ConnectivityStateTracker() local
125 grpc_connectivity_state current_state = in AddWatcher() local
155 grpc_connectivity_state current_state = in SetState() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dconnectivity_state.cc105 grpc_connectivity_state current_state = in ~ConnectivityStateTracker() local
126 grpc_connectivity_state current_state = in AddWatcher() local
156 grpc_connectivity_state current_state = in SetState() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource_state.cpp158 const d3d12_subresource_state *current_state) in resource_state_if_promoted()
291 transition_required(D3D12_RESOURCE_STATES current_state, D3D12_RESOURCE_STATES *destination_state) in transition_required()
322 const d3d12_subresource_state *current_state = get_subresource_state(res_state, i); in resolve_global_state() local
401 d3d12_resource_state *current_state = &state_entry->batch_end; in append_barrier() local
557 d3d12_resource_state* current_state = &state_entry->batch_end; in apply_resource_state() local
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc41 uint64_t current_state = seed ^ salt[0]; in LowLevelHashLenGt16() local
119 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/cronet/base/power_monitor/
Dpower_monitor_device_source_unittest.cc34 const DeviceThermalState current_state = GetCurrentThermalState(); in TEST_F() local
/external/libchrome/mojo/core/
Dwatcher_set.cc32 const HandleSignalsState& current_state) { in Add()
/external/sdv/vsomeip/third_party/boost/mpl/example/fsm/
Dstate_machine.hpp64 state_t current_state() const in current_state() function in fsm::state_machine
/external/cronet/net/socket/
Dread_buffering_stream_socket.cc65 State current_state = state_; in DoLoop() local
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc37 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc37 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc34 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc46 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/internal/
Dlow_level_hash.cc34 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc46 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/cronet/third_party/abseil-cpp/absl/hash/internal/
Dlow_level_hash.cc37 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dstreams.rs63 current_state: StreamState, field
72 pub current_state: StreamState, field
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Ddense_output_runge_kutta.hpp179 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::dense_output_runge_kutta
385 const state_type& current_state( void ) const in current_state() function in boost::numeric::odeint::dense_output_runge_kutta

1234