Home
last modified time | relevance | path

Searched defs:set_position (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceFixups.h40 void set_position(intptr_t Position) { position_ = Position; } in set_position() function
/external/rust/crates/futures-util/src/io/
Dcursor.rs145 pub fn set_position(&mut self, pos: u64) { in set_position() method
/external/llvm-project/flang/runtime/
Dio-stmt.h337 void set_position(Position position) { position_ = position; } // POSITION= in set_position() function
/external/crosvm/gpu_display/src/
Dlib.rs159 fn set_position(&mut self, surface_id: u32, x: u32, y: u32); in set_position() method
308 pub fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position() method
Dgpu_display_wl.rs332 fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position() method
Dgpu_display_stub.rs210 fn set_position(&mut self, _surface_id: u32, _x: u32, _y: u32) { in set_position() method
Dgpu_display_x.rs797 fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position() method
/external/python/cpython3/Lib/
Dxdrlib.py145 def set_position(self, position): member in Unpacker
/external/python/cpython2/Lib/
Dxdrlib.py148 def set_position(self, position): member in Unpacker
/external/rust/crates/csv/src/
Dstring_record.rs517 pub fn set_position(&mut self, pos: Option<Position>) { in set_position() method
Dbyte_record.rs459 pub fn set_position(&mut self, pos: Option<Position>) { in set_position() method
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c550 set_position(t_powerset * s, void * e) in set_position() function
/external/wayland/tests/data/
Dexample-server.h4287 void (*set_position)(struct wl_client *client, member