Searched defs:set_position (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 40 void set_position(intptr_t Position) { position_ = Position; } in set_position() function
|
/external/rust/crates/futures-util/src/io/ |
D | cursor.rs | 145 pub fn set_position(&mut self, pos: u64) { in set_position() method
|
/external/llvm-project/flang/runtime/ |
D | io-stmt.h | 337 void set_position(Position position) { position_ = position; } // POSITION= in set_position() function
|
/external/crosvm/gpu_display/src/ |
D | lib.rs | 159 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
|
D | gpu_display_wl.rs | 332 fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position() method
|
D | gpu_display_stub.rs | 210 fn set_position(&mut self, _surface_id: u32, _x: u32, _y: u32) { in set_position() method
|
D | gpu_display_x.rs | 797 fn set_position(&mut self, surface_id: u32, x: u32, y: u32) { in set_position() method
|
/external/python/cpython3/Lib/ |
D | xdrlib.py | 145 def set_position(self, position): member in Unpacker
|
/external/python/cpython2/Lib/ |
D | xdrlib.py | 148 def set_position(self, position): member in Unpacker
|
/external/rust/crates/csv/src/ |
D | string_record.rs | 517 pub fn set_position(&mut self, pos: Option<Position>) { in set_position() method
|
D | byte_record.rs | 459 pub fn set_position(&mut self, pos: Option<Position>) { in set_position() method
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 550 set_position(t_powerset * s, void * e) in set_position() function
|
/external/wayland/tests/data/ |
D | example-server.h | 4287 void (*set_position)(struct wl_client *client, member
|