Home
last modified time | relevance | path

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

12345

/aosp_15_r20/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 …]
/aosp_15_r20/external/open-dice/src/
H A Dcbor_multialg_op_test.cc39 DiceStateForTest current_state = {}; in TEST() local
52 DiceStateForTest current_state = {}; in TEST() local
79 DiceStateForTest current_state = {}; in TEST() local
110 DiceStateForTest current_state = {}; in TEST() local
141 DiceStateForTest current_state = {}; in TEST() local
179 DiceStateForTest current_state = {}; in TEST() local
218 DiceStateForTest current_state = {}; in TEST() local
257 DiceStateForTest current_state = {}; in TEST() local
308 DiceStateForTest current_state = {}; in TEST() local
360 DiceStateForTest current_state = {}; in TEST() local
[all …]
H A 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
H A 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
H A 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
H A Dcbor_p256_cert_op_test.cc37 DiceStateForTest current_state = {}; in TEST() local
66 DiceStateForTest current_state = {}; in TEST() local
103 DiceStateForTest current_state = {}; in TEST() local
154 DiceStateForTest current_state = {}; in TEST() local
168 DiceStateForTest current_state = {}; in TEST() local
181 DiceStateForTest current_state = {}; in TEST() local
H A Dmbedtls_ops_test.cc37 DiceStateForTest current_state = {}; in TEST() local
59 DiceStateForTest current_state = {}; in TEST() local
92 DiceStateForTest current_state = {}; in TEST() local
142 DiceStateForTest current_state = {}; in TEST() local
156 DiceStateForTest current_state = {}; in TEST() local
169 DiceStateForTest current_state = {}; in TEST() local
H A 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
H A Dcbor_p384_cert_op_test.cc37 DiceStateForTest current_state = {}; in TEST() local
66 DiceStateForTest current_state = {}; in TEST() local
103 DiceStateForTest current_state = {}; in TEST() local
154 DiceStateForTest current_state = {}; in TEST() local
168 DiceStateForTest current_state = {}; in TEST() local
181 DiceStateForTest current_state = {}; in TEST() local
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A 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
563 d3d12_resource_state* current_state = &state_entry->batch_end; in apply_resource_state() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py776 def run_toggle_iteration_func(self, func, settings, current_state): argument
911 def soft_ap_toggle_test_iteration(self, settings, current_state): argument
959 def client_mode_toggle_test_iteration(self, settings, current_state): argument
1004 current_state, argument
1047 current_state): argument
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DLocalDispatchKeySet.cpp84 bool current_state = tls->excluded().has(x); in tls_set_dispatch_key_excluded() local
100 bool current_state = tls->included().has(x); in tls_set_dispatch_key_included() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/
H A 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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/
H A Dlow_level_hash.cc39 uint64_t current_state = seed ^ salt[0]; in LowLevelHashLenGt16() local
117 uint64_t current_state = seed ^ salt[0]; in LowLevelHash() local
/aosp_15_r20/external/abseil-cpp/absl/hash/internal/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dpipeline.rs517 let current_state = self.state(); in validate_index_buffer() localVariable
624 let current_state = self.state(); in validate_pipeline_descriptor_sets() localVariable
975 let current_state = self.state(); in validate_pipeline_push_constants() localVariable
1010 let current_state = self.state(); in validate_pipeline_graphics_dynamic_state() localVariable
1564 let current_state = self.state(); in validate_pipeline_graphics_vertex_buffers() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dstreams.rs61 current_state: StreamState, field
70 pub current_state: StreamState, field
/aosp_15_r20/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
/aosp_15_r20/external/cronet/base/power_monitor/
H A Dpower_monitor_device_source_unittest.cc34 const DeviceThermalState current_state = GetCurrentThermalState(); in TEST_F() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dwatcher_set.cc32 const HandleSignalsState& current_state) { in Add()
/aosp_15_r20/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
/aosp_15_r20/external/cronet/net/socket/
H A Dread_buffering_stream_socket.cc65 State current_state = state_; in DoLoop() local

12345