HomeSort by relevance Sort by last modified time
    Searched full:projectname (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 86 String projectName = mProject.getName();
113 String msg = String.format("Failed to modify %1$s: %2$s", projectName,
124 * @param projectName The name of the project
128 private static ILaunchConfiguration[] findConfigs(String projectName) {
145 "").equals(projectName)) { //$NON-NLS-1$
ProjectChooserHelper.java 123 * @param projectName If non null and not empty, represents the name of an Android project
129 public IJavaProject chooseJavaProject(String projectName, String message) {
148 if (projectName != null && projectName.length() > 0) {
149 javaProject = javaModel.getJavaProject(projectName);
190 * @param projectName the name of the project to find
193 public IProject getAndroidProject(String projectName) {
198 if (javaProject.getElementName().equals(projectName)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 55 String projectName = null;
59 if (arg.getName().equals("projectName")) //$NON-NLS-1$
60 projectName = arg.getSimpleValue();
78 if (projectName == null)
80 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(projectName);
  /external/eigen/doc/
eigendoxy_header.html.in 7 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
37 <div id="projectname"><a href="http://eigen.tuxfamily.org">$projectname</a>
  /external/chromium_org/third_party/opus/src/win32/VS2010/
silk_fixed.vcxproj 25 <ProjectName>silk_fixed</ProjectName>
67 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
71 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
75 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
79 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
opus_demo.vcxproj 66 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
70 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
74 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
78 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_api.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_decode.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_encode.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  /external/libopus/win32/VS2010/
silk_fixed.vcxproj 25 <ProjectName>silk_fixed</ProjectName>
67 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
71 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
75 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
79 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
opus_demo.vcxproj 66 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
70 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
74 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
78 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_api.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_decode.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
test_opus_encode.vcxproj 69 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
81 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  /external/chromium_org/testing/gtest/msvc/
gtest-md.vcproj 16 IntermediateDirectory="$(OutDir)/$(ProjectName)"
58 IntermediateDirectory="$(OutDir)/$(ProjectName)"
gtest.vcproj 16 IntermediateDirectory="$(OutDir)/$(ProjectName)"
58 IntermediateDirectory="$(OutDir)/$(ProjectName)"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.sh 23 projectName="emf";
36 cmd=$cmd" -buildfile feedPublish.xml -propertyfile ../properties/feedPublish.$projectName.properties"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 165 updateProjectLocation(mValues.projectName);
224 private void updateProjectLocation(String projectName) {
225 if (projectName == null) {
226 projectName = "";
233 String projectLocation = workspace.append(projectName).toOSString();
323 if (values.projectName != null) {
324 File dest = Platform.getLocation().append(values.projectName).toFile();
328 values.projectName));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 211 EXPECTED_WARNINGS_TEMPLATE.replace("PROJECTNAME", project.getName()) : null;
259 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
264 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
269 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
274 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
279 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
284 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
289 "Context: L/PROJECTNAME/AndroidManifest.xml\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 176 if (mValues.projectName != null) {
177 mProjectNameText.setText(mValues.projectName);
230 mValues.projectName = mProjectNameText.getText().trim();
234 mValues.applicationName = capitalize(mValues.projectName);
241 String name = capitalize(mValues.projectName);
246 ApplicationInfoPage.suggestTestProjectName(mValues.projectName);
405 String value = Platform.getLocation().append(mValues.projectName).toString();
420 if (!mValues.projectNameModifiedByUser && mValues.projectName != null) {
423 mProjectNameText.setText(mValues.projectName);
437 status = validateProjectName(mValues.projectName);
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/gtest/
gtest.vcproj 24 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
51 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
91 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
115 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
  /external/chromium_org/sdch/open-vcdiff/vsprojects/vcdiff/
vcdiff.vcproj 24 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
51 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
105 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
129 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
source.extension.vsixmanifest 22 d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-users.dump 3 -- www/projectName/includes/searchcvs-dbaccess.php
  /external/libvorbis/win32/VS2005/libvorbisfile/
libvorbisfile_static.vcproj 20 <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\$(ProjectName)_static.lib"/>
37 <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\$(ProjectName)_static.lib"/>
54 <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\$(ProjectName)_static.lib"/>
71 <Tool Name="VCLibrarianTool" OutputFile="$(OutDir)\$(ProjectName)_static.lib"/>

Completed in 417 milliseconds

1 2 34 5 6 7 8 91011