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

1 2 3 4 5 6 7 8 91011>>

  /system/update_engine/update_manager/
device_policy_provider.h 28 #include "update_engine/update_manager/variable.h"
37 // Variable stating whether the DevicePolicy was loaded.
38 virtual Variable<bool>* var_device_policy_is_loaded() = 0;
41 virtual Variable<std::string>* var_release_channel() = 0;
43 virtual Variable<bool>* var_release_channel_delegated() = 0;
45 virtual Variable<bool>* var_update_disabled() = 0;
47 virtual Variable<std::string>* var_target_version_prefix() = 0;
50 virtual Variable<base::TimeDelta>* var_scatter_factor() = 0;
52 // Variable returning the set of connection types allowed for updates. The
55 virtual Variable<std::set<chromeos_update_engine::ConnectionType>>
    [all...]
updater_provider.h 25 #include "update_engine/update_manager/variable.h"
58 // A variable returning the timestamp when the update engine was started in
60 virtual Variable<base::Time>* var_updater_started_time() = 0;
62 // A variable returning the last update check time.
63 virtual Variable<base::Time>* var_last_checked_time() = 0;
65 // A variable reporting the time when an update was last completed in the
75 virtual Variable<base::Time>* var_update_completed_time() = 0;
77 // A variable returning the update progress (0.0 to 1.0).
78 virtual Variable<double>* var_progress() = 0;
80 // A variable returning the current update status
    [all...]
