Home
last modified time | relevance | path

Searched defs:to_unix (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/development/tools/line_endings/
H A Dline_endings.c113 to_unix(char* buf) in to_unix() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py149 def to_unix(self): member in Timestamp
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py149 def to_unix(self): member in Timestamp
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py149 def to_unix(self): member in Timestamp
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/msgpack/
Dext.py149 def to_unix(self): member in Timestamp
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dtimestamp.rs142 pub const fn to_unix(&self) -> (u64, u32) { in to_unix() method