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

  /tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
StrictShardHelper.java 62 List<IRemoteTest> splitList;
65 splitList = listAllTests;
67 splitList = splitTests(listAllTests, shardCount, shardIndex);
69 aggregateSuiteModules(splitList);
70 config.setTests(splitList);
  /prebuilts/go/darwin-x86/src/path/filepath/
path_plan9.go 28 func splitList(path string) []string {
path_unix.go 30 func splitList(path string) []string {
path_windows.go 78 func splitList(path string) []string {
path.go 177 // SplitList splits a list of paths joined by the OS-specific ListSeparator,
179 // Unlike strings.Split, SplitList returns an empty slice when passed an empty
181 func SplitList(path string) []string {
182 return splitList(path)
  /prebuilts/go/linux-x86/src/path/filepath/
path_plan9.go 28 func splitList(path string) []string {
path_unix.go 30 func splitList(path string) []string {
path_windows.go 78 func splitList(path string) []string {
path.go 177 // SplitList splits a list of paths joined by the OS-specific ListSeparator,
179 // Unlike strings.Split, SplitList returns an empty slice when passed an empty
181 func SplitList(path string) []string {
182 return splitList(path)
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 252 public static List<String> splitList(String list, String splitRegex) {
263 public static List<String> splitList(String list) {
264 return splitList(list, ",");
268 return splitList(list, "[,\\s]+");
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.5.0-alpha-preview-01/
gradle-core-2.5.0-alpha-preview-01.jar 

Completed in 157 milliseconds