Home
last modified time | relevance | path

Searched refs:expectedDevice (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/gl/
H A Dcl_get_gl_context_info_khr_tests.cpp32 auto expectedDevice = ::platform()->getClDevice(0); in TEST_F() local
40 EXPECT_EQ(expectedDevice, retDevice); in TEST_F()
46 EXPECT_EQ(expectedDevice, retDevice); in TEST_F()
64 auto expectedDevice = nonDefaultPlatform->getClDevice(0); in TEST_F() local
72 EXPECT_EQ(expectedDevice, retDevice); in TEST_F()
78 EXPECT_EQ(expectedDevice, retDevice); in TEST_F()
173 cl_device_id expectedDevice = device1; in TEST_F() local
184 EXPECT_EQ(expectedDevice, retDevice); in TEST_F()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/fs/
H A Dfs_test.go198 expectedDevice string
205 expectedDevice: "",
213 expectedDevice: "",
221 expectedDevice: "",
229 expectedDevice: "",
238 expectedDevice: "",
247 expectedDevice: "",
256 expectedDevice: "vg_vagrant-docker--pool",
290 if e, a := tt.expectedDevice, device; e != a {
/dports/devel/ispc/ispc-1.16.1/ispcrt/tests/level_zero_mock/
H A Dze_mock.cpp36 uint32_t Config::expectedDevice = 0; member in ispcrt::testing::mock::Config
74 expectedDevice = deviceIdx; in setExpectedDevice()
78 return expectedDevice; in getExpectedDevice()
H A Dze_mock.h72 static uint32_t expectedDevice; variable
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Dattacher_test.go74 expectedDevice string member
93 expectedDevice: "/dev/sda",
137 if device != testcase.expectedDevice {
138 t.Errorf("failed: expected device=%q, got %q", testcase.expectedDevice, device)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dattacher_test.go82 expectedDevice string member
103 expectedDevice: "/dev/disk/by-id/wwn-0x" + uuid,
168 if device != testcase.expectedDevice {
169 t.Errorf("%s failed: expected device=%q, got %q", testcase.name, testcase.expectedDevice, device)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/nfs/
H A Dnfs_test.go99 func doTestPlugin(t *testing.T, spec *volume.Spec, expectedDevice string) {
149 if mntDevs[0].Device != expectedDevice {
150 t.Errorf("unexpected nfs device, expected %q, got: %q", expectedDevice, mntDevs[0].Device)
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/d3d_sharing/
H A Dd3d_tests_part1.cpp33 cl_device_id expectedDevice = *this->devices; in TYPED_TEST_P() local
43 EXPECT_EQ(expectedDevice, device); in TYPED_TEST_P()
52 EXPECT_EQ(expectedDevice, device); in TYPED_TEST_P()
60 EXPECT_NE(expectedDevice, device); in TYPED_TEST_P()
65 cl_device_id expectedDevice = *this->devices; in TYPED_TEST_P() local
75 EXPECT_EQ(expectedDevice, device); in TYPED_TEST_P()
86 EXPECT_EQ(expectedDevice, device); in TYPED_TEST_P()
96 EXPECT_NE(expectedDevice, device); in TYPED_TEST_P()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/
H A Dverify_linux_test.go26 func expectedDevice(f *File) uint64 { func
130 st.Rdev != expectedDevice(tf.File) ||
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/
H A Dverify_linux_test.go26 func expectedDevice(f *File) uint64 { func
130 st.Rdev != expectedDevice(tf.File) ||
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/
H A Dverify_linux_test.go26 func expectedDevice(f *File) uint64 { func
130 st.Rdev != expectedDevice(tf.File) ||
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/
H A Dverify_linux_test.go26 func expectedDevice(f *File) uint64 { func
130 st.Rdev != expectedDevice(tf.File) ||
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/ext4/internal/compactext4/
H A Dverify_linux_test.go26 func expectedDevice(f *File) uint64 { func
130 st.Rdev != expectedDevice(tf.File) ||
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go149 expectedDevice string
160 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
161 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/security/vault/vault-1.8.2/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/security/vuls/vuls-0.13.7/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/utils/utils-67b214c5f920/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/utils/mount/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/mount-utils/
H A Dmount_linux_test.go150 expectedDevice string
161 …unt(fm, test.mountPath); err != nil || test.expectedRefs != refs || test.expectedDevice != device {
162 …; expected (%s,%d), nil", i, test.mountPath, device, refs, err, test.expectedDevice, test.expected…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/pci/linux/
H A Dtest_zes_pci.cpp27 constexpr uint32_t expectedDevice = 2u; variable
232 EXPECT_EQ(properties.address.device, expectedDevice); in TEST_F()
263 EXPECT_EQ(properties.address.device, expectedDevice); in TEST_F()

12