Searched defs:segments (Results 1 – 12 of 12) sorted by relevance
131 String[] segments = name.split("\\."); //$NON-NLS-1$ in loadFromProject() local207 private File getFile(File parent, String[] segments, int index) in getFile()
47 String[] segments = mDescriptor.getFullClassName().split(AdtConstants.RE_DOT); in WidgetPullParser() local
180 String[] segments = path.segments(); in visit() local
1374 String[] segments = javaPackageName.split(AdtConstants.RE_DOT); in getJavaPackagePath() local
194 List<Object> segments = new ArrayList<Object>(); in selectFiles() local
132 String[] segments = fqcn.split("\\."); in getSimpleName() local
185 Iterable<String> segments = Splitter.on('-').split(config); in fromXml() local
205 int segments = path.segmentCount(); in initialize() local
620 LinkedList<UiElementNode> segments = new LinkedList<UiElementNode>(); in selectUiNode() local
559 String[] segments = resourceFolder.split("-"); //$NON-NLS-1$ in guessStyle() local
191 ArrayList<Object> segments = new ArrayList<Object>(); in getTreePath() local
1314 String[] segments = config.mEmulatorCommandLine.split("\\s+"); //$NON-NLS-1$ in launchEmulator() local