Searched refs:get_device (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/
H A Dpcap-dos.c139 static struct device *get_device (int fd) function
245 dev = get_device (p->fd);
359 struct device *dev = p ? get_device(p->fd) : NULL;
392 struct device *dev = p ? get_device (p->fd) : NULL;
452 if (!get_device(p->fd))
893 struct device *dev = p ? get_device(p->fd) : NULL;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
165 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
167 static inline const OffsetTo<Device>& get_device (cons function in struct:OT::ValueFormat
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh130 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
165 static inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
167 static inline const OffsetTo<Device>& get_device (cons function in struct:OT::ValueFormat
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py377 def get_device(self, executive, device_index): member in class:AndroidDevices
800 self._android_commands = android_devices.get_device(port._executive, worker_number)

Completed in 301 milliseconds