HomeSort by relevance Sort by last modified time
    Searched refs:splitted (Results 1 - 5 of 5) sorted by null

  /libcore/benchmarks/src/benchmarks/
XmlSerializeBenchmark.java 88 String[] splitted = datasetAsString.split(" "); local
89 dataset = new double[splitted.length];
90 for (int i = 0; i < splitted.length; i++) {
91 dataset[i] = Double.parseDouble(splitted[i]);
  /external/iptables/
iptables-test.py 100 splitted = iptables.split(" ")
101 if len(splitted) == 2:
102 if splitted[1] == '-4':
104 elif splitted[1] == '-6':
106 elif len(splitted) == 1:
107 if splitted[0] == IPTABLES:
109 elif splitted[0] == IP6TABLES:
111 args = splitted[1:]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 114 milliseconds