system_provider.h 21 #include "update_engine/update_manager/variable.h"
34 virtual Variable<bool>* var_is_normal_boot_mode() = 0;
37 virtual Variable<bool>* var_is_official_build() = 0;
39 // Returns a variable that tells whether OOBE was completed.
40 virtual Variable<bool>* var_is_oobe_complete() = 0;
42 // Returns a variable that tells the number of slots in the system.
43 virtual Variable<unsigned int>* var_num_slots() = 0;
47 virtual Variable<std::string>* var_kiosk_required_platform_version() = 0;
real_updater_provider.h 43 Variable<base::Time>* var_updater_started_time() override {
47 Variable<base::Time>* var_last_checked_time() override {
51 Variable<base::Time>* var_update_completed_time() override {
55 Variable<double>* var_progress() override {
59 Variable<Stage>* var_stage() override {
63 Variable<std::string>* var_new_version() override {
67 Variable<uint64_t>* var_payload_size() override {
71 Variable<std::string>* var_curr_channel() override {
75 Variable<std::string>* var_new_channel() override {
79 Variable<bool>* var_p2p_enabled() override
    [all...]
shill_provider.h 24 #include "update_engine/update_manager/variable.h"
33 // A variable returning whether we currently have network connectivity.
34 virtual Variable<bool>* var_is_connected() = 0;
36 // A variable returning the current network connection type. Unknown if not
38 virtual Variable<chromeos_update_engine::ConnectionType>* var_conn_type() = 0;
40 // A variable returning the tethering mode of a network connection. Unknown if
42 virtual Variable<chromeos_update_engine::ConnectionTethering>*
45 // A variable returning the time when network connection last changed.
47 virtual Variable<base::Time>* var_conn_last_changed() = 0;
time_provider.h 23 #include "update_engine/update_manager/variable.h"
33 virtual Variable<base::Time>* var_curr_date() = 0;
37 virtual Variable<int>* var_curr_hour() = 0;
config_provider.h 21 #include "update_engine/update_manager/variable.h"
29 // Returns a variable stating whether the out of the box experience (OOBE) is
32 virtual Variable<bool>* var_is_oobe_enabled() = 0;
mock_variable.h 24 #include "update_engine/update_manager/variable.h"
28 // This is a generic mock of the Variable class.
30 class MockVariable : public Variable<T> {
32 using Variable<T>::Variable;
real_system_provider.h 53 Variable<bool>* var_is_normal_boot_mode() override {
57 Variable<bool>* var_is_official_build() override {
61 Variable<bool>* var_is_oobe_complete() override {
65 Variable<unsigned int>* var_num_slots() override {
69 Variable<std::string>* var_kiosk_required_platform_version() override {
77 std::unique_ptr<Variable<bool>> var_is_normal_boot_mode_;
78 std::unique_ptr<Variable<bool>> var_is_official_build_;
79 std::unique_ptr<Variable<bool>> var_is_oobe_complete_;
80 std::unique_ptr<Variable<unsigned int>> var_num_slots_;
81 std::unique_ptr<Variable<std::string>> var_kiosk_required_platform_version_
    [all...]
random_provider.h 21 #include "update_engine/update_manager/variable.h"
34 virtual Variable<uint64_t>* var_seed() = 0;
real_time_provider.h 38 Variable<base::Time>* var_curr_date() override {
42 Variable<int>* var_curr_hour() override {
50 std::unique_ptr<Variable<base::Time>> var_curr_date_;
51 std::unique_ptr<Variable<int>> var_curr_hour_;
real_random_provider.h 31 Variable<uint64_t>* var_seed() override { return var_seed_.get(); }
37 // The seed() scoped variable.
38 std::unique_ptr<Variable<uint64_t>> var_seed_;
  /system/tools/aidl/
type_java.h 54 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
55 Variable* parcel, int flags) const;
56 virtual void CreateFromParcel(StatementBlock* addTo, Variable* v,
57 Variable* parcel, Variable** cl) const;
58 virtual void ReadFromParcel(StatementBlock* addTo, Variable* v,
59 Variable* parcel, Variable** cl) const;
85 void WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel
    [all...]
type_java.cpp 61 void Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel,
69 void Type::CreateFromParcel(StatementBlock* addTo, Variable* v,
70 Variable* parcel, Variable**) const {
77 void Type::ReadFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel,
78 Variable**) const {
111 void BasicType::WriteToParcel(StatementBlock* addTo, Variable* v,
112 Variable* parcel, int flags) const
    [all...]
generate_java.h 47 using Variable = ::android::aidl::java::Variable;
51 Variable* Get(const Type* type);
52 Variable* Get(int index);
55 std::vector<Variable*> vars_;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/
Variable.c 14 Variable.c
18 Variable Architectural Protocol as defined in Tiano
20 This code is used to produce the EFI 1.0 runtime variable services
25 #include EFI_ARCH_PROTOCOL_DEFINITION (Variable)
29 EFI_GUID_STRING(&gEfiVariableArchProtocolGuid, "Variable", "Variable Arch Protocol");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Variable/
Variable.c 14 Variable.c
25 #include EFI_PPI_DEFINITION (Variable)
29 EFI_GUID_STRING(&gPeiReadOnlyVariablePpiGuid, "Variable", "Read Only Variable PPI");
  /external/clang/test/Misc/
ast-dump-stmt.cpp 5 int Variable;
8 using n::Variable;
12 Variable = 4;
13 // CHECK: DeclRefExpr{{.*}} (UsingShadow{{.*}}Variable
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h 64 void setImplicitRet(Variable *Ret) { ImplicitRet = Ret; }
65 Variable *getImplicitRet() const { return ImplicitRet; }
67 Variable *getPhysicalRegister(RegNumT RegNum,
73 getRegistersForVariable(const Variable *Var) const override {
79 getAllRegistersForVariable(const Variable *Var) const override {
134 void emitVariable(const Variable *Var) const override;
166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) {
170 void _addu(Variable *Dest, Variable *Src0, Variable *Src1)
    [all...]
IceTargetLoweringARM32.h 94 Variable *getPhysicalRegister(RegNumT RegNum,
100 getRegistersForVariable(const Variable *Var) const override {
111 getAllRegistersForVariable(const Variable *Var) const override {
154 void emitVariable(const Variable *Var) const override;
169 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
189 Variable *legalizeToReg(Operand *From, RegNumT RegNum = RegNumT());
212 void lowerInt64Arithmetic(InstArithmetic::OpKind Op, Variable *Dest,
277 std::function<Variable *(Variable *)> Operation
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 23 * \brief Variable manager.
26 * Variable manager owns variable objects until they are either explictly
46 ValueEntry (const Variable* variable);
49 const Variable* getVariable (void) const { return m_variable; }
55 const Variable* m_variable;
59 // Variable scope manages variable allocation.
66 Variable* allocate (const VariableType& type, Variable::Storage storage, const char* name)
    [all...]
rsgFunctionGenerator.hpp 41 void requireAssignment (Variable* variable) { m_requiredAssignments.push_back(variable); }
48 std::vector<Variable*> m_requiredAssignments;
  /external/javassist/src/main/javassist/compiler/ast/
Variable.java 21 * Variable.
23 public class Variable extends Symbol {
26 public Variable(String sym, Declarator d) {
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c 4 All variable code, variable metadata, and variable data used by Duet platform are on
6 Duet trusts all meta data from disk. If variable code, variable metadata and variable
24 Provide support functions for variable services.
45 Update the variable region with Variable information. These are the same
46 arguments as the EFI Variable services.
    [all...]
  /build/soong/androidmk/parser/
make_strings_test.go 35 Variables: []Variable{
36 Variable{Name: SimpleMakeString("var1", NoPos)},
37 Variable{Name: SimpleMakeString("var2", NoPos)},
47 Variables: []Variable{
48 Variable{Name: SimpleMakeString("var1", NoPos)},
54 Variables: []Variable{
55 Variable{Name: SimpleMakeString("var2", NoPos)},
70 Variables: []Variable{
71 Variable{Name: SimpleMakeString("var1", NoPos)},
72 Variable{Name: SimpleMakeString("var2", NoPos)}
    [all...]

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>