HomeSort by relevance Sort by last modified time
    Searched refs:UpdateState (Results 1 - 25 of 39) sorted by null

1 2

  /external/libweave/src/
access_api_handler.h 34 void UpdateState();
access_api_handler.cc 119 UpdateState();
212 UpdateState();
220 void AccessApiHandler::UpdateState() {
  /system/update_engine/update_manager/
chromeos_policy.h 67 UpdateState update_state) const override;
179 const UpdateState& update_state) const;
196 const UpdateState& update_state) const;
chromeos_policy_unittest.cc 140 // Returns a default UpdateState structure:
141 UpdateState GetDefaultUpdateState(TimeDelta first_seen_period) {
143 UpdateState update_state = UpdateState();
483 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
496 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
514 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
534 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
555 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10));
583 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10))
    [all...]
policy.h 60 struct UpdateState {
174 // (UpdateState.{num_failures,failures_last_updated}) on the next time it is
249 UpdateState update_state) const = 0;
default_policy.h 75 UpdateState update_state) const override;
default_policy.cc 61 const UpdateState update_state) const {
mock_policy.h 66 UpdateDownloadParams*, UpdateState));
update_manager_unittest.cc 189 UpdateState update_state = UpdateState();
chromeos_policy.cc 298 const UpdateState update_state) const {
674 const UpdateState& update_state) const {
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 77 /// UpdateState - When the state for some instruction is potentially updated,
79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
237 UpdateState(PN, IV);
251 UpdateState(PN, Overdefined);
273 UpdateState(PN, PNIV);
287 UpdateState(I, IV);
  /external/webrtc/talk/app/webrtc/
datachannel.cc 243 UpdateState();
287 UpdateState();
331 UpdateState();
416 UpdateState();
426 UpdateState();
429 void DataChannel::UpdateState() {
430 // UpdateState determines what to do from a few state variables. Include
433 // UpdateState().
datachannel.h 245 void UpdateState();
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 79 UpdateState(State::kBootstrapping);
106 UpdateState(State::kConnecting);
127 UpdateState(State::kMonitoring);
147 void WifiBootstrapManager::UpdateState(State new_state) {
wifi_bootstrap_manager.h 82 void UpdateState(State new_state);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 258 virtual void UpdateState(NetEqOutputType output_type) {
296 UpdateState(output_type);
378 void UpdateState(NetEqOutputType output_type) override {
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 177 /// UpdateState - When the state for some instruction is potentially updated,
179 void UpdateState(Instruction &Inst, LatticeVal V);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 90 functions->UpdateState = i915InvalidateState;
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 74 * Called via ctx->Driver.UpdateState()
360 functions->UpdateState = st_invalidate_state;
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc     [all...]
p2ptransportchannel.h 197 void UpdateState();
port.h 525 void UpdateState(uint32_t now);
  /external/v8/src/ic/
ic.cc 320 void IC::UpdateState(Handle<Object> receiver, Handle<Object> name) {
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 75 driver->UpdateState = NULL; /* REQUIRED! */
  /external/mesa3d/src/mesa/main/
state.c 448 * Calls dd_function_table::UpdateState to perform any internal state
573 * Driver.UpdateState() has to call FLUSH_VERTICES(). (fixed?)
577 ctx->Driver.UpdateState(ctx, new_state);

Completed in 332 milliseconds

1 2