Searched refs:locations (Results 1 – 4 of 4) sorted by relevance
... [] arcs public boolean arcsValid public int[] locations public boolean locationsValid boolean orderPreserved private android.support. ...
43 IProblemLocation[] locations) throws CoreException { in getAssists() argument
884 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$ in getAxisBounds() local885 assert locations.getType().isArray() : locations.getType(); in getAxisBounds()886 locations.setAccessible(true); in getAxisBounds()887 Object horizontalLocations = locations.get(horizontal); in getAxisBounds()888 Object verticalLocations = locations.get(vertical); in getAxisBounds()
149 #pluginPath is a list of locations in which to find plugins and features. This list is separated b…192 # specific JRE locations to compile against. These values are used to compile bundles specifying a