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

1 2

  /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 142 // Returns a default UpdateState structure:
143 UpdateState GetDefaultUpdateState(TimeDelta first_seen_period) {
145 UpdateState update_state = UpdateState();
564 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
577 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
595 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
615 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
636 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10));
664 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();
  /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/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 76 /// UpdateState - When the state for some instruction is potentially updated,
78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
236 UpdateState(PN, IV);
250 UpdateState(PN, Overdefined);
272 UpdateState(PN, PNIV);
286 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/v8/src/compiler/
load-elimination.cc 602 return UpdateState(node, state);
618 return UpdateState(node, state);
643 return UpdateState(node, state);
672 return UpdateState(node, state);
708 return UpdateState(node, state);
753 return UpdateState(node, state);
791 return UpdateState(node, state);
817 return UpdateState(node, state);
859 return UpdateState(node, state);
866 return UpdateState(node, state)
    [all...]
  /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 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
SparsePropagation.h 181 /// UpdateState - When the state for some instruction is potentially updated,
183 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
SparsePropagation.h 178 /// UpdateState - When the state for some instruction is potentially updated,
180 void UpdateState(Instruction &Inst, LatticeVal V);
  /external/v8/src/
compiler.h 229 MUST_USE_RESULT Status UpdateState(Status status, State next_state) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 92 functions->UpdateState = i915InvalidateState;

Completed in 1133 milliseconds

1 2