Searched refs:parseString (Results 1 – 10 of 10) sorted by relevance
35 CpuFrequencies actual = new CpuFrequencies().parseString(config); in check()76 cpuFrequencies.parseString(inputString); in testToString_returnsSanitizedStringUsedToParse()83 CpuFrequencies cpuFrequencies1 = new CpuFrequencies().parseString(inputString); in testEquals_objectsParsedFromSameStringShouldBeEqual()84 CpuFrequencies cpuFrequencies2 = new CpuFrequencies().parseString(inputString); in testEquals_objectsParsedFromSameStringShouldBeEqual()
54 public CpuFrequencies parseString(String cpuNumberAndFrequencies) { in parseString() method in CpuFrequencies
783 (new CpuFrequencies()).parseString(cpuFreqInteractive), in fromConfig()784 (new CpuFrequencies()).parseString(cpuFreqNoninteractive), in fromConfig()921 (new CpuFrequencies()).parseString(cpuFreqInteractive), in fromSettings()922 (new CpuFrequencies()).parseString(cpuFreqNoninteractive), in fromSettings()
85 reparsed = MINIDOM.parseString(xmlstr)
99 reparsed = MINIDOM.parseString(xmlstr)
125 reparsed = MINIDOM.parseString(xmlstr)
152 parseString(graphString); in readGraphString()169 private void parseString(String graphString) throws GraphIOException { in parseString() method in TextGraphReader
454 public void parseString(String graphString, CommandStack commandStack) throws IOException { in parseString() method in GraphReader.XmlGraphReader560 reader.parseString(source, commands); in getBuilderForXmlString()
32011 HSPLsun/security/x509/AVA;->parseString(Ljava/io/Reader;IILjava/lang/StringBuilder;)Lsun/security/u…
36582 HSPLcom/android/server/power/batterysaver/CpuFrequencies;->parseString(Ljava/lang/String;)Lcom/andr…