Home
last modified time | relevance | path

Searched defs:Tm (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/chrono/src/
Dsys.rs50 pub fn local(self) -> Tm { in local()
75 pub struct Tm { struct
77 pub tm_sec: i32,
80 pub tm_min: i32,
83 pub tm_hour: i32,
86 pub tm_mday: i32,
89 pub tm_mon: i32,
92 pub tm_year: i32,
117 impl Tm { argument
/external/rust/crates/chrono/src/sys/
Dunix.rs30 fn rust_tm_to_tm(rust_tm: &Tm, tm: &mut libc::tm) { in rust_tm_to_tm()
42 fn tm_to_rust_tm(tm: &libc::tm, utcoff: i32, rust_tm: &mut Tm) { in tm_to_rust_tm()
80 pub fn time_to_local_tm(sec: i64, tm: &mut Tm) { in time_to_local_tm()
Dstub.rs13 fn time_to_tm(ts: i64, tm: &mut Tm) { in time_to_tm()
68 pub fn time_to_local_tm(sec: i64, tm: &mut Tm) { in time_to_local_tm()
Dwindows.rs56 fn system_time_to_tm(sys: &SYSTEMTIME, tm: &mut Tm) { in system_time_to_tm()
91 pub fn time_to_local_tm(sec: i64, tm: &mut Tm) { in time_to_local_tm()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp888 auto *Tm = new (Arena) til::Goto(BB, Idx); in exitCFGBlockBody() local
897 auto *Tm = new (Arena) til::Branch(C, BB1, BB2); in exitCFGBlockBody() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc859 auto Tm = t.matrix<float>(); in TEST() local
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property