Home
last modified time | relevance | path

Searched defs:new_state (Results 1 – 25 of 97) sorted by relevance

1234

/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.h56 webrtc::PeerConnectionInterface::SignalingState new_state) {} in OnSignalingChange()
64 webrtc::PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
66 webrtc::PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
/external/autotest/site_utils/rpm_control_system/
Dfrontend_server.py100 def set_power_via_poe(self, device_hostname, new_state): argument
131 rpm_outlet, hydra_hostname, new_state): argument
174 def _queue_once(self, powerunit_info, new_state): argument
Drpm_controller.py252 def queue_request(self, powerunit_info, new_state): argument
470 def set_power_state(self, powerunit_info, new_state): argument
510 def _change_state(self, powerunit_info, new_state, ssh): argument
711 def set_power_state(self, powerunit_info, new_state): argument
935 def _change_state(self, powerunit_info, new_state, ssh): argument
Drpm_client.py32 def set_power(host, new_state, timeout_mins=RPM_CALL_TIMEOUT_MINS): argument
Drpm_dispatcher.py121 def queue_request(self, powerunit_info_dict, new_state): argument
/external/igt-gpu-tools/lib/
Digt_rand.c12 uint32_t hars_petruska_f54_1_random_seed(uint32_t new_state) in hars_petruska_f54_1_random_seed()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc144 XlaOp new_state = initial_state + ConstantR0<uint64>(builder, size); in GetThreeFryInputsAndUpdatedState() local
299 XlaOp new_state = in GetPhiloxInputsAndUpdatedState() local
321 XlaOp new_state; in GeneratePhiloxBits() local
338 XlaOp new_state; in PhiloxRngBit32() local
366 XlaOp new_state; in PhiloxRngBit64() local
493 XlaOp new_state = bits_state.state; in UniformFloatingPointDistribution() local
503 XlaOp new_state = bits_state.state; in UniformIntDistribution() local
/external/grpc-grpc/src/core/lib/iomgr/
Dlockfree_event.cc159 gpr_atm new_state = (gpr_atm)shutdown_err | kShutdownBit; in SetShutdown() local
/external/webrtc/talk/app/webrtc/
Dmediastreamtrack.h58 virtual bool set_state(MediaStreamTrackInterface::TrackState new_state) { in set_state()
Daudiotrack.cc88 TrackState new_state = kInitializing; in OnChanged() local
Dpeerconnectionfactory_unittest.cc88 PeerConnectionInterface::SignalingState new_state) {} in OnSignalingChange()
94 PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
Dwebrtcsession.h93 PeerConnectionInterface::IceConnectionState new_state) {} in OnIceConnectionChange()
96 PeerConnectionInterface::IceGatheringState new_state) {} in OnIceGatheringChange()
/external/grpc-grpc/src/php/lib/Grpc/Internal/
DInterceptorChannel.php62 public function watchConnectivityState($new_state, $deadline)
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_test.cc68 TensorFloat32 new_state; in TEST_F() local
Dlstm.cc38 TensorCodeGenerator new_state("new_state", state_size, op_def.dst_tensors[1]); in GetLSTMCode() local
/external/webrtc/webrtc/libjingle/xmpp/
Dchatroommoduleimpl.cc406 XmppChatroomState new_state; member
508 XmppChatroomModuleImpl::ClientChangeMyPresence(XmppChatroomState new_state) { in ClientChangeMyPresence()
514 XmppChatroomState new_state; in ServerChangeMyPresence() local
526 XmppChatroomModuleImpl::ChangePresence(XmppChatroomState new_state, in ChangePresence()
Dpubsubstateclient.h47 C new_state; member
175 C new_state; in OnItem() local
/external/mesa3d/src/mesa/main/
Dstate.c341 GLbitfield new_state = in update_program_constants() local
398 GLbitfield new_state = ctx->NewState; in _mesa_update_state_locked() local
/external/toolchain-utils/deprecated/automation/common/
Dstate_machine.py45 def Change(self, new_state): argument
Djob_group.py48 def _StateSet(self, new_state): argument
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c58 GLuint new_state = ctx->NewState; in i915InvalidateState() local
/external/autotest/client/site_tests/cellular_ScanningProperty/
Dcellular_ScanningProperty.py95 old_state, new_state): argument
/external/webrtc/webrtc/base/
Dtask.cc99 int new_state = Process(state_); in Step() local
/external/mesa3d/src/mesa/tnl/
Dt_context.c132 _tnl_InvalidateState( struct gl_context *ctx, GLuint new_state ) in _tnl_InvalidateState()
/external/mesa3d/src/mesa/swrast/
Ds_context.c422 _swrast_sleep( struct gl_context *ctx, GLbitfield new_state ) in _swrast_sleep()
429 _swrast_invalidate_state( struct gl_context *ctx, GLbitfield new_state ) in _swrast_invalidate_state()
652 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state ) in _swrast_InvalidateState()

1234