Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/packet/parser/test/
Dvariable.cc29 Variable::Variable(const std::string& str) : data(str) {} in Variable() function in bluetooth::packet::parser::test::Variable
/system/update_engine/update_manager/
Dvariable.h197 Variable(const std::string& name, VariableMode mode) in Variable() function
200 Variable(const std::string& name, const base::TimeDelta poll_interval) in Variable() function
/system/tools/aidl/
Dast_java.h88 struct Variable : public Expression { struct
93 Variable() = default; argument
Dast_java.cpp108 Variable::Variable(const string& t, const string& n) : type(t), name(n) {} in Variable() function in android::aidl::java::Variable
Dgenerate_java_binder.cpp48 using Variable = ::android::aidl::java::Variable; typedef in android::aidl::java::VariableFactory