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()
116 bool parse(const std::string& s, Level* l) { in parse()
149 bool parseKernelConfigIntHelper(const std::string &s, T *i) { in parseKernelConfigIntHelper()
162 bool parseKernelConfigInt(const std::string &s, int64_t *i) { in parseKernelConfigInt()
166 bool parseKernelConfigInt(const std::string &s, uint64_t *i) { in parseKernelConfigInt()
170 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange()
179 bool parse(const std::string &s, KernelConfigKey *key) { in parse()
184 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue()
198 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv) { in parseKernelConfigTypedValue()
216 bool parse(const std::string &s, Version *ver) { in parse()
236 bool parse(const std::string &s, VersionRange *vr) { in parse()
266 bool parse(const std::string &s, VndkVersionRange *vr) { in parse()
297 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()
320 bool parse(const std::string &s, TransportArch *ta) { in parse()
350 bool parse(const std::string &s, ManifestHal *hal) { in parse()
375 bool parse(const std::string &s, MatrixHal *req) { in parse()
402 std::string s; in expandInstances() local
453 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse()
536 bool parse(const std::string& s, FqInstance* fqInstance) { in parse()