Searched refs:drivers (Results 26 - 43 of 43) sorted by relevance
12
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
H A D | GlobalSettings.java | 290 CharSequence[] drivers = mContext.getResources().getStringArray(R.array.driver_values); in isValidDiverValue() 292 for (CharSequence driver : drivers) in isValidDiverValue()
|
/third_party/mbedtls/tests/src/drivers/ |
H A D | platform_builtin_keys.c | 29 #include <test/drivers/test_driver.h>
|
/third_party/backends/sanei/ |
H A D | sanei_config2.c | 51 #include <drivers/USB_scanner.h>
|
H A D | sanei_usb.c | 275 #include <drivers/USB_scanner.h>
|
/third_party/mesa3d/bin/ |
H A D | install_megadrivers.py | 33 parser.add_argument('drivers', nargs='+') 52 for driver in args.drivers:
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 88 -Ddri-drivers=$(subst $(space),$(comma),$(BOARD_MESA3D_CLASSIC_DRIVERS)) \ 89 -Dgallium-drivers=$(subst $(space),$(comma),$(BOARD_MESA3D_GALLIUM_DRIVERS)) \ 90 -Dvulkan-drivers=$(subst $(space),$(comma),$(subst radeon,amd,$(BOARD_MESA3D_VULKAN_DRIVERS))) \ 308 # Create Symlinks for gallium and kmsro drivers 310 # Remove unwanted Symlinks created for classic dri drivers 312 # Copy classic dri drivers
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 143 OBJS2 = $(OBJDIR)\drivers.obj \ 147 OBJS3 = $(OBJDIR)\drivers.obj \ 224 {..\src\drivers}.c{$(OBJDIR)}.obj::
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 143 OBJS2 = $(OBJDIR)\drivers.obj \ 147 OBJS3 = $(OBJDIR)\drivers.obj \ 224 {..\src\drivers}.c{$(OBJDIR)}.obj::
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ssd1306-i2c.c | 26 #include <drivers/devices/display/ssd1306.h>
|
H A D | ili9341-spi.c | 26 #include <drivers/devices/display/ili9341.h>
|
/third_party/skia/third_party/externals/angle2/src/feature_support_util/ |
H A D | feature_support_util_unittest.cpp | 119 "Rule" : "Exceptions for bad drivers(s)", in TEST_F()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/ |
H A D | Makefile | 18 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/ |
H A D | Makefile | 18 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
|
/third_party/mbedtls/scripts/ |
H A D | generate_driver_wrappers.py | 49 return template.render(drivers=driver_jsoncontext)
|
/third_party/ltp/testscripts/ |
H A D | ltpdmmapper.sh | 23 component in kernel (it is under device drivers item when you
|
/third_party/backends/backend/ |
H A D | snapscan.c | 386 if (drivers[i].id == model_num) break; in get_driver_name() 392 return (drivers[i].driver_name); in get_driver_name() 2604 * Now support a config file like the other scanner drivers, and
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 1315 "README", "Documentation", "arch", "include", "drivers", 2829 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) { 3849 if ($realfile =~ m@^(drivers/net/|net/)@ && 5360 # when !drivers/staging or command-line uses --strict 5361 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) && 7248 if ($realfile =~ m@^drivers/@) { 7250 "do not use in_atomic in drivers\n" . $herecurr); 7262 $realfile !~ m@^drivers/base/core@) {
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 123 test -d include -a -d core -a -d drivers -a -d programs -a -d tests 137 CONFIG_H='drivers/builtin/include/mbedtls/mbedtls_config.h' 140 CONFIG_TEST_DRIVER_H='tests/include/test/drivers/config_test_driver.h' 867 # on them or options that are not supported with drivers. 869 # file: tests/include/test/drivers/config_test_driver.h. You usually 897 # Enable PSA-based config (necessary to use drivers) 904 # If threading is enabled on the normal build, then we need to enable it in the drivers as well, 968 # Build the drivers library libtestdriver1.a (with ASan). 980 # linking to the drivers library (with ASan). 2979 # ECDH, ECDSA) with and without drivers [all...] |
Completed in 24 milliseconds
12