HomeSort by relevance Sort by last modified time
    Searched full:targetpath (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCorePostBuild.cmd 1 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
  /external/webkit/Source/WebKit2/win/
WebKitPostBuild.cmd 1 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
WebKit2WebProcessPostBuild.cmd 3 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
  /external/webkit/Source/WebCore/WebCore.vcproj/
QTMovieWinPostBuild.cmd 3 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
  /external/webkit/Source/WebKit/qt/declarative/
declarative.pro 2 TARGETPATH = QtWebKit
14 copy2build.output = $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir
16 copy2build.output = $$OUTPUT_DIR/imports/$$TARGETPATH/qmldir
59 DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
61 DESTDIR = $$OUTPUT_DIR/imports/$$TARGETPATH
63 target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
67 qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
VersionNumberStripper.java 63 String targetPath;
65 targetPath =path
69 targetPath = path
72 files[i].renameTo(new File(targetPath));
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 72 String targetpath = origin.getPath(); local
80 boolean match = targetpath.startsWith (topmostPath);
83 if (match && targetpath.length() != topmostPath.length()) {
85 match = (targetpath.charAt(topmostPath.length()) == '/');
  /external/libpng/projects/visualc71/
pngtest.vcproj 31 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
78 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
126 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
174 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
223 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
272 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
320 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
368 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
416 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
  /external/webkit/WebKitLibraries/win/tools/vsprops/
common.vsprops 43 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file
if not exist "$(ProjectDir)$(ProjectName)PostBuild.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PostBuild.cmd"
"
47 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.
if not exist "$(ProjectDir)$(ProjectName)PreBuild.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PreBuild.cmd"
"
51 CommandLine="REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.
if not exist "$(ProjectDir)$(ProjectName)PreLink.cmd" exit /b

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
set CONFIGURATIONNAME=$(ConfigurationName)
set INPUTDIR=$(InputDir)
set INPUTFILENAME=$(InputFileName)
set INPUTPATH=$(InputPath)
set INTDIR=$(IntDir)
set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
set OUTDIR=$(OutDir)
set PLATFORMNAME=$(PlatformName)
set PROJECTDIR=$(ProjectDir)
set PROJECTFILENAME=$(ProjectFileName)
set PROJECTNAME=$(ProjectName)
set PROJECTPATH=$(ProjectPath)
set SOLUTIONDIR=$(SolutionDir)
set SOLUTIONFILENAME=$(SolutionFileName)
set SOLUTIONNAME=$(SolutionName)
set SOLUTIONPATH=$(SolutionPath)
set TARGETDIR=$(TargetDir)
set TARGETEXT=$(TargetExt)
set TARGETFILENAME=$(TargetFileName)
set TARGETPATH=$(TargetPath)
set WEBKITCONFIGSUFFIX=$(WebKitConfigSuffix)
set WEBKITDLLCONFIGSUFFIX=$(WebKitDLLConfigSuffix)

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,
REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"$(ProjectDir)$(ProjectName)PreLink.cmd"
"
  /development/host/windows/usb/adb_winapi_test/
SOURCES 18 TARGETPATH = obj
  /external/webkit/Source/WebKit/win/
WebDownload.cpp 138 /* [in] */ BSTR targetPath,
141 if (!targetPath)
144 String bundle(targetPath, SysStringLen(targetPath));
  /external/icu4c/tools/icupkg/
icupkg.vcxproj 83 <Command>copy "$(TargetPath)" ..\..\..\bin
118 <Command>copy "$(TargetPath)" ..\..\..\bin
157 <Command>copy "$(TargetPath)" ..\..\..\bin64
193 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/icuswap/
icuswap.vcproj 34 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
122 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
215 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
305 CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
  /development/host/windows/usb/api/
SOURCES 18 TARGETPATH = obj
  /development/host/windows/usb/winusb/
SOURCES 18 TARGETPATH = obj
  /external/icu4c/extra/uconv/
uconv.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
123 <Command>copy "$(TargetPath)" ..\..\..\bin
167 <Command>copy "$(TargetPath)" ..\..\..\bin64
207 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/genbrk/
genbrk.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
121 <Command>copy "$(TargetPath)" ..\..\..\bin
164 <Command>copy "$(TargetPath)" ..\..\..\bin64
202 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/genccode/
genccode.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
120 <Command>copy "$(TargetPath)" ..\..\..\bin
162 <Command>copy "$(TargetPath)" ..\..\..\bin64
199 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/gencfu/
gencfu.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin</Command>
113 <Command>copy "$(TargetPath)" ..\..\..\bin</Command>
145 <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>
182 <Command>copy "$(TargetPath)" ..\..\..\bin64%3b</Command>
  /external/icu4c/tools/gencmn/
gencmn.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
121 <Command>copy "$(TargetPath)" ..\..\..\bin
164 <Command>copy "$(TargetPath)" ..\..\..\bin64
202 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/gencnval/
gencnval.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
121 <Command>copy "$(TargetPath)" ..\..\..\bin
164 <Command>copy "$(TargetPath)" ..\..\..\bin64
202 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/gendict/
gendict.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
121 <Command>copy "$(TargetPath)" ..\..\..\bin
164 <Command>copy "$(TargetPath)" ..\..\..\bin64
202 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/gennorm2/
gennorm2.vcxproj 78 <Command>copy "$(TargetPath)" ..\..\..\bin
120 <Command>copy "$(TargetPath)" ..\..\..\bin
163 <Command>copy "$(TargetPath)" ..\..\..\bin64
205 <Command>copy "$(TargetPath)" ..\..\..\bin64
  /external/icu4c/tools/genrb/
derb.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
125 <Command>copy "$(TargetPath)" ..\..\..\bin
171 <Command>copy "$(TargetPath)" ..\..\..\bin64
212 <Command>copy "$(TargetPath)" ..\..\..\bin64
genrb.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
120 <Command>copy "$(TargetPath)" ..\..\..\bin
163 <Command>copy "$(TargetPath)" ..\..\..\bin64
200 <Command>copy "$(TargetPath)" ..\..\..\bin64

Completed in 2200 milliseconds

1 2 3