Home
last modified time | relevance | path

Searched refs:gstruct (Results 1 – 25 of 93) sorted by relevance

1234

/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Dsummary_test.go89 return gstruct.MatchAllFields(gstruct.Fields{
181 podExpectations := gstruct.MatchAllFields(gstruct.Fields{
184 "Containers": gstruct.MatchAllElements(summaryObjectID, gstruct.Elements{
185 "busybox-container": gstruct.MatchAllFields(gstruct.Fields{
226 "InterfaceStats": gstruct.MatchAllFields(gstruct.Fields{
250 "test-empty-dir": gstruct.MatchAllFields(gstruct.Fields{
253 "FsStats": gstruct.MatchAllFields(gstruct.Fields{
279 "Node": gstruct.MatchAllFields(gstruct.Fields{
301 "InterfaceStats": gstruct.MatchAllFields(gstruct.Fields{
339 "Pods": gstruct.MatchElements(summaryObjectID, gstruct.IgnoreExtras, gstruct.Elements{
[all …]
H A Dresource_metrics_test.go72 matchResourceMetrics := gstruct.MatchAllKeys(gstruct.Keys{
73 "scrape_error": gstruct.Ignore(),
74 "node_cpu_usage_seconds_total": gstruct.MatchAllElements(nodeID, gstruct.Elements{
77 "node_memory_working_set_bytes": gstruct.MatchAllElements(nodeID, gstruct.Elements{
81 …"container_cpu_usage_seconds_total": gstruct.MatchElements(containerID, gstruct.IgnoreExtras, gstr…
86 …"container_memory_working_set_bytes": gstruct.MatchElements(containerID, gstruct.IgnoreExtras, gst…
91 …"container_start_time_seconds": gstruct.MatchElements(containerID, gstruct.IgnoreExtras, gstruct.E…
96 …"pod_cpu_usage_seconds_total": gstruct.MatchElements(podID, gstruct.IgnoreExtras, gstruct.Elements{
101 …"pod_memory_working_set_bytes": gstruct.MatchElements(podID, gstruct.IgnoreExtras, gstruct.Element…
148 return gstruct.PointTo(gstruct.MatchAllFields(gstruct.Fields{
[all …]
/dports/security/libfprint/libfprint-0.7.0/libfprint/nbis/bozorth3/
H A Dbz_drvrs.c127 int bozorth_gallery_init( struct xyt_struct * gstruct ) in bozorth_gallery_init() argument
136 gstruct->nrows, in bozorth_gallery_init()
137 gstruct->xcol, in bozorth_gallery_init()
138 gstruct->ycol, in bozorth_gallery_init()
139 gstruct->thetacol, in bozorth_gallery_init()
167 struct xyt_struct * gstruct in bozorth_to_gallery() argument
173 gallery_len = bozorth_gallery_init( gstruct ); in bozorth_to_gallery()
175 return bz_match_score( np, pstruct, gstruct ); in bozorth_to_gallery()
182 struct xyt_struct * gstruct in bozorth_main() argument
201 gallery_len = bozorth_gallery_init( gstruct ); in bozorth_main()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/api/pipelineserver/
H A Darchive_test.go49 …Expect(fakeLogger.Logs()).To(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fiel…
57 …Expect(fakeLogger.Logs()).To(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fiel…
68 …Expect(fakeLogger.Logs()).ToNot(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.F…
/dports/misc/concourse/concourse-6.7.2/atc/api/pipelineserver/
H A Darchive_test.go49 …Expect(fakeLogger.Logs()).To(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fiel…
57 …Expect(fakeLogger.Logs()).To(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fiel…
68 …Expect(fakeLogger.Logs()).ToNot(ContainElement(gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.F…
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c43 struct gstruct { struct
47 static volatile struct gstruct gstruct __attribute__((aligned(512))); variable
163 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
166 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
170 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
175 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
178 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
182 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
188 *((int *)(gstruct.a + 4)) = 10; in test_workload()
199 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c43 struct gstruct { struct
47 static volatile struct gstruct gstruct __attribute__((aligned(512))); argument
163 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
166 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
170 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
175 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
178 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
182 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
188 *((int *)(gstruct.a + 4)) = 10; in test_workload()
199 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c43 struct gstruct { struct
47 static volatile struct gstruct gstruct __attribute__((aligned(512))); argument
163 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
166 cvar = gstruct.a[rand() % A_LEN]; in test_workload()
170 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
175 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
178 cvar = gstruct.b[rand() % B_LEN]; in test_workload()
182 gstruct.b[rand() % B_LEN] = 'b'; in test_workload()
188 *((int *)(gstruct.a + 4)) = 10; in test_workload()
199 gstruct.a[rand() % A_LEN] = 'a'; in test_workload()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/upgrades/node/
H A Dapparmor.go108 …gomega.Expect(node.Status.Conditions).To(gstruct.MatchElements(conditionType, gstruct.IgnoreExtras…
109 "Ready": gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmixed.cs114 var gstruct = new GStruct<string> () { i = 1 }; in entry()
115 var gstruct2 = InterpClass.entry_ginst_ginst_vtype (gstruct); in entry()
193 var gstruct = new GStruct<string> () { i = 1 }; in test_0_exit()
194 var gstruct2 = JitClass.exit_ginst_vtype (gstruct); in test_0_exit()
/dports/security/libfprint/libfprint-0.7.0/libfprint/
H A Dimg.c353 struct xyt_struct *gstruct = NULL; in fpi_img_compare_print_data() local
375 gstruct = (struct xyt_struct *)data_item->data; in fpi_img_compare_print_data()
376 score = bozorth_to_gallery(probe_len, pstruct, gstruct); in fpi_img_compare_print_data()
389 struct xyt_struct *gstruct; in fpi_img_compare_print_data_to_gallery() local
410 gstruct = (struct xyt_struct *)data_item->data; in fpi_img_compare_print_data_to_gallery()
411 r = bozorth_to_gallery(probe_len, pstruct, gstruct); in fpi_img_compare_print_data_to_gallery()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_kubeadm/
H A Dutil.go183 return gstruct.MatchFields(gstruct.IgnoreExtras, gstruct.Fields{
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
H A Dignore.go3 package gstruct package
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/gomega/gstruct/
H A Dtypes.go1 package gstruct package

1234