HomeSort by relevance Sort by last modified time
    Searched full:baselocation (Results 1 - 25 of 31) 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/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 107 "\t\t<mkdir dir=\"${baseLocation}/"+type+"s\" />\n" +
114 "\t\t\tdest=\"${baseLocation}\"\n" +
117 "\t\t\t<fileset dir=\"${baseLocation}/"+type+"s\" includes=\"**/CVS/**\" defaultexcludes=\"no\"/>\n"+
125 "\t\t<mkdir dir=\"${baseLocation}/"+type+"s\" />\n" +
131 "\t\t\tdest=\"${baseLocation}/"+type+"s\"\n" +
134 "\t\t\t<fileset dir=\"${baseLocation}/"+type+"s\" includes=\"**/CVS/**\" defaultexcludes=\"no\"/>\n"+
143 "will be consumed by the build, i.e. ${baseLocation}. Stored in this project to capture revisions/urls of\n" +
145 "\t<property name=\"baseLocation\" value=\"${basedir}/baseLocation\" />\n" +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 15 baseLocation=
  /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/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
allElements.xml 12 <!-- The top level must exist in the ${buildDirectory}, ${baseLocation} or -->
  /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
allElements.xml 11 <!-- or ${baseLocation}/features/element.id, then you must provide the -->
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
productBuild.xml 58 baseLocation="${baseLocation}"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
package.xml 51 baseLocation="${target}"
genericTargets.xml 54 baseLocation="${baseLocation}"
83 baseLocation="${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...]
  /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/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.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
readme.html 51 <tr> <td height="26">baseLocation</td><td height="26">A directory separate from
  /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 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 324 milliseconds

1 2