Lines Matching defs:s
34 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString()
64 bool parse(const std::string &s, std::vector<T> *objs) { in parse()
79 bool parseEnum(const std::string &s, E *e, const Array &strings) { in parseEnum()
119 bool parse(const std::string& s, Level* l) { in parse()
152 bool parseKernelConfigIntHelper(const std::string &s, T *i) { in parseKernelConfigIntHelper()
165 bool parseKernelConfigInt(const std::string &s, int64_t *i) { in parseKernelConfigInt()
169 bool parseKernelConfigInt(const std::string &s, uint64_t *i) { in parseKernelConfigInt()
173 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange()
182 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
187 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue()
201 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv) { in parseKernelConfigTypedValue()
219 bool parse(const std::string &s, Version *ver) { in parse()
242 const std::string& s, VersionRange* vr, in parseVersionRange()
264 bool parse(const std::string& s, VersionRange* vr) { in parse()
278 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
309 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()
332 bool parse(const std::string &s, TransportArch *ta) { in parse()
362 bool parse(const std::string &s, ManifestHal *hal) { in parse()
388 std::string s; in expandInstances() local
439 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse()
522 bool parse(const std::string& s, FqInstance* fqInstance) { in parse()
539 bool parseAidlVersion(const std::string& s, Version* version) { in parseAidlVersion()
551 bool parseAidlVersionRange(const std::string& s, VersionRange* vr) { in parseAidlVersionRange()