/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Driver.hpp | 20 class Driver class 23 Driver(); 24 ~Driver(); 61 Driver(const Driver &) = delete; 62 Driver(Driver &&) = delete; 63 Driver &operator=(const Driver &) = delete; 79 bool Driver::lookup(T *ptr, const char *name) in lookup()
|
D | Driver.cpp | 36 Driver::Driver() in Driver() function in Driver 48 Driver::~Driver() in ~Driver() 53 bool Driver::loadSwiftShader() in loadSwiftShader() 99 bool Driver::loadSystem() in loadSystem() 108 bool Driver::load(const char *path) in load() 143 void Driver::unload() in unload() 167 bool Driver::isLoaded() const in isLoaded() 172 bool Driver::resolve(VkInstance instance) in resolve() 194 void *Driver::lookup(const char *name) in lookup()
|
D | Device.hpp | 20 class Driver; 38 Driver const *driver, VkInstance instance, std::unique_ptr<Device> &out); 140 Driver const *driver, VkInstance instance, 144 Driver const *driver, VkPhysicalDevice device); 147 …Device(Driver const *driver, VkDevice device, VkPhysicalDevice physicalDevice, uint32_t queueFamil… 151 Driver const *driver, VkPhysicalDevice device); 153 Driver const *driver;
|
D | Device.cpp | 26 Driver const *driver, VkDevice device, VkPhysicalDevice physicalDevice, in Device() 49 Driver const *driver, VkInstance instance, std::unique_ptr<Device> &out) in CreateComputeDevice() 108 Driver const *driver, VkPhysicalDevice device) in GetComputeQueueFamilyIndex() 123 Driver const *driver, VkPhysicalDevice device) in GetPhysicalDeviceQueueFamilyProperties() 134 const Driver *driver, VkInstance instance, in GetPhysicalDevices()
|
D | BasicTests.cpp | 27 static Driver driver; 40 Driver BasicTest::driver;
|
D | CMakeLists.txt | 30 Driver.cpp 31 Driver.hpp
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | socfpga_arria10_socdk_sdmmc_handoff.dtsi | 50 * Driver: altera_arria10_soc_clock_manager_arria10_uboot_driver 120 * Driver: altera_arria10_soc_3v_io48_pin_mux_arria10_uboot_driver 262 * Driver: altera_arria10_soc_noc_arria10_uboot_driver 273 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr… 274 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr… 278 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_l3_ddr_scr.h… 279 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_l3_ddr_scr.h… 283 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr… 284 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr… 288 …* Driver setting: altera_arria10_soc_noc_arria10_uboot_driver.I_NOC.mpu_m0.noc_fw_ddr_mpu_fpga2sdr… [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/ |
D | Kconfig | 2 bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)" 52 bool "Enable Driver Model for PMIC BD71837" 59 bool "Enable Driver Model for PMIC BD71837 in SPL stage" 81 bool "Enable Driver Model for PMIC PFUZE100" 88 bool "Enable Driver Model for PMIC MAX77686" 95 bool "Enable Driver Model for PMIC MAX8998" 102 bool "Enable Driver Model for PMIC MC34708" 109 bool "Enable Driver Model for PMIC MAX8997" 124 bool "Enable Driver Model for Qualcomm PM8916 PMIC" 137 Driver binding info: doc/device-tree-bindings/pmic/pm8916.txt [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 130 const Driver &driver;
|
/third_party/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 130 const Driver &driver;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 131 const Driver &driver;
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | find.dart | 13 …return DriverError('Unsupported key value type $invalidType. Flutter Driver only supports ${_suppo… 16 /// A Flutter Driver command aimed at an object to be located by [finder]. 49 /// A Flutter Driver command that waits until [finder] can locate the target. 79 /// A Flutter Driver command that waits until [finder] can no longer locate the target. 109 /// A Flutter Driver command that waits until there are no more transient callbacks in the queue. 122 /// A Flutter Driver command that waits until the frame is synced. 135 /// A Flutter Driver command that waits until the Flutter engine rasterizes the 155 /// Base class for Flutter Driver finders, objects that describe how the driver 191 /// A Flutter Driver finder that finds widgets by tooltip text. 213 /// A Flutter Driver finder that finds widgets by semantic label. [all …]
|
D | text.dart | 8 /// A Flutter Driver command that reads the text from a given element. 39 /// A Flutter Driver command that enters text into the currently focused widget. 75 /// A Flutter Driver command that enables and disables text entry emulation.
|
D | gesture.dart | 8 /// A Flutter Driver command that taps on a target widget located by [finder]. 35 /// A Flutter Driver command that commands the driver to perform a scrolling action. 94 /// A Flutter Driver command that commands the driver to ensure that the element
|
/third_party/skia/third_party/externals/angle2/third_party/OpenCL-ICD-Loader/ |
D | README.chromium | 13 OpenCL defines an Installable Client Driver (ICD) mechanism to allow developers to build 14 applications against an Installable Client Driver loader (ICD loader) rather than linking
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/ |
D | CMakeLists.txt | 3 # \copyright (c) 2012, 2013 Advanced Driver Information Technology. 4 # This code is developed by Advanced Driver Information Technology. 5 # Copyright of Advanced Driver Information Technology, Bosch, and DENSO.
|
/third_party/uboot/u-boot-2020.01/drivers/power/regulator/ |
D | Kconfig | 2 bool "Enable Driver Model for REGULATOR drivers (UCLASS_REGULATOR)" 47 bool "Enable Driver Model for ROHM BD71837/BD71847 regulators" 57 bool "Enable Driver Model for ROHM BD71837/BD71847 regulators in SPL" 64 bool "Enable Driver Model for REGULATOR PFUZE100" 82 bool "Enable Driver for PWM regulators in SPL" 89 bool "Enable Driver Model for REGULATOR MAX77686" 97 bool "Enable Driver Model for REGULATOR FAN53555" 121 bool "Enable Driver Model for REGULATOR Fixed value" 130 bool "Enable Driver Model for REGULATOR Fixed value in SPL" 138 bool "Enable Driver Model for GPIO REGULATOR" [all …]
|
/third_party/python/Lib/lib2to3/tests/ |
D | support.py | 20 driver = pgen2_driver.Driver(grammar, convert=pytree.convert) 21 driver_no_print_statement = pgen2_driver.Driver(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | android.config | 12 # Driver interface for Host AP driver 15 # Driver interface for wired authenticator 18 # Driver interface for drivers using the nl80211 kernel interface 31 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) 38 # Driver interface for no driver (e.g., RADIUS server only) 50 # Driver support is also needed for IEEE 802.11w.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | android.config | 12 # Driver interface for Host AP driver 15 # Driver interface for wired authenticator 18 # Driver interface for drivers using the nl80211 kernel interface 31 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) 38 # Driver interface for no driver (e.g., RADIUS server only) 50 # Driver support is also needed for IEEE 802.11w.
|
/third_party/flutter/flutter/packages/flutter_tools/templates/driver/ |
D | main_test.dart.tmpl | 1 // This is a basic Flutter Driver test for the application. A Flutter Driver
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/ |
D | README.md | 8 This project is also run as a device lab test via Flutter Driver. 21 Communication takes place from Android to Flutter to Driver to communicate splash screen events.
|
/third_party/uboot/u-boot-2020.01/doc/board/sifive/ |
D | fu540.rst | 17 1. SiFive UART Driver. 18 2. SiFive PRCI Driver for clock. 20 4. SiFive SPI Driver. 21 5. MMC SPI Driver for MMC/SD support. 297 [ 0.293114] nfs4filelayout_init: NFSv4 File Layout Driver Registering... 319 [ 0.625634] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k 321 [ 0.637382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 324 [ 0.653497] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
/third_party/uboot/u-boot-2020.01/drivers/mailbox/ |
D | Kconfig | 4 bool "Enable mailbox controllers using Driver Model" 35 bool "Texas Instruments K3 Secure Proxy Driver"
|
/third_party/uboot/u-boot-2020.01/drivers/crypto/rsa_mod_exp/ |
D | Kconfig | 2 bool "Enable Driver Model for RSA Modular Exponentiation"
|