Lines Matching defs:s
35 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString()
65 bool parse(const std::string &s, std::vector<T> *objs) { in parse()
80 bool parseEnum(const std::string &s, E *e, const Array &strings) { in parseEnum()
120 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()
243 const std::string& s, VersionRange* vr, in parseVersionRange()
265 bool parse(const std::string& s, VersionRange* vr) { in parse()
279 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
310 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()
345 std::string s; in expandInstances() local
396 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse()
479 bool parse(const std::string& s, FqInstance* fqInstance) { in parse()
496 bool parseAidlVersion(const std::string& s, Version* version) { in parseAidlVersion()
508 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()