Searched refs:get_direction (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-usb.c | 40 get_direction(int transfer_type, int event_type) in get_direction() function 121 direction = get_direction(uh->transfer_type, uh->event_type); in usb_header_print()
|
/external/u-boot/drivers/gpio/ |
D | tegra_gpio.c | 78 static int get_direction(unsigned gpio) in get_direction() function 177 if (get_direction(gpio) == DIRECTION_INPUT) in tegra_gpio_get_value() 229 else if (get_direction(gpio)) in tegra_gpio_get_function()
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 222 static inline bool get_direction(const SkPath& path, const SkMatrix& m, in get_direction() function 287 if (!get_direction(path, m, &dir)) { in get_segments()
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexPathRenderer.cpp | 221 static inline bool get_direction(const SkPath& path, const SkMatrix& m, in get_direction() function 286 if (!get_direction(path, m, &dir)) { in get_segments()
|
/external/v8/src/debug/ |
D | liveedit.cc | 94 Direction dir = get_direction(pos1, pos2); in SaveResult() 195 Direction get_direction(int i1, int i2) { in get_direction() function in v8::internal::__anonc79e164e0111::Differencer
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 222 def get_direction(self, variation): member in BaseValidator
|