Home
last modified time | relevance | path

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 DGlobalSettings.java290 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 Dplatform_builtin_keys.c29 #include <test/drivers/test_driver.h>
/third_party/backends/sanei/
H A Dsanei_config2.c51 #include <drivers/USB_scanner.h>
H A Dsanei_usb.c275 #include <drivers/USB_scanner.h>
/third_party/mesa3d/bin/
H A Dinstall_megadrivers.py33 parser.add_argument('drivers', nargs='+')
52 for driver in args.drivers:
/third_party/mesa3d/android/
H A Dmesa3d_cross.mk88 -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 Dnmake.mak143 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 Dnmake.mak143 OBJS2 = $(OBJDIR)\drivers.obj \
147 OBJS3 = $(OBJDIR)\drivers.obj \
224 {..\src\drivers}.c{$(OBJDIR)}.obj::
/third_party/libwebsockets/lib/drivers/display/
H A Dssd1306-i2c.c26 #include <drivers/devices/display/ssd1306.h>
H A Dili9341-spi.c26 #include <drivers/devices/display/ili9341.h>
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util_unittest.cpp119 "Rule" : "Exceptions for bad drivers(s)", in TEST_F()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
H A DMakefile18 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
H A DMakefile18 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py49 return template.render(drivers=driver_jsoncontext)
/third_party/ltp/testscripts/
H A Dltpdmmapper.sh23 component in kernel (it is under device drivers item when you
/third_party/backends/backend/
H A Dsnapscan.c386 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 Dcheckpatch.pl1315 "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 Dall.sh123 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