Home
last modified time | relevance | path

Searched refs:sln (Results 1 – 25 of 86) sorted by relevance

1234

/external/webkit/Tools/Scripts/
Dprint-msvc-project-dependencies34 foreach my $sln (@ARGV) {
35 printDependencyTree($sln);
42 my ($sln) = @_;
44 unless (-f $sln) {
45 warn "Warning: Can't find $sln; skipping\n";
49 unless (open SLN, "<", $sln) {
50 warn "Warning: Can't open $sln; skipping\n";
64 … warn "Warning: Project $name appears more than once in $sln; using first definition\n";
115 close SLN or warn "Warning: Can't close $sln\n";
/external/libvpx/
Dsolution.mk12 vpx.sln: $(wildcard *.vcproj)
21 vpx.sln.mk: vpx.sln
24 PROJECTS-yes += vpx.sln vpx.sln.mk
25 -include vpx.sln.mk
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
DAWTLoader.java81 byte[] sln = new byte[scSz]; in flipImage()
85 System.arraycopy(img, y1 * scSz, sln, 0, scSz); in flipImage()
87 System.arraycopy(sln, 0, img, y2 * scSz, scSz); in flipImage()
94 short[] sln = new short[scSz]; in flipImage() local
98 System.arraycopy(img, y1 * scSz, sln, 0, scSz); in flipImage()
100 System.arraycopy(sln, 0, img, y2 * scSz, scSz); in flipImage()
/external/dbus/cmake/modules/
DWin32Macros.cmake16 # opens the related .sln file with paths setting specified at
40 …te_file (${CMAKE_BINARY_DIR}/${_projectname}-sln.bat "set PATH=${ADD_PATH};%PATH%\nstart ${_projec…
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/
DJavaScriptCore.make14 devenv "JavaScriptCoreSubmit.sln" /rebuild $(BUILDSTYLE)
21 devenv "JavaScriptCoreSubmit.sln" /build Release_PGO_Optimize
23 devenv "JavaScriptCoreSubmit.sln" /rebuild $(BUILDSTYLE)
/external/icu4c/samples/case/
Dreadme.txt11 case.sln Windows MSVC workspace. Double-click this to get started.
16 2. In MSVC, open the solution file icu\samples\case\case.sln
17 (or, use the workspace All, in icu\samples\all\all.sln )
/external/zlib/src/contrib/vstudio/
Dreadme.txt23 - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
24 - Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"
29 - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
/external/protobuf/vsprojects/
Dconvert2008to2005.sh9 for file in *.sln; do
/external/icu4c/samples/ustring/
Dreadme.txt10 ustring.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln
/external/icu4c/samples/props/
Dreadme.txt10 props.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\props\props.sln
/external/icu4c/samples/break/
Dreadme.txt11 break.sln Windows MSVC workspace. Double-click this to get started.
16 2. In MSVC, open the workspace file icu\samples\break\break.sln
/external/icu4c/samples/citer/
Dreadme.txt10 citer.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
/external/icu4c/samples/cal/
Dreadme.txt13 cal.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
/external/icu4c/samples/coll/
Dreadme.txt10 coll.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln
/external/zlib/src/contrib/testzlib/
Dtestzlib.txt10 and open testzlib8.sln
/external/icu4c/samples/numfmt/
Dreadme.txt13 numfmt.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln
/external/icu4c/samples/date/
Dreadme.txt13 date.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\date\date.sln
/external/icu4c/samples/ucnv/
Dreadme.txt16 ucnv.sln Windows MSVC workspace. Double-click this to get started.
21 2. In MSVC, open the workspace file icu\samples\ucnv\ucnv.sln
/external/icu4c/samples/strsrch/
Dreadme.txt10 strsrch.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\strsrch\strsrch.sln
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuild.dox6 /// The runtime code is provided with .sln and .vcproj files for Visual Studio 2005 and 2008,
34 /// -# Open the C.sln file
47 C:\antlrsrc\code\antlr\main\runtime\C> DEVENV C.sln /Build ReleaseDLL
48 C:\antlrsrc\code\antlr\main\runtime\C> DEVENV C.sln /Build Release
49 C:\antlrsrc\code\antlr\main\runtime\C> DEVENV C.sln /Build DebugDLL
50 C:\antlrsrc\code\antlr\main\runtime\C> DEVENV C.sln /Build Debug
53 …ld is complete you will find the \c.\cDLL and \c.\cLIB files under the directory containing C.sln,
/external/icu4c/samples/ufortune/
Dreadme.txt12 ./ufortune.sln Windows MSVC workspace. Double-click this to get started.
23 2. In MSVC, open the workspace file icu\samples\ufortune\ufortune.sln
/external/zlib/src/contrib/dotzlib/
Dreadme.txt14 DotZLib.sln - Microsoft Visual Studio 2003 solution file
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
/external/icu4c/samples/uresb/
Dreadme.txt12 uresb.sln Windows MSVC workspace. Double-click this to get started.
23 2. In MSVC, open the workspace file icu\samples\uresb\uresb.sln
/external/srtp/googlepatches/
Dvidyo-1-srtp-win.patch162 diff -purN -x CVS -x '*~' -x '.*' -x 'obj-*' srtp-pristine/srtp.sln srtp/srtp.sln
163 --- srtp-pristine/srtp.sln 1969-12-31 19:00:00.000000000 -0500
164 +++ srtp/srtp.sln 2009-04-22 17:58:01.000000000 -0400
/external/icu4c/samples/udata/
Dreadme.txt11 udata.sln Windows MSVC workspace. Double-click this to get started.
16 2. In MSVC, open the workspace file icu\samples\udata\udata.sln

1234