Home
last modified time | relevance | path

Searched defs:who_am_i (Results 1 – 4 of 4) sorted by relevance

/external/python/mobly/tests/lib/
Dmock_controller.py51 def who_am_i(self): member in MagicDevice
Dmock_second_controller.py59 def who_am_i(self): member in AnotherMagicDevice
/external/rust/android-crates-io/crates/uefi/src/proto/pi/
Dmp.rs140 who_am_i: extern "efiapi" fn(this: *const MpServices, processor_number: *mut usize) -> Status, field
248 pub fn who_am_i(&self) -> Result<usize> { in who_am_i() method
/external/ltp/testcases/kernel/syscalls/kill/
Dkill02.c182 char who_am_i = '0'; /*This indicates which process is which when using */ variable