/third_party/ltp/lib/ |
H A D | tst_clocks.c | 31 static struct tst_ts tts = { 0, }; in tst_clock_getres() local 38 tts.type = TST_KERN_TIMESPEC; in tst_clock_getres() 44 tts.type = TST_KERN_OLD_TIMESPEC; in tst_clock_getres() 53 ret = func(clk_id, tst_ts_get(&tts)); in tst_clock_getres() 54 res->tv_sec = tst_ts_get_sec(tts); in tst_clock_getres() 55 res->tv_nsec = tst_ts_get_nsec(tts); in tst_clock_getres() 61 static struct tst_ts tts = { 0, }; in tst_clock_gettime() local 68 tts.type = TST_KERN_TIMESPEC; in tst_clock_gettime() 74 tts.type = TST_KERN_OLD_TIMESPEC; in tst_clock_gettime() 83 ret = func(clk_id, tst_ts_get(&tts)); in tst_clock_gettime() 91 static struct tst_ts tts = { 0, }; tst_clock_settime() local [all...] |
/third_party/rust/crates/proc-macro-error/src/ |
H A D | macros.rs | 114 ($span:expr, $($tts:tt)*) => { 115 $crate::diagnostic!($span, $crate::Level::Error, $($tts)*).abort() 128 ($($tts:tt)*) => { 129 $crate::abort!($crate::__export::proc_macro2::Span::call_site(), $($tts)*) 145 ($span:expr, $($tts:tt)*) => {{ 147 $crate::diagnostic!($span, level, $($tts)*).emit() 160 ($($tts:tt)*) => { 161 $crate::emit_error!($crate::__export::proc_macro2::Span::call_site(), $($tts)*) 175 ($span:expr, $($tts:tt)*) => { 176 $crate::diagnostic!($span, $crate::Level::Warning, $($tts)*) [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 88 TokenStream::Compiler(tts) => tts.is_empty(), in is_empty() 89 TokenStream::Fallback(tts) => tts.is_empty(), in is_empty() 131 TokenStream::Compiler(tts) => Display::fmt(&tts.clone().into_token_stream(), f), in fmt() 132 TokenStream::Fallback(tts) => Display::fmt(tts, f), in fmt() 225 TokenStream::Compiler(tts) => { in extend() 228 tts in extend() [all...] |
/third_party/rust/crates/quote/src/ |
H A D | lib.rs | 503 // Special case rules for two tts, for performance. 644 // Special case rules for two tts, for performance. 677 ($call:ident! $extra:tt $($tts:tt)*) => { 679 (@ $($tts)*) 680 ($($tts)* @) 788 // quote_token_with_context for each original tt, with three tts of context on 796 // interpolation kind will depend on the three subsequent tts. 810 ($tokens:ident $($tts:tt)*) => { 812 (@ @ @ @ @ @ $($tts)*) 813 (@ @ @ @ @ $($tts)* [all...] |
/third_party/rust/crates/syn/src/ |
H A D | tt.rs | 101 let tts = self.0.clone().into_iter().collect::<Vec<_>>(); in hash() 102 tts.len().hash(state); in hash() 103 for tt in tts { in hash()
|
/third_party/rust/crates/proc-macro2/tests/ |
H A D | test.rs | 493 let mut tts = TokenStream::from_str("~// comment").unwrap().into_iter(); in punct_before_comment() variables 494 match tts.next().unwrap() { in punct_before_comment() 521 let mut tts = TokenStream::from_str("r#dyn").unwrap().into_iter(); in raw_identifier() variables 522 match tts.next().unwrap() { in raw_identifier() 526 assert!(tts.next().is_none()); in raw_identifier() 544 let tts = TokenStream::from_str("[a + 1]").unwrap(); in test_debug_tokenstream() 638 let actual = format!("{:#?}", tts); in test_debug_tokenstream()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-object.cc | 116 unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, in InitializeForTesting() 129 tts_ = tts; in InitializeForTesting() 110 InitializeForTesting( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, uint64_t duration, uint64_t cpu_duration) InitializeForTesting() argument
|
H A D | recorder-win.cc | 56 TraceLoggingValue(trace_event->tts(), "tts"), in AddEvent()
|
H A D | trace-writer.cc | 141 << ",\"tts\":" << trace_event->tts() << ",\"ph\":\"" in AppendTraceEvent()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 525 Class[] tts = t.getParameterTypes(); in handles() 527 if (tts.length != mts.length) { in handles() 532 for (int i = 0; i < tts.length; ++i) { in handles() 533 Class tc = pairClassEquivalent(tts[i]); in handles() 537 tts[i].getName() + " not assignable from " + mts[i].getName()); in handles()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 41 import testlib.testset as tts namespace 415 testSet = tts.TestSet(imageSet, testDir,
|
/third_party/node/deps/v8/include/libplatform/ |
H A D | v8-tracing.h | 63 unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, 85 int64_t tts() { return tts_; } in tts() function in v8::platform::tracing::TraceObject
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 63 unsigned int flags, int pid, int tid, int64_t ts, int64_t tts, 85 int64_t tts() { return tts_; } in tts() function in v8::platform::tracing::TraceObject
|