Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/update_manager/
Dumtest_utils.h41 static void ExpectVariableHasValue(const T& expected, Variable<T>* variable) { in ExpectVariableHasValue()
51 static void ExpectVariableNotSet(Variable<T>* variable) { in ExpectVariableNotSet()
Dvariable_unittest.cc87 void ValueChanged(BaseVariable* variable) { calls_.push_back(variable); } in ValueChanged()
136 void ValueChanged(BaseVariable* variable) override { in ValueChanged()
Dgeneric_variables_unittest.cc180 void ValueChanged(BaseVariable* variable) { calls_count_++; } in ValueChanged()
/system/linkerconfig/modules/
Dvariables.cc27 std::optional<std::string> Variables::GetValue(const std::string& variable) { in GetValue()
/system/core/libunwindstack/
DGlobal.cpp61 std::string variable(var_str); in FindAndReadVariable() local
/system/testing/gtest_extras/
DOptions.cpp83 std::string variable(arg); in PrintError() local
335 std::string variable(entry.first); in Process() local
/system/tools/aidl/
Dgenerate_cpp.cpp1076 for (const auto& variable : parcel.GetFields()) { in BuildParcelHeader() local
1085 for (const auto& variable : parcel.GetFields()) { in BuildParcelHeader() local
1100 for (const auto& variable : parcel.GetFields()) { in BuildParcelHeader() local
1149 for (const auto& variable : parcel.GetFields()) { in BuildParcelSource() local
1177 for (const auto& variable : parcel.GetFields()) { in BuildParcelSource() local
Dgenerate_ndk.cpp939 for (const auto& variable : defined_type.GetFields()) { in GenerateParcelHeader() local
979 for (const auto& variable : defined_type.GetFields()) { in GenerateParcelSource() local
1002 for (const auto& variable : defined_type.GetFields()) { in GenerateParcelSource() local
Dgenerate_java.cpp106 for (const auto& variable : parcel->GetFields()) { in generate_parcel_class() local
Dast_java.h116 std::shared_ptr<Variable> variable = nullptr; member
/system/core/fastboot/
Dfastboot.cpp1958 std::string variable = next_arg(&args); in Main() local