Searched refs:resolved (Results 1 – 3 of 3) sorted by relevance
105 // get the resolved dependencies from the compile configuration130 throw new RuntimeException("No resolved artifact for: " + it + ", required for: "
162 * The resource chooser now shows the resolved value for resources163 (e.g. when selecting @string/hello it displays that the resolved value
896 String resolved = mGraphicalEditorPart.findString(text); in update() local897 if (resolved != null) { in update()898 text = resolved; in update()