Home
last modified time | relevance | path

Searched refs:InstanceExists (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DPerformanceCounterCategory.cs269 public bool InstanceExists (string instanceName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
271 return InstanceExists (instanceName, categoryName, machineName); in InstanceExists()
274 public static bool InstanceExists (string instanceName, string categoryName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
276 return InstanceExists (instanceName, categoryName, "."); in InstanceExists()
279 public static bool InstanceExists (string instanceName, string categoryName, string machineName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/tests/
H A DPerformanceCounterCategoryTests.cs267 Assert.Throws<ArgumentNullException>(() => pcc.InstanceExists(null)); in PerformanceCounterCategory_InstanceExists_Invalid()
268 Assert.Throws<InvalidOperationException>(() => pcc.InstanceExists("")); in PerformanceCounterCategory_InstanceExists_Invalid()
281 Assert.True(PerformanceCounterCategory.InstanceExists(instance, "Processor")); in PerformanceCounterCategory_InstanceExists_Static()
288 …Assert.Throws<ArgumentNullException>(() => PerformanceCounterCategory.InstanceExists(null, "Proces… in PerformanceCounterCategory_InstanceExists_StaticInvalid()
289 …Assert.Throws<ArgumentNullException>(() => PerformanceCounterCategory.InstanceExists("", null, "."… in PerformanceCounterCategory_InstanceExists_StaticInvalid()
290 …Assert.Throws<ArgumentException>(() => PerformanceCounterCategory.InstanceExists("", string.Empty,… in PerformanceCounterCategory_InstanceExists_StaticInvalid()
291 …Assert.Throws<ArgumentException>(() => PerformanceCounterCategory.InstanceExists("", "Processor", … in PerformanceCounterCategory_InstanceExists_StaticInvalid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DPerformanceCounterCategory.cs482 if (instanceName.Length != 0 && !InstanceExists(instanceName)) in GetCounters()
532 public bool InstanceExists(string instanceName) { in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
546 public static bool InstanceExists(string instanceName, string categoryName) { in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
547 return InstanceExists(instanceName, categoryName, "."); in InstanceExists()
553 … public static bool InstanceExists(string instanceName, string categoryName, string machineName) { in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
567 return category.InstanceExists(instanceName); in InstanceExists()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DPerformanceCounterCategory.cs476 if (instanceName.Length != 0 && !InstanceExists(instanceName)) in GetCounters()
526 public bool InstanceExists(string instanceName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
541 public static bool InstanceExists(string instanceName, string categoryName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
543 return InstanceExists(instanceName, categoryName, "."); in InstanceExists()
549 … public static bool InstanceExists(string instanceName, string categoryName, string machineName) in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
564 return category.InstanceExists(instanceName); in InstanceExists()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DPerformanceCountersBase.cs53 if (PerformanceCounterCategory.InstanceExists(instanceName, categoryName)) in EnsureUniqueInstanceName()
79 if (PerformanceCounterCategory.InstanceExists(nameWithHash, categoryName)) in GetUniqueInstanceName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/ref/
H A DSystem.Diagnostics.PerformanceCounter.cs151 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
152 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
153 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/gce/
H A Dgce_instances_test.go64 exist, err := gce.InstanceExists(context.TODO(), node)
H A Dgce_instances.go263 func (g *Cloud) InstanceExists(ctx context.Context, node *v1.Node) (bool, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/
H A Dcloud.go202 InstanceExists(ctx context.Context, node *v1.Node) (bool, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/controllers/nodelifecycle/
H A Dnode_lifecycle_controller.go213 return instanceV2.InstanceExists(ctx, node)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cloud-provider/fake/
H A Dfake.go318 func (f *Cloud) InstanceExists(ctx context.Context, node *v1.Node) (bool, error) { func
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs6651 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6652 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6653 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs6370 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6371 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6372 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs6597 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6598 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6599 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs6618 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6619 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6620 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs6618 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6619 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6620 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs6597 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6598 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6599 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs6597 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6598 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6599 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs6598 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6599 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6600 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs6875 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6876 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6877 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs6618 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6619 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6620 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs6866 public bool InstanceExists(string instanceName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6867 public static bool InstanceExists(string instanceName, string categoryName) { throw null; } in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory
6868 …public static bool InstanceExists(string instanceName, string categoryName, string machineName) { … in InstanceExists() method in System.Diagnostics.PerformanceCounterCategory