Home
last modified time | relevance | path

Searched defs:test_device (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp101 TestDeviceInfo* test_device = nullptr; variable
2179 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
2215 auto test_device = std::make_unique<TestDeviceInfo>(fake_super, "_b"); in TEST_F() local
2251 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
2276 auto test_device = new TestDeviceInfo(fake_super, "_a"); in TEST_F() local
2303 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
2365 auto test_device = new TestDeviceInfo(fake_super, "_b"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfused_batchnorm_reserve_space_test.cc45 Status GetTestDevice(Session* session, string* test_device) { in GetTestDevice()
88 string test_device; in TEST() local
/aosp_15_r20/system/authgraph/boringssl/src/
H A Dtests.rs277 let test_device = crate::test_device::AgDevice::default(); in test_get_identity_with_root_key_in_incorrect_canonical_form() localVariable
304 let test_device = crate::test_device::AgDevice::default(); in test_get_identity_with_root_key_in_correct_canonical_form() localVariable
H A Dlib.rs57 pub mod test_device; module
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c98 struct device test_device; variable
142 struct device test_device = { variable
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Daddr-of-overloaded-fn.cu22 __device__ void test_device() { in test_device() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dcontroller_test.h134 const typename ControllerTestDoubleType::WeakPtr& test_device() const { in test_device() function
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp5343 VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &image_footprint_features); in TEST_F() local
5397 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &fragment_shader_barycentric_… in TEST_F() local
5444 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &compute_shader_derivatives_f… in TEST_F() local
5516 …VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &fragment_shader_interlock_fe… in TEST_F() local
5571 VkDeviceObj test_device(0, gpu(), device_extension_names, &features, &demote_features); in TEST_F() local
H A Dvklayertests_others.cpp1555 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() local
1617 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() local
H A Dvkpositivelayertests.cpp5807 VkDeviceObj test_device(0, gpu(), device_extension_names, &features); in TEST_F() local
7610 VkDevice test_device; in TEST_F() local
/aosp_15_r20/external/libusb/examples/
H A Dxusb.c858 static int test_device(uint16_t vid, uint16_t pid) in test_device() function
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_serialize.py958 def test_device(self) -> None: member in TestDeserialize
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc131 VolumeControlDevice* test_device = devices_->FindByAddress(test_address_0); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc123 Device* test_device; member in bluetooth::avrcp::AvrcpDeviceTest
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs1585 fn test_device() { in test_device() function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py931 def test_device(x): member in FunctionTests
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py9521 def test_device(self): member in TestTorch
H A Dtest_jit.py752 def test_device(): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1481 string test_device = LocalDeviceToFullDeviceName(*tf_xla_test_device_ptr); in ExpectTfAndXlaOutputsAreClose() local