Lines Matching +defs:version +defs:s

31 std::vector<std::string> SplitString(const std::string &s, char c) {  in SplitString()
61 bool parse(const std::string &s, std::vector<T> *objs) { in parse()
76 bool parseEnum(const std::string &s, E *e, const Array &strings) { in parseEnum()
117 bool parse(const std::string& s, Level* l) { in parse()
153 bool parseKernelConfigIntHelper(const std::string &s, T *i) { in parseKernelConfigIntHelper()
166 bool parseKernelConfigInt(const std::string &s, int64_t *i) { in parseKernelConfigInt()
170 bool parseKernelConfigInt(const std::string &s, uint64_t *i) { in parseKernelConfigInt()
174 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange()
183 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
188 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue()
202 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv) { in parseKernelConfigTypedValue()
220 bool parse(const std::string &s, Version *ver) { in parse()
236 bool parse(const std::string& s, SepolicyVersion* sepolicyVer) { in parse()
263 const std::string& s, VersionRange* vr, in parseVersionRange()
285 bool parse(const std::string& s, VersionRange* vr) { in parse()
291 bool parse(const std::string& s, SepolicyVersionRange* svr) { in parse()
323 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
354 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()
359 size_t version, major, minor; in parse() local
389 std::string s; in expandInstances() local
440 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse()
480 std::string toFQNameString(const std::string& package, const std::string& version, in toFQNameString()
493 std::string toFQNameString(const std::string& package, const Version& version, in toFQNameString()
498 std::string toFQNameString(const Version& version, const std::string& interface, in toFQNameString()
523 bool parse(const std::string& s, FqInstance* fqInstance) { in parse()
540 bool parseAidlVersion(const std::string& s, Version* version) { in parseAidlVersion()
552 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()