Lines Matching 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()
267 const std::string& s, VersionRange* vr, in parseVersionRange()
289 bool parse(const std::string& s, VersionRange* vr) { in parse()
295 bool parse(const std::string& s, SepolicyVersionRange* svr) { in parse()
327 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
358 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()
393 std::string s; in expandInstances() local
444 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse()
527 bool parse(const std::string& s, FqInstance* fqInstance) { in parse()
544 bool parseAidlVersion(const std::string& s, Version* version) { in parseAidlVersion()
556 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()