/third_party/skia/src/gpu/ |
D | GrProcessorSet.h | 168 union XP { union 169 XP(const GrXPFactory* factory) : fFactory(factory) {} in XP() function 170 XP(const GrXferProcessor* processor) : fProcessor(processor) {} in XP() function 171 explicit XP(XP&& that) : fProcessor(that.fProcessor) { in XP() function 186 XP fXP;
|
/third_party/flutter/skia/src/gpu/ |
D | GrProcessorSet.h | 182 union XP { union 183 XP(const GrXPFactory* factory) : fFactory(factory) {} in XP() function 184 XP(const GrXferProcessor* processor) : fProcessor(processor) {} in XP() function 185 explicit XP(XP&& that) : fProcessor(that.fProcessor) { in XP() function 199 XP fXP;
|
/third_party/iptables/utils/ |
D | pf.os | 384 # Windows TCP/IP stack is a mess. For most recent XP, 2000 and 425 # Windows XP and 2000. Most of the signatures that were 429 65535:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP1 430 65535:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP1 431 %8192:128:1:48:M*,N,N,S: Windows:2000:SP2+:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222) 432 %8192:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222) 433 S20:128:1:48:M*,N,N,S: Windows:2000::Windows 2000/XP SP3 434 S20:128:1:48:M*,N,N,S: Windows:XP:SP3:Windows 2000/XP SP3 435 S45:128:1:48:M*,N,N,S: Windows:2000:SP4:Windows 2000 SP4, XP SP 1 436 S45:128:1:48:M*,N,N,S: Windows:XP:SP1:Windows 2000 SP4, XP SP 1 [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-windows.md | 27 * d3dcompiler_43.dll (supports Windows XP or later) 33 support Windows XP) or to skip this step at all, you can use the
|
/third_party/boost/libs/test/doc/introduction/ |
D | introduction.qbk | 12 [role epigraph --XP maxim] 21 [role epigraph --XP maxim]
|
/third_party/ntfs-3g/ |
D | README.OpenSource | 9 …nIndiana, QNX and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003…
|
/third_party/boost/libs/xpressive/doc/ |
D | perf.qbk | 32 [[Operating System:] [Windows XP Pro + Cygwin]] 68 [[Operating System:] [Windows XP Pro]]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | eap_testing.txt | 12 Windows XP -------------------------. | |
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | eap_testing.txt | 12 Windows XP -------------------------. | |
|
/third_party/iptables/extensions/ |
D | libxt_osf.man | 32 Windows [2000:SP3:Windows XP Pro SP1, 2000 SP3]: 11.22.33.55:4024 ->
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | deqp_khr_gles2_test_expectations.txt | 10 // WIN XP VISTA WIN7 WIN8 WIN10
|
D | deqp_khr_gles31_test_expectations.txt | 10 // WIN XP VISTA WIN7 WIN8 WIN10
|
/third_party/boost/libs/parameter/test/ |
D | timings.txt | 82 Windows XP SP2
|
/third_party/flutter/glfw/docs/ |
D | moving.dox | 390 @subsection moving_windows Support for versions of Windows older than XP 392 All explicit support for version of Windows older than XP has been removed. 396 Windows XP was released in 2001, and by now (January 2015) it has not only 404 present on Windows XP or later. Even supporting an OS as new as XP (new
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | README.md | 28 WIN XP VISTA WIN7 WIN8 WIN10
|
/third_party/curl/lib/ |
D | config-win32.h | 532 # error VS2012 does not support Windows build targets prior to Windows XP
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-c64xplus.pl | 80 || [A0] MVKH 0x50000,B0 ; 0x050404, 64 bytes for $XP[AB]
|
/third_party/boost/libs/property_tree/doc/ |
D | windows_registry_parser.qbk | 27 …egistry key [^HKEY_CURRENT_USER\Software\Microsoft\Notepad], under Windows XP, you will get proper…
|
/third_party/curl/packages/DOS/ |
D | common.dj | 26 # I.e use "set LFN=y" before untaring on Win9x/XP.
|
/third_party/glib/glib/ |
D | grand.c | 274 #warning Using insecure seed for random number generation because of missing rand_s() in Windows XP in g_rand_new()
|
/third_party/curl/docs/ |
D | SSL-PROBLEMS.md | 67 Schannel in Windows XP is not able to connect to servers that no longer
|
/third_party/boost/libs/context/doc/ |
D | rationale.qbk | 84 already converted. Unfortunately Windows XP + SP 2/3 defines
|
/third_party/boost/libs/local_function/doc/ |
D | getting_started.qbk | 37 # Miscrosoft Visual C++ (MSVC) 8.0 on Windows XP and Windows 7.
|
/third_party/libffi/src/ |
D | dlmalloc.c | 3109 tchunkptr XP = X->parent;\ 3138 if (XP != 0) {\ 3144 else if (RTCHECK(ok_address(M, XP))) {\ 3145 if (XP->child[0] == X) \ 3146 XP->child[0] = R;\ 3148 XP->child[1] = R;\ 3155 R->parent = XP;\
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 3131 tchunkptr XP = X->parent;\ 3160 if (XP != 0) {\ 3166 else if (RTCHECK(ok_address(M, XP))) {\ 3167 if (XP->child[0] == X) \ 3168 XP->child[0] = R;\ 3170 XP->child[1] = R;\ 3177 R->parent = XP;\
|