Home
last modified time | relevance | path

Searched refs:mdType (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/yafic/yafic-1.2.2/
H A Dcrypto.c126 const EVP_MD *mdType; in SignFile() local
139 mdType = EVP_PKEY_type (pkey->type) == EVP_PKEY_DSA ? EVP_dss1 () : in SignFile()
142 mdType = EVP_sha1 (); in SignFile()
159 EVP_SignInit (ctx, mdType); in SignFile()
161 if (!EVP_SignInit (ctx, mdType)) in SignFile()
203 const EVP_MD *mdType; in VerifyFile() local
216 mdType = EVP_PKEY_type (pkey->type) == EVP_PKEY_DSA ? EVP_dss1 () : in VerifyFile()
219 mdType = EVP_sha1 (); in VerifyFile()
239 EVP_VerifyInit (ctx, mdType); in VerifyFile()
241 if (!EVP_VerifyInit (ctx, mdType)) { in VerifyFile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
H A Dtest_is_metaspace_obj.cpp53 void do_test(Metaspace::MetadataType mdType) { in do_test() argument
60 const MetaspaceObj* p = (MetaspaceObj*) _ms->allocate(42, mdType); in do_test()
71 if (mdType == Metaspace::ClassType && Metaspace::using_class_space()) { in do_test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
H A Dtest_is_metaspace_obj.cpp53 void do_test(Metaspace::MetadataType mdType) { in do_test() argument
60 const MetaspaceObj* p = (MetaspaceObj*) _ms->allocate(42, mdType); in do_test()
71 if (mdType == Metaspace::ClassType && Metaspace::using_class_space()) { in do_test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
H A Dtest_is_metaspace_obj.cpp53 void do_test(Metaspace::MetadataType mdType) { in do_test() argument
60 const MetaspaceObj* p = (MetaspaceObj*) _ms->allocate(42, mdType); in do_test()
71 if (mdType == Metaspace::ClassType && Metaspace::using_class_space()) { in do_test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/memory/
H A Dtest_metaspace_allocation.cpp51 extern void test_metaspace_retrieve_chunkmanager_statistics(Metaspace::MetadataType mdType, chunkma…
53 static void print_chunkmanager_statistics(outputStream* st, Metaspace::MetadataType mdType) { in print_chunkmanager_statistics() argument
55 test_metaspace_retrieve_chunkmanager_statistics(mdType, &stat); in print_chunkmanager_statistics()
68 extern void test_metaspace_retrieve_chunk_geometry(Metaspace::MetadataType mdType, chunk_geometry_t…
144 void do_test(Metaspace::MetadataType mdType, int metaspaces, int phases, int allocs_per_phase, in do_test() argument
181 MetaWord* const p = _spaces[index].space->allocate(size, mdType); in do_test()
231 print_chunkmanager_statistics(tty, mdType); in do_test()
236 MetaspaceUtils::print_metaspace_map(tty, mdType); in do_test()
237 print_chunkmanager_statistics(tty, mdType); in do_test()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/filterprocessor/
H A Dexpr_test.go48 func testMatchError(t *testing.T, mdType pdata.MetricDataType, mvType pdata.MetricValueType) {
51 pdm := testData("", 1, mdType, mvType)
68 func testFilter(t *testing.T, mdType pdata.MetricDataType, mvType pdata.MetricValueType) {
72 mds := testDataSlice(2, mdType, mvType)
173 func testDataSlice(size int, mdType pdata.MetricDataType, mvType pdata.MetricValueType) []pdata.Met…
176 out = append(out, testData(fmt.Sprintf("p%d_", i), size, mdType, mvType))
181 func testData(prefix string, size int, mdType pdata.MetricDataType, mvType pdata.MetricValueType) p…
183 MetricDescriptorType: mdType,
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DBlockReflectionTypeMapNode.cs61 var mdType = type as MetadataType; in GetData()
62 if (mdType == null) in GetData()
65 if (!factory.MetadataManager.IsReflectionBlocked(mdType)) in GetData()
68 if (!factory.CompilationModuleGroup.ContainsType(mdType)) in GetData()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropTypes.cs55 return type is MetadataType mdType && in IsCoreNamedType()
56 mdType.Name == name && in IsCoreNamedType()
57 mdType.Namespace == @namespace && in IsCoreNamedType()
58 mdType.Module == context.SystemModule; in IsCoreNamedType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerTypeSystemContext.TypeInit.cs44 MetadataType mdType = type as MetadataType; in HasEagerConstructorAttribute()
45 return mdType != null && in HasEagerConstructorAttribute()
46mdType.HasCustomAttribute("System.Runtime.CompilerServices", "EagerStaticClassConstructionAttribut… in HasEagerConstructorAttribute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.hpp166 …SpaceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) const { return _sm_stats[mdType];… in sm_stats()
167 …ceManagerStatistics& sm_stats(Metaspace::MetadataType mdType) { return _sm_stats[mdTyp… in sm_stats() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DclassLoaderMetaspace.cpp93 MetaWord* ClassLoaderMetaspace::allocate(size_t word_size, Metaspace::MetadataType mdType) { in allocate() argument
95 if (Metaspace::is_class_space_allocation(mdType)) { in allocate()
104 …Word* ClassLoaderMetaspace::expand_and_allocate(size_t word_size, Metaspace::MetadataType mdType) { in expand_and_allocate() argument
120 res = allocate(word_size, mdType); in expand_and_allocate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/
H A DclassLoaderMetaspace.cpp92 MetaWord* ClassLoaderMetaspace::allocate(size_t word_size, Metaspace::MetadataType mdType) { in allocate() argument
93 if (Metaspace::is_class_space_allocation(mdType)) { in allocate()
102 …Word* ClassLoaderMetaspace::expand_and_allocate(size_t word_size, Metaspace::MetadataType mdType) { in expand_and_allocate() argument
117 res = allocate(word_size, mdType); in expand_and_allocate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/metaspace/
H A Dtest_is_metaspace_obj.cpp51 void do_test(Metaspace::MetadataType mdType) { in do_test() argument
58 const MetaspaceObj* p = (MetaspaceObj*) _ms->allocate(42, mdType); in do_test()
69 (mdType == Metaspace::ClassType && Metaspace::using_class_space()) ? in do_test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/metaspace/
H A Dtest_is_metaspace_obj.cpp51 void do_test(Metaspace::MetadataType mdType) { in do_test() argument
58 const MetaspaceObj* p = (MetaspaceObj*) _ms->allocate(42, mdType); in do_test()
69 (mdType == Metaspace::ClassType && Metaspace::using_class_space()) ? in do_test()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/Utilities/
H A DCustomAttributeTypeNameFormatter.cs141 if (type is MetadataType mdType) in AppendNameForNamespaceType()
143 Debug.Assert(mdType.Module is IAssemblyDesc, "Multi-module?"); in AppendNameForNamespaceType()
146 AppendAssemblyName(sb, (IAssemblyDesc)mdType.Module); in AppendNameForNamespaceType()
148 return (IAssemblyDesc)mdType.Module; in AppendNameForNamespaceType()

123