Home
last modified time | relevance | path

Searched refs:default_device (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/tests/tegra/
Dopenclose.c34 static const char default_device[] = "/dev/dri/card0"; variable
44 device = default_device; in main()
/external/ppp/pppd/
Dtty.c329 default_device = 0;
421 if (default_device) { in tty_process_extra_options()
467 if (!default_device) { in tty_check_options()
480 default_device = notty; in tty_check_options()
495 default_device = 1; in tty_check_options()
501 if (default_device) in tty_check_options()
684 if (!default_device && modem) { in connect_tty()
833 if (!default_device && modem) { in finish_tty()
Dsys-solaris.c598 if (default_device && !notty) in sys_init()
1006 if (hungup && default_device && tty_sid > 0) {
1282 if (!default_device) {
Dpppd.h279 extern int default_device; /* Using /dev/tty or equivalent */
Doptions.c95 int default_device = 1; /* Using /dev/tty or equivalent */ variable
Dsys-linux.c1032 if (!default_device) in restore_tty()
/external/vulkan-validation-layers/tests/
Dtest_environment.h43 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function
/external/tensorflow/tensorflow/core/
DBUILD796 "graph/default_device.h",
1963 "graph/default_device.h",
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py3111 default_device, argument
3142 with session.Session() as sess, ops.device(default_device):