/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | fuchsia_dev_finder.dart | 43 /// Returns the host address by which the device [deviceName] should use for 46 /// The string [deviceName] should be the name of the device from the 48 Future<String> resolve(String deviceName) async { 58 deviceName
|
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/ |
D | AudioDeviceAdapter.java | 50 TextView deviceName = rowView.findViewById(R.id.device_name); in getDropDownView() local 52 deviceName.setText(deviceInfo.getName()); in getDropDownView()
|
D | AudioDeviceListEntry.java | 35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument 37 mName = deviceName; in AudioDeviceListEntry()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/ |
D | AudioDeviceAdapter.java | 52 TextView deviceName = (TextView) rowView.findViewById(R.id.device_name); in getDropDownView() local 54 deviceName.setText(deviceInfo.getName()); in getDropDownView()
|
D | AudioDeviceListEntry.java | 35 public AudioDeviceListEntry(int deviceId, String deviceName){ in AudioDeviceListEntry() argument 37 mName = deviceName; in AudioDeviceListEntry()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsmodes.c | 74 WIN_UpdateDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_UpdateDisplayMode() argument 85 && (hdc = CreateDC(deviceName, NULL, NULL, NULL)) != NULL) { in WIN_UpdateDisplayMode() 183 WIN_GetDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_GetDisplayMode() argument 190 if (!EnumDisplaySettings(deviceName, index, &devmode)) { in WIN_GetDisplayMode() 215 WIN_UpdateDisplayMode(_this, deviceName, index, mode); in WIN_GetDisplayMode()
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
D | vulkan_icd.cpp | 82 (strcmp(deviceProperties.deviceName, kMockDeviceName) == 0)); in GetFilterForICD() 88 (strncmp(deviceProperties.deviceName, kSwiftShaderDeviceName, in GetFilterForICD() 95 return (anglePreferredDevice == deviceProperties.deviceName); in GetFilterForICD()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 431 char deviceName[30]; in initialize() local 435 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize() 436 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize() 452 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize() 453 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
|
/third_party/flutter/flutter/packages/flutter_tools/bin/ |
D | fuchsia_attach.dart | 78 final String deviceName = argResults['device']; 93 if (deviceName != null && deviceName.isNotEmpty) ...<String>['-d', deviceName],
|
/third_party/mesa3d/src/glx/ |
D | dri2.c | 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() argument 320 *deviceName = malloc(rep.deviceNameLength + 1); in DRI2Connect() 321 if (*deviceName == NULL) { in DRI2Connect() 328 _XReadPad(dpy, *deviceName, rep.deviceNameLength); in DRI2Connect() 329 (*deviceName)[rep.deviceNameLength] = '\0'; in DRI2Connect()
|
D | dri2.h | 59 char **driverName, char **deviceName);
|
D | dri2_glx.c | 1142 char *driverName = NULL, *loader_driverName, *deviceName, *tmp; in dri2CreateScreen() local 1158 &driverName, &deviceName)) { in dri2CreateScreen() 1165 psc->fd = loader_open_device(deviceName); in dri2CreateScreen() 1167 ErrorMessageF("failed to open %s: %s\n", deviceName, strerror(errno)); in dri2CreateScreen() 1288 free(deviceName); in dri2CreateScreen() 1314 free(deviceName); in dri2CreateScreen()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 436 char deviceName[30]; in initialize() local 440 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize() 441 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize() 457 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize() 458 fd = open(deviceName, O_RDWR | O_CLOEXEC); in initialize()
|
/third_party/boost/tools/build/test/qt4/ |
D | qtmultimedia.cpp | 23 BOOST_TEST_MESSAGE(QAudioDeviceInfo(devices.at(i)).deviceName().constData()); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/tools/build/test/qt5/ |
D | qtmultimedia.cpp | 23 BOOST_TEST_MESSAGE(QAudioDeviceInfo(devices.at(i)).deviceName().constData()); in BOOST_AUTO_TEST_CASE()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 427 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 435 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 75 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 82 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | AdapterVk.cpp | 45 mPCIInfo.name = mDeviceInfo.properties.deviceName; in Initialize()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
D | GPUTestConfig.cpp | 399 inline bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 407 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 598 const char *deviceName; member 665 else if (device && (!data->deviceName || in parseDeviceAttr() 666 strcmp(device, data->deviceName))) in parseDeviceAttr() 1158 const char *deviceName, in driParseConfigFiles() argument 1169 userData.deviceName = deviceName; in driParseConfigFiles()
|
D | xmlconfig.h | 142 const char *deviceName,
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BasicTests.cpp | 101 EXPECT_NE(strstr(physicalDeviceProperties.deviceName, "SwiftShader Device"), nullptr); in TEST_F()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfdeviceprovider.m | 104 const gchar *deviceName = [[device localizedName] UTF8String]; 105 …GstDevice *gst_device = gst_avf_device_new (deviceName, i, caps, GST_AVF_DEVICE_TYPE_VIDEO_SOURCE,…
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | angle_test_instantiate.cpp | 100 bool IsAndroidDevice(const std::string &deviceName) in IsAndroidDevice() argument 107 if (systemInfo->machineModelName == deviceName) in IsAndroidDevice()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | BackendMTL.mm | 46 const char* deviceName = [device.name UTF8String]; 48 if (strstr(deviceName, it.trademark) != nullptr) {
|