/external/rust/android-crates-io/crates/displaydoc/tests/no_std/ |
D | with.rs | 6 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | without.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | multi_line.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | enum_prefix_missing.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | multi_line_allow.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | enum_prefix.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
/external/rust/android-crates-io/crates/displaydoc/tests/std/ |
D | without.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | multiple.rs | 6 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | multi_line.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | enum_prefix.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | multi_line_allow.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
D | enum_prefix_missing.rs | 5 fn start(_argc: isize, _argv: *const *const u8) -> isize { in start()
|
/external/rust/android-crates-io/crates/ryu/src/pretty/ |
D | exponent.rs | 5 pub unsafe fn write_exponent3(mut k: isize, mut result: *mut u8) -> usize { in write_exponent3() 31 pub unsafe fn write_exponent2(mut k: isize, mut result: *mut u8) -> usize { in write_exponent2()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/ryu-1.0.18/src/pretty/ |
D | exponent.rs | 5 pub unsafe fn write_exponent3(mut k: isize, mut result: *mut u8) -> usize { in write_exponent3() 31 pub unsafe fn write_exponent2(mut k: isize, mut result: *mut u8) -> usize { in write_exponent2()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/ryu-1.0.18/src/pretty/ |
D | exponent.rs | 5 pub unsafe fn write_exponent3(mut k: isize, mut result: *mut u8) -> usize { in write_exponent3() 31 pub unsafe fn write_exponent2(mut k: isize, mut result: *mut u8) -> usize { in write_exponent2()
|
/external/rust/android-crates-io/crates/prettyplease/src/ |
D | convenience.rs | 5 pub fn ibox(&mut self, indent: isize) { in ibox() 12 pub fn cbox(&mut self, indent: isize) { in cbox()
|
D | algorithm.rs | 178 pub fn offset(&mut self, offset: isize) { in offset() method 186 pub fn end_with_max_width(&mut self, max: isize) { in end_with_max_width() 296 fn print_begin(&mut self, token: BeginToken, size: isize) { in print_begin() 337 fn print_break(&mut self, token: BreakToken, size: isize) { in print_break()
|
/external/rust/android-crates-io/crates/libfuzzer-sys/src/ |
D | lib.rs | 83 pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize { in initialize()
|
/external/rust/android-crates-io/crates/inotify/src/ |
D | util.rs | 16 pub fn read_into_buffer(fd: RawFd, buffer: &mut [u8]) -> isize { in read_into_buffer()
|
/external/rust/android-crates-io/crates/getrandom/src/ |
D | hermit.rs | 11 fn sys_read_entropy(buffer: *mut u8, length: usize, flags: u32) -> isize; in sys_read_entropy()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.15/src/ |
D | hermit.rs | 11 fn sys_read_entropy(buffer: *mut u8, length: usize, flags: u32) -> isize; in sys_read_entropy()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.15/src/ |
D | hermit.rs | 11 fn sys_read_entropy(buffer: *mut u8, length: usize, flags: u32) -> isize; in sys_read_entropy()
|
/external/rust/android-crates-io/crates/num-bigint/tests/ |
D | bigint.rs | 1052 fn check(a: isize, b: isize, c: isize) { in test_gcd() 1075 fn check(a: isize, b: isize, c: isize) { in test_lcm() 1198 fn check(s: &str, ans: Option<isize>) { in test_from_str_radix()
|
/external/crosvm/third_party/libslirp-rs/src/ |
D | context.rs | 158 extern "C" fn write_handler_callback(buf: *const c_void, len: usize, opaque: *mut c_void) -> isize { in write_handler_callback() 170 extern "C" fn read_handler_callback(buf: *mut c_void, len: usize, opaque: *mut c_void) -> isize { in read_handler_callback() 303 ) -> isize { in send_packet_handler() 660 F: FnMut(&[u8]) -> isize, in state_save() 677 F: FnMut(&mut [u8]) -> isize, in state_load()
|
/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | lib.rs | 260 fn c_offset_from(self, origin: Self) -> isize; in c_offset_from() 264 fn c_offset_from(self, origin: *const T) -> isize { in c_offset_from() 270 fn c_offset_from(self, origin: *mut T) -> isize { in c_offset_from()
|