/external/llvm-project/openmp/libomptarget/src/ |
D | api.cpp | 23 size_t DevicesSize = PM->Devices.size(); in omp_get_num_devices() 59 rc = PM->Devices[device_num].allocData(size); in omp_target_alloc() 84 PM->Devices[device_num].deleteData(device_ptr); in omp_target_free() 103 size_t DevicesSize = PM->Devices.size(); in omp_target_is_present() 111 DeviceTy &Device = PM->Devices[device_num]; in omp_target_is_present() 160 DeviceTy &DstDev = PM->Devices[dst_device]; in omp_target_memcpy() 164 DeviceTy &SrcDev = PM->Devices[src_device]; in omp_target_memcpy() 168 DeviceTy &SrcDev = PM->Devices[src_device]; in omp_target_memcpy() 169 DeviceTy &DstDev = PM->Devices[dst_device]; in omp_target_memcpy() 266 DeviceTy &Device = PM->Devices[device_num]; in omp_target_associate_ptr() [all …]
|
D | rtl.cpp | 184 DeviceTy &Device = PM->Devices[RTL->Idx + i]; in RegisterGlobalCtorsDtorsForImage() 277 size_t Start = PM->Devices.size(); in RegisterLib() 278 PM->Devices.resize(Start + R.NumberOfDevices, device); in RegisterLib() 282 PM->Devices[Start + device_id].DeviceID = Start + device_id; in RegisterLib() 284 PM->Devices[Start + device_id].RTLDeviceID = device_id; in RegisterLib() 365 DeviceTy &Device = PM->Devices[FoundRTL->Idx + i]; in UnregisterLib()
|
D | interface.cpp | 61 for (const auto &Device : PM->Devices) in HandleTargetOutcome() 142 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_begin_mapper() 205 size_t DevicesSize = PM->Devices.size(); in __tgt_target_data_end_mapper() 213 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_end_mapper() 283 DeviceTy &Device = PM->Devices[device_id]; in __tgt_target_data_update_mapper() 475 PM->Devices[device_id].LoopTripCnt.emplace(__kmpc_global_thread_num(NULL), in __kmpc_push_target_tripcount()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session_test.cc | 37 static SessionOptions Devices(int num_cpus, int num_gpus) { in Devices() function 94 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 130 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 175 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 206 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 238 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 268 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 295 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 395 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() 413 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST() [all …]
|
/external/angle/extensions/ |
D | EGL_ANGLE_device_eagl.txt | 65 Add a new section 2.1.3 (EAGL Devices) after 2.1.2 (Devices) 71 Changes to section 3.2 (Devices)
|
D | EGL_ANGLE_device_metal.txt | 65 Add a new section 2.1.3 (Metal Devices) after 2.1.2 (Devices) 72 Changes to section 3.2 (Devices)
|
D | EGL_ANGLE_device_cgl.txt | 67 Add a new section 2.1.3 (CGL Devices) after 2.1.2 (Devices) 73 Changes to section 3.2 (Devices)
|
D | EGL_ANGLE_device_d3d.txt | 65 Add a new section 2.1.3 (D3D Devices) after 2.1.2 (Devices) 72 Changes to section 3.2 (Devices)
|
D | EGL_ANGLE_device_creation_d3d11.txt | 66 Changes to section 3.2 (Devices) 68 Modify the language in section 3.2 (Devices) describing valid attribute 77 Append the following to the end of section 3.2 (Devices):
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | unlock_bootloader.py | 30 for d in adb_wrapper.AdbWrapper.Devices(desired_state=None): 52 fastbooted_devices = set([str(d) for d in fastboot.Fastboot.Devices()]) 136 d for d in fastboot.Fastboot.Devices()
|
/external/libcups/backend/ |
D | snmp.c | 147 static cups_array_t *Devices = NULL; variable 234 Devices = cupsArrayNew((cups_array_func_t)compare_cache, NULL); in main() 310 cupsArrayAdd(Devices, temp); in add_cache() 571 for (cache = (snmp_cache_t *)cupsArrayFirst(Devices); in free_cache() 573 cache = (snmp_cache_t *)cupsArrayNext(Devices)) in free_cache() 589 cupsArrayDelete(Devices); in free_cache() 590 Devices = NULL; in free_cache() 925 device = (snmp_cache_t *)cupsArrayFind(Devices, &key); in read_snmp_response() 1266 for (device = (snmp_cache_t *)cupsArrayFirst(Devices); in scan_devices() 1268 device = (snmp_cache_t *)cupsArrayNext(Devices)) in scan_devices()
|
/external/libxml2/macos/src/ |
D | libxml2_GUSIConfig.cp | 41 /* Declarations of File Devices */ 48 /* Configure File Devices */
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_config.ini | 29 # Access information for Sentry Based Devices. 36 # Access information for Web Powered Devices.
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | devices.py | 23 class Devices(resource_method.ResourceMethod): class 47 super(Devices, self).__init__(resource)
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | tpu_rewrite_device_util.cc | 60 using Devices = llvm::ArrayRef<DeviceNameUtils::ParsedName>; typedef 64 void FindMatchingDevices(Devices devices, const Device& spec, in FindMatchingDevices() 83 Status GetTPUSystemDevices(Devices devices, in GetTPUSystemDevices() 122 Devices devices, llvm::ArrayRef<Device> system_devices, in GetTPUDevices() 450 Devices devices, int num_replicas, int num_cores_per_replica, in GetTPUCompilationAndExecutionDevices()
|
/external/oboe/samples/audio-device/ |
D | README.md | 2 This folder contains a number of classes for working with Audio Devices. See the hello-oboe sample
|
/external/tensorflow/tensorflow/core/debug/ |
D | grpc_session_debug_test.cc | 45 SessionOptions Devices(int num_cpus, int num_gpus) { in Devices() function 157 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); in TEST_F() 227 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 1), 2, &cluster)); in TEST_F()
|
/external/libiio/src/iiod/init/ |
D | iiod.conf.cmakein | 3 # Copyright (C) 2016 Analog Devices Inc.
|
D | iiod.service.cmakein | 3 # Copyright (C) 2016 Analog Devices Inc.
|
/external/llvm-project/lld/test/ELF/ |
D | format-binary.test | 12 # RO: Machine: Advanced Micro Devices X86-64 32 # EXE: Machine: Advanced Micro Devices X86-64
|
/external/libkmsxx/py/tests/ |
D | hpd.py | 11 dev = pyudev.Devices.from_name(context, 'drm', 'card0')
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | V4L2Device.h | 462 using Devices = std::vector<std::pair<std::string, std::vector<uint32_t>>>; 488 const Devices& getDevicesForType(V4L2Device::Type type); 498 std::map<V4L2Device::Type, Devices> mDevicesByType;
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | control.detect.unplug_login_plug | 59 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") : 63 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :
|
D | control.detect.lid_close_open_short | 58 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") : 62 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :
|
D | control.detect.crash_check_short | 57 "awk \"/Output Devices:/,/Output Nodes:/\" | grep -E ") : 61 "awk \"/Input Devices:/,/Input Nodes:/\" | grep -iE ") :
|