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

1 2

  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
build.properties 14 # baseLocation - where things you are building against are installed
67 # when building GEF, the baseLocation should be the location of a previously
70 # The baseLocation must not contain any features, plugins or fragments
72 baseLocation=
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 15 baseLocation=
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 14 # baseLocation - where things you are building against are installed
150 # in most RCP app or a plug-in, the baseLocation should be the location of a previously
154 baseLocation=${base}/eclipse
161 #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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/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 
  /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 
  /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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 340 milliseconds

1 2