Home
last modified time | relevance | path

Searched refs:pod2 (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/textproc/p5-POD2-Base/POD2-Base-0.043/t/
H A D02_basic.t17 my $pod2 = POD2::Base->new({ lang => 'tlh' });
18 isa_ok( $pod2, 'POD2::Base' );
20 is( $pod2->{lang}, 'TLH', 'the right lang' );
22 my @dirs = $pod2->pod_dirs({ test => 0 }); # don't test for -d
32 isa_ok( $pod2, 'POD2::Base' );
34 is( $pod2->{lang}, 'PT', 'the right lang' );
36 my @dirs = $pod2->pod_dirs();
55 my $pod2 = POD2::TLH->new({ inc => [$lib_dir] });
56 isa_ok( $pod2, 'POD2::TLH' );
57 isa_ok( $pod2, 'POD2::Base' );
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/util/endpoint/
H A Dtrigger_time_tracker_test.go53 pod2 := createPod(ttNamespace, "pod2", t1)
55 tester.whenComputeEndpointLastChangeTriggerTime(ttNamespace, service, pod1, pod2, pod3).
67 pod2 := createPod(ttNamespace, "pod2", t1)
68 tester.whenComputeEndpointLastChangeTriggerTime(ttNamespace, service, pod1, pod2).expect(t1)
76 pod2 := createPod(ttNamespace, "pod2", t2)
81 pod2 = createPod(ttNamespace, "pod2", t4)
91 pod2 := createPod(ttNamespace, "pod2", t2)
104 pod2 := createPod(ttNamespace, "pod2", t2)
109 pod2 = createPod(ttNamespace, "pod2", t4)
118 pod2 := createPod(ttNamespace, "pod2", t2)
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/pod/
H A Dcompare.h100 const struct spa_pod *pod2) in spa_pod_compare() argument
107 spa_return_val_if_fail(pod2 != NULL, -EINVAL); in spa_pod_compare()
110 pod2 = spa_pod_get_values(pod2, &n_vals2, &choice2); in spa_pod_compare()
115 if (SPA_POD_TYPE(pod1) != SPA_POD_TYPE(pod2)) in spa_pod_compare()
126 p2 = (const struct spa_pod*)SPA_POD_BODY_CONST(pod2); in spa_pod_compare()
127 p2s = SPA_POD_BODY_SIZE(pod2); in spa_pod_compare()
131 !spa_pod_is_inside(pod2, p2s, p2)) in spa_pod_compare()
148 o2 = (const struct spa_pod_object*)pod2; in spa_pod_compare()
166 if (SPA_POD_BODY_SIZE(pod1) != SPA_POD_BODY_SIZE(pod2)) in spa_pod_compare()
168 res = memcmp(SPA_POD_BODY(pod1), SPA_POD_BODY(pod2), SPA_POD_BODY_SIZE(pod2)); in spa_pod_compare()
[all …]
/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/pod/
H A Dcompare.h95 const struct spa_pod *pod2) in spa_pod_compare() argument
102 spa_return_val_if_fail(pod2 != NULL, -EINVAL); in spa_pod_compare()
105 pod2 = spa_pod_get_values(pod2, &n_vals2, &choice2); in spa_pod_compare()
110 if (SPA_POD_TYPE(pod1) != SPA_POD_TYPE(pod2)) in spa_pod_compare()
121 p2 = (const struct spa_pod*)SPA_POD_BODY_CONST(pod2); in spa_pod_compare()
122 p2s = SPA_POD_BODY_SIZE(pod2); in spa_pod_compare()
126 !spa_pod_is_inside(pod2, p2s, p2)) in spa_pod_compare()
143 o2 = (const struct spa_pod_object*)pod2; in spa_pod_compare()
161 if (SPA_POD_BODY_SIZE(pod1) != SPA_POD_BODY_SIZE(pod2)) in spa_pod_compare()
163 res = memcmp(SPA_POD_BODY(pod1), SPA_POD_BODY(pod2), SPA_POD_BODY_SIZE(pod2)); in spa_pod_compare()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/pod/
H A Dcompare.h95 const struct spa_pod *pod2) in spa_pod_compare() argument
102 spa_return_val_if_fail(pod2 != NULL, -EINVAL); in spa_pod_compare()
105 pod2 = spa_pod_get_values(pod2, &n_vals2, &choice2); in spa_pod_compare()
110 if (SPA_POD_TYPE(pod1) != SPA_POD_TYPE(pod2)) in spa_pod_compare()
121 p2 = (const struct spa_pod*)SPA_POD_BODY_CONST(pod2); in spa_pod_compare()
122 p2s = SPA_POD_BODY_SIZE(pod2); in spa_pod_compare()
126 !spa_pod_is_inside(pod2, p2s, p2)) in spa_pod_compare()
143 o2 = (const struct spa_pod_object*)pod2; in spa_pod_compare()
161 if (SPA_POD_BODY_SIZE(pod1) != SPA_POD_BODY_SIZE(pod2)) in spa_pod_compare()
163 res = memcmp(SPA_POD_BODY(pod1), SPA_POD_BODY(pod2), SPA_POD_BODY_SIZE(pod2)); in spa_pod_compare()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/pod/
H A Dcompare.h95 const struct spa_pod *pod2) in spa_pod_compare() argument
102 spa_return_val_if_fail(pod2 != NULL, -EINVAL); in spa_pod_compare()
105 pod2 = spa_pod_get_values(pod2, &n_vals2, &choice2); in spa_pod_compare()
110 if (SPA_POD_TYPE(pod1) != SPA_POD_TYPE(pod2)) in spa_pod_compare()
121 p2 = (const struct spa_pod*)SPA_POD_BODY_CONST(pod2); in spa_pod_compare()
122 p2s = SPA_POD_BODY_SIZE(pod2); in spa_pod_compare()
126 !spa_pod_is_inside(pod2, p2s, p2)) in spa_pod_compare()
143 o2 = (const struct spa_pod_object*)pod2; in spa_pod_compare()
161 if (SPA_POD_BODY_SIZE(pod1) != SPA_POD_BODY_SIZE(pod2)) in spa_pod_compare()
163 res = memcmp(SPA_POD_BODY(pod1), SPA_POD_BODY(pod2), SPA_POD_BODY_SIZE(pod2)); in spa_pod_compare()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/config/
H A Dapiserver_test.go53 pod2 := &v1.Pod{
79 fakeWatch.Add(pod2)
86 expectedA := CreatePodUpdate(kubetypes.SET, kubetypes.ApiserverSource, pod1v1, pod2)
87 expectedB := CreatePodUpdate(kubetypes.SET, kubetypes.ApiserverSource, pod2, pod1v1)
100 expectedA = CreatePodUpdate(kubetypes.SET, kubetypes.ApiserverSource, pod1v2, pod2)
101 expectedB = CreatePodUpdate(kubetypes.SET, kubetypes.ApiserverSource, pod2, pod1v2)
114 expected = CreatePodUpdate(kubetypes.SET, kubetypes.ApiserverSource, pod2)
120 fakeWatch.Delete(pod2)
136 pod2 := v1.Pod{
143 listResp: &v1.PodList{Items: []v1.Pod{pod1, pod2}},
/dports/textproc/p5-POD2-Base/POD2-Base-0.043/
H A DREADME6 $pod2 = POD2::Base->new({ lang => 'EO' });
8 @dirs = $pod2->pod_dirs;
9 $re = $pod2->search_perlfunc_re;
73 $pod2 = POD2::ANY->new();
106 @dirs = $pod2->pod_dirs;
143 $hashref = $pod2->pod_info;
154 $pod2->print_pods;
160 $pod2->print_pod(@pages);
189 my $pod2 = 'POD2::TLH';
190 $pod2->print_pods();
[all …]
/dports/textproc/p5-POD2-Base/POD2-Base-0.043/lib/POD2/
H A DBase.pod11 @dirs = $pod2->pod_dirs;
12 $re = $pod2->search_perlfunc_re;
87 $pod2 = POD2::Base->new(\%args);
88 $pod2 = POD2::ANY->new();
133 @dirs = $pod2->pod_dirs;
186 $hashref = $pod2->pod_info;
198 $pod2->print_pods;
205 $pod2->print_pod(@pages);
238 my $pod2 = 'POD2::TLH';
239 $pod2->print_pods();
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Dcpu_manager_test.go354 var pod1, pod2 *v1.Pod
374 pod2 = f.PodClient().CreateSync(pod2)
398 …err = f.PodClient().MatchContainerOutput(pod2.Name, pod2.Spec.Containers[0].Name, expAllowedCPUsLi…
400 pod2.Spec.Containers[0].Name, pod2.Name)
402 deletePods(f, []string{pod1.Name, pod2.Name})
404 waitForContainerRemoval(pod2.Spec.Containers[0].Name, pod2.Name, pod2.Namespace)
516 var pod1, pod2 *v1.Pod
536 pod2 = f.PodClient().CreateSync(pod2)
563 …err = f.PodClient().MatchContainerOutput(pod2.Name, pod2.Spec.Containers[0].Name, expAllowedCPUsLi…
565 pod2.Spec.Containers[0].Name, pod2.Name)
[all …]
/dports/textproc/p5-POD2-Base/POD2-Base-0.043/lib/POD2/PT/POD2/
H A DBase.pod13 @dirs = $pod2->pod_dirs;
14 $re = $pod2->search_perlfunc_re;
91 $pod2 = POD2::Base->new(\%args);
92 $pod2 = POD2::ANY->new();
138 @dirs = $pod2->pod_dirs;
193 $hashref = $pod2->pod_info;
207 $pod2->print_pods;
214 $pod2->print_pod(@pages);
247 my $pod2 = 'POD2::TLH';
248 $pod2->print_pods();
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/util/
H A Dutils_test.go65 pod2 := newPriorityPodWithStartTime("pod2", 2, currentTime.Add(time.Second))
68 Pods: []*v1.Pod{pod1, pod2, pod3},
76 pod2 = newPriorityPodWithStartTime("pod2", 2, currentTime.Add(time.Second))
79 Pods: []*v1.Pod{pod1, pod2, pod3},
90 pod2 := newPriorityPodWithStartTime("pod2", 2, currentTime.Add(time.Second))
100 p2: pod2,
104 p1: pod2,
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/util/
H A Dmarshal_test.go92 pod2, ok := obj2.(*corev1.Pod)
97 if pod2.Name != pod.Name {
98 t.Errorf("expected %q, got %q", pod.Name, pod2.Name)
101 if pod2.Namespace != pod.Namespace {
102 t.Errorf("expected %q, got %q", pod.Namespace, pod2.Namespace)
105 if !reflect.DeepEqual(pod2.Labels, pod.Labels) {
106 t.Errorf("expected %v, got %v", pod.Labels, pod2.Labels)
109 if pod2.Spec.RestartPolicy != pod.Spec.RestartPolicy {
110 t.Errorf("expected %q, got %q", pod.Spec.RestartPolicy, pod2.Spec.RestartPolicy)
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
118 copyOfPod2 := pod2.DeepCopy()
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
118 copyOfPod2 := pod2.DeepCopy()
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
118 copyOfPod2 := pod2.DeepCopy()
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/tools/cache/
H A Dindex_test.go37pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Labels: map[string]string{"foo": "bar"}…
41 index.Add(pod2)
67pod2 := &v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "two", Annotations: map[string]string{"users":…
71 index.Add(pod2)
119 copyOfPod2 := pod2.DeepCopy()

12345678910>>...12