Home
last modified time | relevance | path

Searched refs:IsPatched (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests/
H A DFileVersionInfoTest.cs36 IsPatched = false, in FileVersionInfo_CustomManagedAssembly()
72 IsPatched = false, in FileVersionInfo_EmptyFVI()
144 Assert.Equal(expected.IsPatched, fvi.IsPatched); in VerifyVersionInfo()
171 "Patched: " + fvi.IsPatched.ToString() + nl + in VerifyVersionInfo()
192 public bool IsPatched; field in System.Diagnostics.Tests.FileVersionInfoTest.MyFVI
H A DFileVersionInfoTest.Windows.cs36 IsPatched = false, in FileVersionInfo_Normal()
73 IsPatched = true, in FileVersionInfo_Chinese()
111 IsPatched = false, in FileVersionInfo_DifferentFileVersionAndProductVersion()
H A DFileVersionInfoTest.Unix.cs45 IsPatched = false, in Symlink_ValidFile_Succeeds()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dwin_is_xtree_patched.py11 def IsPatched(): function
22 return "1" if IsPatched() else "0"
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/
H A Dwin_is_xtree_patched.py11 def IsPatched(): function
22 return "1" if IsPatched() else "0"
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dwin_is_xtree_patched.py11 def IsPatched(): function
22 return "1" if IsPatched() else "0"
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/
H A Dwin_is_xtree_patched.py11 def IsPatched(): function
22 return "1" if IsPatched() else "0"
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/src/System/Diagnostics/
H A DFileVersionInfo.cs137 public bool IsPatched property in System.Diagnostics.FileVersionInfo
301 sb.Append("Patched: ").AppendLine(IsPatched.ToString()); in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DFileVersionInfoTest.cs93 Assert.IsFalse (fvi.IsPatched, "#12"); in GetVersionInfo_TextFile()
196 Assert.IsFalse (fvi.IsPatched, "#12"); in GetVersionInfo_NoNativeResources()
248 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1a()
357 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1b()
409 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1c()
517 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1d()
569 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1e()
677 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1f()
729 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1g()
837 Assert.IsFalse (fvi.IsPatched, "#12"); in DefineUnmanagedResource1h()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.FileVersionInfo/ref/
H A DSystem.Diagnostics.FileVersionInfo.cs25 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dncbi_win_hook.cpp349 bool IsPatched(const void* addr);
409 sm_FGetProcAddress = IsPatched(sm_FGetProcAddress) ? in CKernell32()
415 sm_FLoadLibraryA = IsPatched(sm_FLoadLibraryA) ? in CKernell32()
421 sm_FLoadLibraryW = IsPatched(sm_FLoadLibraryW) ? in CKernell32()
427 sm_FLoadLibraryExA = IsPatched(sm_FLoadLibraryExA) ? in CKernell32()
433 sm_FLoadLibraryExW = IsPatched(sm_FLoadLibraryExW) ? in CKernell32()
451 bool CKernell32::IsPatched(const void* addr) in IsPatched() function in NWinHook::CKernell32
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dncbi_win_hook.cpp349 bool IsPatched(const void* addr);
409 sm_FGetProcAddress = IsPatched(sm_FGetProcAddress) ? in CKernell32()
415 sm_FLoadLibraryA = IsPatched(sm_FLoadLibraryA) ? in CKernell32()
421 sm_FLoadLibraryW = IsPatched(sm_FLoadLibraryW) ? in CKernell32()
427 sm_FLoadLibraryExA = IsPatched(sm_FLoadLibraryExA) ? in CKernell32()
433 sm_FLoadLibraryExW = IsPatched(sm_FLoadLibraryExW) ? in CKernell32()
451 bool CKernell32::IsPatched(const void* addr) in IsPatched() function in NWinHook::CKernell32
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/1Declarations/
H A DFileVersionInfo1.vb28 result = Assert("IsPatched", False, v.IsPatched) AndAlso result
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DFileVersionInfo.cs164 public bool IsPatched { property in System.Diagnostics.FileVersionInfo
517 sb.Append("Patched: "); sb.Append(IsPatched.ToString()); sb.Append(nl); in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DFileVersionInfo.cs180 public bool IsPatched { property in System.Diagnostics.FileVersionInfo
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_s9xwindow.cpp1366 … (Settings.IsPatched) ? _("\n\nThis ROM has been auto-patched with ") : in show_rom_info()
1371 Settings.IsPatched == 1 ? "IPS" : in show_rom_info()
1372 Settings.IsPatched == 2 ? "BPS" : in show_rom_info()
1373 Settings.IsPatched == 3 ? "UPS" : in show_rom_info()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DBTreeNode.cs1170 if (!IsPatched()) in Purge()
1178 private bool IsPatched() in IsPatched() method in Db4objects.Db4o.Internal.Btree.BTreeNode
1450 if (IsPatched()) in ToReadMode()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dsnes9x.h301 bool8 IsPatched; member
H A Dmemmap.cpp2573 if (Settings.IsPatched) in InitROM()
3813 Settings.IsPatched = 3; in ReadUPSPatch()
3921 Settings.IsPatched = 2; in ReadBPSPatch()
4022 Settings.IsPatched = 1; in ReadIPSPatch()
4062 Settings.IsPatched = false; in CheckForAnyPatch()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs4153 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs4158 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs4151 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs4154 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs6492 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs6211 public bool IsPatched { get { throw null; } } property in System.Diagnostics.FileVersionInfo

12