Searched defs:install (Results 1 - 25 of 26) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java39 public TestVersionTracker(String install, Hashtable elements) { argument
47 installDirectory = install;
53 public TestVersionTracker(String install) { argument
54 this(install, new Hashtable());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DFetchValidator.java28 private String install = ""; field in class:FetchValidator
48 validator.install = "l:/vabase/team/sonia";
94 install,
112 if (new File(install + "/plugins/" + plugin).exists())
124 if (new File(install + "/features/" + feature).exists())
136 * Gets the install.
140 return install;
152 * Sets the install.
153 * @param install The install t
155 setInstall(String install) argument
[all...]
H A DCompileErrorCheck.java58 private String install = ""; field in class:CompileErrorCheck
82 findLogs(new File(install));
89 checker.install="d:/compilelogs";
224 * Gets the install.
228 return install;
232 * Sets the install.
233 * @param install The install to set
235 public void setInstall(String install) { argument
236 this.install
[all...]
H A DElementParser.java70 public void parse(String install, String type, String id){ argument
75 xmlFile=install+"/features/"+id+"/"+"feature.xml";
77 xmlFile=install+"/plugins/"+id+"/"+"plugin.xml";
79 xmlFile=install+"/plugins/"+"/"+id+"/"+"fragment.xml";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java65 public VersionTrackerTask(String install) { argument
79 buildDirectory = install;
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h122 const char *install; /* Where to install to (NULL = don't install) */ member in struct:UPKGOptions_
/external/webkit/Source/WebCore/page/
H A DDOMTimer.cpp88 int DOMTimer::install(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) function in class:WebCore::DOMTimer
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dautoinstall.py62 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
64 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
86 packages to install. Defaults to a standard temporary
411 _log.debug('Refreshing install: deleting "%s".' % target_path)
426 def install(self, url, should_refresh=False, target_name=None, member in class:AutoInstaller
466 # files specific to this install until they are ready to move
509 installer.install(should_refresh=False,
513 installer.install(should_refresh=False,
/external/v8/test/mjsunit/
H A Dstrict-mode.js562 function install(t) { function
593 install(String);
594 install(Number);
595 install(Boolean)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... .lang.String, java.lang.String) String install String type String id String xmlFile public void startElement (java
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jar ... SPLASH_LOCATION private static final String FRAMEWORK private static final String INSTALL
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... SPLASH_LOCATION private static final String FRAMEWORK private static final String INSTALL
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar ... packageAdminRef org.osgi.framework.ServiceReference startLevelRef void install (java.net.URL, boolean) throws java.io ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .equinox.p2.query.IQueryResult roots boolean install org.eclipse.equinox.internal.provisional. ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/include/linux/
H A Dpkt_cls.h139 __u64 install; member in struct:tcf_t
/external/kernel-headers/original/linux/
H A Dpkt_cls.h143 __u64 install; member in struct:tcf_t

Completed in 579 milliseconds

12