Home
last modified time | relevance | path

Searched refs:Microsoft (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft2 # Microsoft's VSA's, from RFC 2548
7 VENDOR Microsoft 311 Microsoft
9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft
10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft
11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft
12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft
13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft
14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft
15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft
18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
[all …]
/external/llvm/tools/msbuild/
Duninstall.bat15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
25 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props
26 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets
28 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props
[all …]
DCMakeLists.txt7 set(prop_file_in "Microsoft.Cpp.Win32.llvm.props.in")
8 set(prop_file_v100 "Microsoft.Cpp.${platform}.LLVM-vs2010.props")
9 set(prop_file_v110 "Microsoft.Cpp.${platform}.LLVM-vs2012.props")
10 set(prop_file_v110_xp "Microsoft.Cpp.${platform}.LLVM-vs2012_xp.props")
51 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RE…
52 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RE…
53 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}"…
Dinstall.bat18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
36 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
38 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
[all …]
DMicrosoft.Cpp.Win32.llvm.props.in2 …ION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\Platforms\$…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
Dopacity-filter.out.b1Microsoft.Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}cod…
Dopacity-filter.out1Microsoft.Alpha(Opacity=80)";filter:PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80);zoom:1}cod…
/external/clang/include/clang/Basic/
DTargetCXXABI.h94 Microsoft enumerator
126 case Microsoft: in isItaniumFamily()
143 case Microsoft: in isMicrosoft()
222 case Microsoft: in canKeyFunctionBeInline()
279 case Microsoft: in getTailPaddingUseRules()
DABI.h65 } Microsoft; member
133 } Microsoft; member
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
Dopacity-filter.css5 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
6 filter: PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */
12 -ms-filter: "PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
13 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs15 using Microsoft.VisualStudio.Editor;
16 using Microsoft.VisualStudio.Shell;
17 using Microsoft.VisualStudio.Shell.Interop;
18 using Microsoft.VisualStudio.Text;
19 using Microsoft.VisualStudio.Text.Editor;
20 using Microsoft.VisualStudio.TextManager.Interop;
/external/jpeg/
Djconfig.mc61 /* jconfig.mc6 --- jconfig.h for Microsoft C on MS-DOS, version 6.00A & up. */
26 #define USE_FMEM /* Microsoft has _fmemcpy() and _fmemset() */
31 /* Note: the above define is known to improve the code with Microsoft C 6.00A.
47 #define USE_SETMODE /* Microsoft has setmode() */
Djconfig.vc1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
40 #define USE_SETMODE /* Microsoft has setmode() */
/external/zlib/src/contrib/masmx64/
Dreadme.txt5 for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits.
26 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
/external/zlib/src/contrib/vstudio/
Dreadme.txt5 Microsoft Visual C++ 9.0/10.0.
23 - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
29 - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
34 - Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dsource_layout.txt7 mstools contains a downloader for the Microsoft HLSL compiler
8 tools contains the shader compiler, currently wrapping the Microsoft HLSL compiler
16 programs contains the Gallium Direct3D 11 demos, runnable either on the Microsoft or Gallium implem…
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj70 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
75 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
80 HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/external/vboot_reference/msc/
DREADME.txt1 This directory contains the Microsoft Visual C makefile for building vboot
4 Microsoft Visual C 2008 (or later) is the prerequisite for this to work.
/external/zlib/src/win32/
DDLL_FAQ.txt122 contains ordinals, the Microsoft linker automatically builds
178 On the other hand, the pre- .NET versions of Microsoft Visual
206 8. I need to use zlib in my Microsoft .NET project. What can I
251 internal states are kept intact. The Microsoft Knowledge Base
260 Also note that linking ZLIB1.DLL to non-Microsoft CRTs, such
267 installed, or with Microsoft Internet Explorer 4 or later, and
270 system, it can be downloaded from Microsoft or from other
275 Microsoft ended its support a long time ago, and many recent
276 applications from various vendors, including Microsoft, do not
295 work properly with Microsoft's C++ libraries, it does not
[all …]
/external/jsoncpp/
DREADME.txt34 msvc6 Microsoft Visual Studio 6 service pack 5-6
35 msvc70 Microsoft Visual Studio 2002
36 msvc71 Microsoft Visual Studio 2003
37 msvc80 Microsoft Visual Studio 2005
38 msvc90 Microsoft Visual Studio 2008
41 Notes: if you are building with Microsoft Visual Studio 2008, you need to
/external/tcpdump/
DReadme.Win323 - version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
5 - The November 2001 (or later) edition of Microsoft Platform
/external/icu/icu4c/source/test/testdata/
DConverterSelectorTestUTF8.txt13 …такими лидерами компьютерной индустрии, как Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
34 …(IBM)، أبـل (APPLE)، هِيـْولِـت بـاكـرد (Hewlett-Packard) ، مايكروسوفت (Microsoft)، أوراكِـل (Orac…
56 …,不論是什麽程式,不論什麽語言。Unicode標準已經被這些工業界的領導們所採用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
79 …ar) nga udhëheqës të tillë të industrisë si Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
111 …code ได้ถูกนำไปใช้โดยผู้นำในอุตสาหกรรม เช่น Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
129 …dottato da leader di mercato del calibro di Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
148 …,不论是什么程序,不论什么语言。Unicode标准已经被这些工业界的领导们所采用,例如:Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
172 …umaton arvo. Alan johtavat yritykset, kuten Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
195 …ijat takovými průmyslovými vůdci, jako jsou Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Su…
215 …וניקוד אומץ על-ידי המובילים בתעשייה כמו Apple‏, HP‏, IBM‏, JustSystem‏, Microsoft‏, Oracle‏, SAP‏,…
[all …]
/external/libxml2/result/HTML/
Dfp40.htm.sax11 SAX.startElement(meta, name='GENERATOR', content='Microsoft FrontPage 4.0')
16 SAX.characters(README - Microsoft FrontPage 2, 51)
20 SAX.startElement(meta, name='Microsoft Theme', content='none')
36 SAX.characters(Microsoft FrontPage 2000 Serve, 48)
44 SAX.characters(© Copyright Microsoft Cor, 40)
417 SAX.characters(Microsoft Knowledge Base, 24)
/external/libxml2/bakefile/
DReadme.txt9 - makefile.vc for Microsoft NMAKE
13 - all DSP & DSW for Microsoft VisualC++ 6.0 (can be used also with VS.NET AFAIK)
59 Actually only the Microsoft VisualC++ 6.0 project files are generated.
/external/libvncserver/webclients/novnc/include/
Dblack.css32 …filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313'…
43 …filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a'…

12345678910>>...15