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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
BaseLocationBox.java 29 String baseLocation = "";
36 public BaseLocationBox(String baseLocation, String purchaseLocation) {
38 this.baseLocation = baseLocation;
43 return baseLocation;
46 public void setBaseLocation(String baseLocation) {
47 this.baseLocation = baseLocation;
66 baseLocation = IsoTypeReader.readString(content);
67 content.get(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation) - 1])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 47 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation,
54 model.setBaseLocation(baseLocation);
115 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation, String xml,
117 checkFormat(prefs, baseLocation, xml, expected, delimiter, null, false, null);
120 private void checkFormat(EclipseXmlFormatPreferences prefs, String baseLocation, String xml,
122 checkFormat(prefs, baseLocation, xml, expected, "\n"); //$NON-NLS-1$
124 private void checkFormat(String baseLocation, String xml, String expected)
127 checkFormat(prefs, baseLocation, xml, expected);
    [all...]
  /external/icu/icu4j/eclipse-build/pdebuild/
build.properties 16 # baseLocation - where things you are building against are installed
125 # in most RCP app or a plug-in, the baseLocation should be the location of a previously
129 #baseLocation=${base}/eclipse
130 baseLocation=@BASE_LOCATION@
131 #Os/Ws/Arch/nl of the eclipse specified by baseLocation
  /sdk/eclipse/buildConfig/
build.properties 20 # baseLocation - where things you are building against are installed
133 # in most RCP app or a plug-in, the baseLocation should be the location of a previously
136 baseLocation=${ECLIPSE_HOME}
137 #Os/Ws/Arch/nl of the eclipse specified by baseLocation
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 550 String baseLocation = model.getBaseLocation();
551 if (baseLocation != null) {
552 if (baseLocation.endsWith(SdkConstants.FN_ANDROID_MANIFEST_XML)) {
555 int lastSlash = baseLocation.lastIndexOf('/');
557 int end = baseLocation.lastIndexOf('/', lastSlash - 1); // -1 is okay
558 String resourceFolder = baseLocation.substring(end + 1, lastSlash);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 327 milliseconds