Searched defs:project (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/doc/
H A Dconf.py44 # General information about the project.
45 project = u'Native Client' variable
47 # The version info for the project you're documenting, acts as replacement for
106 # "<project> v<release> documentation".
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
H A Dconf.py39 # General information about the project.
40 project = u'Gallium' variable
43 # The version info for the project you're documenting, acts as replacement for
108 # "<project> v<release> documentation".
/external/clang/docs/analyzer/
H A Dconf.py42 # General information about the project.
43 project = u'Clang Static Analyzer' variable
46 # The version info for the project you're documenting, acts as replacement for
105 # "<project> v<release> documentation".
231 u'Analyzer Team', 'ClangStaticAnalyzer', 'One line description of project.',
/external/clang/docs/
H A Dconf.py42 # General information about the project.
43 project = u'Clang' variable
46 # The version info for the project you're documenting, acts as replacement for
105 # "<project> v<release> documentation".
231 u'The Clang Team', 'Clang', 'One line description of project.',
/external/mesa3d/src/gallium/docs/source/
H A Dconf.py39 # General information about the project.
40 project = u'Gallium' variable
43 # The version info for the project you're documenting, acts as replacement for
108 # "<project> v<release> documentation".
/external/ceres-solver/docs/source/
H A Dconf.py42 # General information about the project.
43 project = u'Ceres Solver' variable
46 # The version info for the project you're documenting, acts as replacement for
107 # "<project> v<release> documentation".
232 u'Sameer Agarwal & Keir Mierle', 'CeresSolver', 'One line description of project.',
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedCreateFeedTask.java34 * project - project's name, used to label the feed - eg., Eclipse, EMF, UML2
50 private String project; field in class:RSSFeedCreateFeedTask
63 public void setProject(String project) { argument
64 if (isNullString(project))
67 { this.project = project; }
79 System.out.println(Messages.getString("RSSFeedCreateFeedTask.Creating") + project + SP + Messages.getString("RSSFeedCommon.RSSFeedFile") + SP + file.toString() + ", " + Messages.getString("RSSFeedCommon.ToBePublishedAt") + feedURL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$
91 sb.append(" <title>" + project + SP + Messages.getString("RSSFeedCreateFeedTask.Builds") + "</title>" + NL); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
95 sb.append(" <name>" + (!isNullString(project)
[all...]
H A DRSSFeedAddEntryTask.java49 * project - project's name, used to label the feed - eg., Eclipse, EMF, UML2
54 * buildURL - URL of the build being added to the feed - eg., http://servername/path/to/project/branch/buildID/
60 * releaseNotesURL - URL of the build's release notes page - eg., http://www.eclipse.org/project/news/release-notes.php
61 * updateManagerURL - URL of the build's Update Manager site - eg., http://servername/path/to/project/updates/
62 * downloadsURL - URL of the build's downloads - eg., http://servername/path/to/project/downloads/
75 * TPTP - If you're waiting for another project, which one(s)? (TPTP is just an example)
94 * JUnitTestURL - URL of the build's JUnit test results - eg., http://servername/path/to/project/branch/buildID/testResults.php
95 * performanceTestURL - URL of the build's performance tests - eg., http://servername/path/to/project/branch/buildID/performance/performance.php
96 * APITestURL - URL of the build's API test results - eg., http://servername/path/to/project/branc
125 private String project; field in class:RSSFeedAddEntryTask
166 setProject(String project) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java56 Project project = new Project(); project.setName(executable);
57 exec.setProject(project);
75 handleExecTaskReturn(project);
79 handleExecTaskReturn(project);
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$
88 private void handleExecTaskReturn(Project project) argument
92 out = project.getProperty(RUN_EXEC_TASK_RESULT);
99 out = project.getProperty(RUN_EXEC_TASK_OUTPUT);
104 out = project
[all...]
/external/proguard/src/proguard/ant/
H A DClassPathElement.java48 public ClassPathElement(Project project) argument
50 super(project);
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java40 import org.apache.maven.project.MavenProject;
57 * Goal that picks up all the ANTLR grammars in a project and moves those that
184 * @parameter expression="${project}"
188 protected MavenProject project; field in class:Antlr3Mojo
204 * @parameter default-value="${project.build.directory}/generated-sources/antlr3"
230 project.addCompileSourceRoot(outputDir.getPath());
390 if (project != null) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... private final org.apache.tools.ant.Project project private final java.util.Properties signArguments private ...
/external/llvm/docs/
H A Dconf.py41 # General information about the project.
42 project = u'LLVM' variable
45 # The version info for the project you're documenting, acts as replacement for
104 # "<project> v<release> documentation".
186 u'LLVM project', 'manual'),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jar ... void remapSystemIn (org.apache.tools.ant.Project) org.apache.tools.ant.Project project ...
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java20 import org.apache.maven.project.MavenProject;
59 * @parameter expression="${project}"
62 private MavenProject project; field in class:GUnitExecuteMojo
66 * of our configuration within the project to which we are being attached.
168 if ( project.getCompileArtifacts() != null ) {
169 for ( Object o : project.getCompileArtifacts() ) {
206 // generally speaking, its ok for the project to not define a dep on the build-time artifact...
213 // its possible, if the project instead depends on the build-time (or full) artifact.
243 getLog().info( "Adding project compile classpath element : " + path );
267 return ( List<String> ) project
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java236 public ReportCfg (final Project project, final Task task) argument
238 m_project = project;
/external/chromium_org/v8/benchmarks/
H A Dnavier-stokes.js2 * Copyright 2012 the V8 project authors. All rights reserved.
239 function project(u, v, p, div)
291 project(u, v, u0, v0);
296 project(u, v, u0, v0 );
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h620 internal::OP<MatrixSolver, MatrixType, Scalar, BisSPD>::project(OP, n, nev, m_eivec.data());
750 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs);
775 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs) function in struct:Eigen::internal::OP
793 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs) function in struct:Eigen::internal::OP
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jar ... entry org.eclipse.jdt.core.IJavaProject project org.eclipse.jdt.launching.IRuntimeClasspathEntry2 entry2 ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DScriptSnippetModel.js51 this._project = this._workspace.project(this._projectId);
102 project: function()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... tools.ant.Task { private String builder private String project private int kind public static final String KIND_INCREMENTAL public static ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... Info info org.apache.tools.ant.Project project java.io.File file int loops Long ...
H A Dant-trax.jar ... FILE_UTILS private org.apache.tools.ant.Project project private String factoryName private javax.xml.transform ...

Completed in 2756 milliseconds

12