Searched refs:project (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/webkit/Tools/Scripts/
H A Dprint-msvc-project-dependencies100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";
130 foreach my $project (values %projectsNotDependedUpon) {
131 printProjectAndDependencies($project, 0, \%projectsByUUID);
137 my ($project, $indentLevel, $projectsByUUID) = @_;
139 print " " x $indentLevel, $project->{name}, "\n";
140 foreach my $dependencyUUID (keys %{$project->{dependencies}}) {
H A Dmake-gypi60 def build_gypi(project):
61 key = project.lower() + '_files'
H A Dwebkitdirs.pm93 # walks up path checking each directory to see if it is the main WebKit project dir,
1270 my ($project, $clean, @extraOptions) = @_;
1277 return system "xcodebuild", "-project", "$project.xcodeproj", @extraOptions;
1288 my ($project, $clean) = @_;
1295 chomp($project = `cygpath -w "$project"`) if isCygwin();
1302 my @command = ($vcBuildPath, $project, $action, $config);
1321 my ($project, $shouldClean, @options) = @_;
1335 print "Building $project\
[all...]
/external/llvm/utils/release/
H A Dmerge.sh11 # Merge a revision into a project.
22 echo " -proj PROJECT The project to merge the result into"
23 echo " -rev NUM The revision to merge into the project"
32 -proj | --proj | -project | --project | -p )
50 echo "error: need to specify project and revision"
56 if ! svn ls http://llvm.org/svn/llvm-project/$proj/trunk > /dev/null 2>&1 ; then
57 echo "error: invalid project: $proj"
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
70 svn merge -c $rev https://llvm.org/svn/llvm-project/
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dsetup.sh15 project=$2;
17 echo "[`date +%H:%M:%S`] Check out $checkoutdir/$project from $CVSROOT ...";
18 cvs -d :pserver:anonymous@dev.eclipse.org:$CVSROOT $quietcvs co $project;
/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/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...]
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt19 3) Set one of the project as the StartUp project. If you just want to build the
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
25 project
34 This project builds the zlib binaries as follows:
/external/smali/maven-smali-plugin/src/main/java/org/jf/
H A DSmaliMojo.java29 import org.apache.maven.project.MavenProject;
47 * The maven project.
49 * @parameter expression="${project}"
53 private MavenProject project; field in class:SmaliMojo
62 * @parameter default-value="${project.build.directory}/classes.dex"
/external/webkit/Source/gyp/
H A Dconfigure71 'xcode': os.path.join(self._name + '.xcodeproj', 'project.pbxproj'),
121 should_generate = [project for project in PROJECTS if project.should_generate(port)]
122 already_generated = [project.name() for project in set(PROJECTS) - set(should_generate)]
139 help="Generate all project files even if they appear to be up to date.")
146 for project in projects:
147 print "Generating %s." % project.name()
148 project
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.uml2.properties23 project=UML2
28 buildURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml&showAll=1&hlbuild=%%buildID%%#%%buildID%%
43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&amp;version=%%version%%
44 updateManagerURL=http://download.eclipse.org/modeling/mdt/updates/?project=uml2-uml
45 downloadsURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml#uml2-uml
53 # project on which you're waiting (eg., TPTP)
/external/openfst/src/include/fst/script/
H A Dproject.h22 #include <fst/project.h> // for ProjectType
/external/openfst/src/script/
H A Dproject.cc19 #include <fst/script/project.h>
/external/doclava/res/assets/templates/
H A Dhead_tag.cs11 <?cs if:project.name ?>
12 <?cs var:project.name ?>
/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/libvpx/vp8/common/ppc/
H A Dplatform_altivec.asm2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
/external/libvpx/vp8/decoder/arm/armv5/
H A Ddequantize_v5.asm2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
/external/libvpx/vpx_ports/
H A Demms.asm2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
/external/openfst/src/bin/
H A Dfstproject.cc23 #include <fst/script/project.h>
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
/external/webrtc/src/modules/audio_processing/agc/
H A DAndroid.mk1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
/external/webrtc/src/modules/audio_processing/utility/
H A DAndroid.mk1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may

Completed in 516 milliseconds

12345678910