Home
last modified time | relevance | path

Searched refs:UpdateState (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/lib/Analysis/
DSparsePropagation.cpp79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState() function in SparseSolver
237 UpdateState(PN, IV); in visitPHINode()
251 UpdateState(PN, Overdefined); in visitPHINode()
273 UpdateState(PN, PNIV); in visitPHINode()
287 UpdateState(I, IV); in visitInst()
/external/webrtc/talk/app/webrtc/
Ddatachannel.cc243 UpdateState(); in Close()
287 UpdateState(); in SetReceiveSsrc()
331 UpdateState(); in SetSendSsrc()
416 UpdateState(); in OnChannelReady()
426 UpdateState(); in DoClose()
429 void DataChannel::UpdateState() { in UpdateState() function in webrtc::DataChannel
Ddatachannel.h245 void UpdateState();
/external/libweave/src/privet/
Dwifi_bootstrap_manager.cc79 UpdateState(State::kBootstrapping); in StartBootstrapping()
106 UpdateState(State::kConnecting); in StartConnecting()
127 UpdateState(State::kMonitoring); in ContinueMonitoring()
147 void WifiBootstrapManager::UpdateState(State new_state) { in UpdateState() function in weave::privet::WifiBootstrapManager
Dwifi_bootstrap_manager.h82 void UpdateState(State new_state);
/external/libweave/src/
Daccess_api_handler.cc119 UpdateState();
212 UpdateState(); in OnCommandDone()
220 void AccessApiHandler::UpdateState() { in UpdateState() function in weave::AccessApiHandler
Daccess_api_handler.h34 void UpdateState();
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_external_decoder_unittest.cc258 virtual void UpdateState(NetEqOutputType output_type) { in UpdateState() function in webrtc::LargeTimestampJumpTest
296 UpdateState(output_type); in GetAndVerifyOutput()
378 void UpdateState(NetEqOutputType output_type) override { in UpdateState() function in webrtc::ShortTimestampJumpTest
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h179 void UpdateState(Instruction &Inst, LatticeVal V);
/external/v8/src/ic/
Dic.cc320 void IC::UpdateState(Handle<Object> receiver, Handle<Object> name) { in UpdateState() function in v8::internal::IC
2254 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2261 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2282 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2301 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2324 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2332 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2375 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2383 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2406 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
[all …]
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc973 connections_[i]->UpdateState(now); in UpdateConnectionStates()
1043 UpdateState(); in SortConnections()
1109 void P2PTransportChannel::UpdateState() { in UpdateState() function in cricket::P2PTransportChannel
1384 UpdateState(); in OnConnectionDestroyed()
Dp2ptransportchannel.h197 void UpdateState();
Dport_unittest.cc1269 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F()
1273 conn->UpdateState(before_created + MIN_CONNECTION_LIFETIME - 1); in TEST_F()
1278 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F()
1290 conn->UpdateState( in TEST_F()
1294 conn->UpdateState(after_last_receiving + DEAD_CONNECTION_RECEIVE_TIMEOUT + 1); in TEST_F()
2305 ch1.conn()->UpdateState(unreliable_timeout_delay); in TEST_F()
2321 ch1.conn()->UpdateState(unreliable_timeout_delay + CONNECTION_WRITE_TIMEOUT + in TEST_F()
2354 ch1.conn()->UpdateState(CONNECTION_WRITE_TIMEOUT + 500u); in TEST_F()
Dport.h525 void UpdateState(uint32_t now);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c90 functions->UpdateState = i915InvalidateState; in i915InitDriverFunctions()
Dintel_context.c567 functions->UpdateState = intelInvalidateState; in intelInitDriverFunctions()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c360 functions->UpdateState = st_invalidate_state; in st_init_driver_functions()
/external/v8/src/debug/
Ddebug.cc1975 UpdateState(); in SetEventListener()
1981 UpdateState(); in SetMessageHandler()
1991 void Debug::UpdateState() { in UpdateState() function in v8::internal::Debug
2128 debug_->UpdateState(); in DebugScope()
2157 debug_->UpdateState(); in ~DebugScope()
Ddebug.h505 void UpdateState();
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c75 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/main/
Dstate.c577 ctx->Driver.UpdateState(ctx, new_state); in _mesa_update_state_locked()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c553 ctx->Driver.UpdateState = nouveau_update_state; in nouveau_state_init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c567 functions->UpdateState = intelInvalidateState; in intelInitDriverFunctions()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c567 functions->UpdateState = intelInvalidateState; in intelInitDriverFunctions()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c649 driver->UpdateState = update_state; in swrast_init_driver_functions()

12