/external/llvm-project/lldb/test/API/lang/c/struct_types/ |
D | main.c | 7 int sum_things(struct things_to_sum tts) in sum_things() argument 9 return tts.a + tts.b + tts.c; in sum_things() 33 struct things_to_sum tts = { 2, 3, 4 }; in main() local 35 …int sum = sum_things(tts); //% self.expect_expr("&pt == (struct point_tag*)0", result_value="false… in main()
|
/external/llvm-project/lldb/test/API/lang/objc/objc-struct-argument/ |
D | test.m | 17 -(int)sumThings:(struct things_to_sum)tts; 21 -(int)sumThings:(struct things_to_sum)tts 23 return tts.a + tts.b + tts.c; 32 struct things_to_sum tts = { 2, 3, 4 }; 33 int ret = [summer sumThings:tts];
|
/external/rust/crates/proc-macro-error/src/ |
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)*).emit() [all …]
|
/external/rust/crates/proc-macro2/src/ |
D | wrapper.rs | 74 TokenStream::Compiler(tts) => tts.is_empty(), in is_empty() 75 TokenStream::Fallback(tts) => tts.is_empty(), in is_empty() 121 TokenStream::Compiler(tts) => Display::fmt(&tts.clone().into_token_stream(), f), in fmt() 122 TokenStream::Fallback(tts) => Display::fmt(tts, f), in fmt() 215 TokenStream::Compiler(tts) => { in extend() 218 tts.extra.push(into_compiler_token(token)); in extend() 221 TokenStream::Fallback(tts) => tts.extend(stream), in extend() 229 TokenStream::Compiler(tts) => { in extend() 230 tts.evaluate_now(); in extend() 231 tts.stream in extend() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextToSpeech.java | 10 import android.speech.tts.TextToSpeech; 11 import android.speech.tts.TextToSpeech.Engine; 12 import android.speech.tts.UtteranceProgressListener; 24 @RealObject private TextToSpeech tts; field in ShadowTextToSpeech 49 return Shadow.directlyOn(tts, TextToSpeech.class).speak(text, queueMode, params); in speak() 103 return ReflectionHelpers.getField(tts, "mUtteranceProgressListener"); in getUtteranceProgressListener()
|
/external/rust/crates/quote/src/ |
D | lib.rs | 608 ($call:ident! $extra:tt $($tts:tt)*) => { 610 (@ $($tts)*) 611 ($($tts)* @) 673 ($tokens:ident $($tts:tt)*) => { 675 (@ @ @ @ @ @ $($tts)*) 676 (@ @ @ @ @ $($tts)* @) 677 (@ @ @ @ $($tts)* @ @) 678 (@ @ @ $(($tts))* @ @ @) 679 (@ @ $($tts)* @ @ @ @) 680 (@ $($tts)* @ @ @ @ @) [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Annotations.java | 55 private final String tts; field in Annotations 107 String tts = myValue.tts == null in cleanup() local 108 ? parentValue.tts : myValue.tts; in cleanup() 111 templocaleData.put(key, new Annotations(annotations, tts)); in cleanup() 142 String tts = parts.getAttributeValue(-1, "tts"); in handlePathValue() local 157 addItems(localeData, us, attributes, tts); in handlePathValue() 161 …d addItems(UnicodeMap<Annotations> unicodeMap, UnicodeSet us, Set<String> attributes, String tts) { in addItems() argument 163 addItems(unicodeMap, entry, attributes, tts); in addItems() 167 …id addItems(UnicodeMap<Annotations> unicodeMap, String entry, Set<String> attributes, String tts) { in addItems() argument 170 unicodeMap.put(entry, new Annotations(attributes, tts)); in addItems() [all …]
|
/external/rust/crates/tokio/src/macros/ |
D | thread_local.rs | 3 ($($tts:tt)+) => { loom::thread_local!{ $($tts)+ } }
|
/external/rust/crates/proc-macro2/tests/ |
D | test.rs | 313 let mut tts = TokenStream::from_str("~// comment").unwrap().into_iter(); in punct_before_comment() localVariable 314 match tts.next().unwrap() { in punct_before_comment() 341 let mut tts = TokenStream::from_str("r#dyn").unwrap().into_iter(); in raw_identifier() localVariable 342 match tts.next().unwrap() { in raw_identifier() 346 assert!(tts.next().is_none()); in raw_identifier() 364 let tts = TokenStream::from_str("[a + 1]").unwrap(); in test_debug_tokenstream() localVariable 458 let actual = format!("{:#?}", tts); in test_debug_tokenstream()
|
/external/rust/crates/syn/src/ |
D | tt.rs | 101 let tts = self.0.clone().into_iter().collect::<Vec<_>>(); in hash() localVariable 102 tts.len().hash(state); in hash() 103 for tt in tts { in hash()
|
D | buffer.rs | 302 let mut tts = Vec::new(); in token_stream() localVariable 305 tts.push(tt); in token_stream() 308 tts.into_iter().collect() in token_stream()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | TextToSpeechFacade.java | 20 import android.speech.tts.TextToSpeech; 21 import android.speech.tts.TextToSpeech.OnInitListener;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | ChangeTimeScaleTrack.java | 38 List<TimeToSampleBox.Entry> tts; field in ChangeTimeScaleTrack 54 …tts = adjustTts(source.getDecodingTimeEntries(), timeScaleFactor, syncSamples, getTimes(source, sy… in ChangeTimeScaleTrack() 88 return tts; in getDecodingTimeEntries()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextToSpeechTest.java | 11 import android.speech.tts.TextToSpeech; 12 import android.speech.tts.TextToSpeech.Engine; 13 import android.speech.tts.UtteranceProgressListener;
|
/external/llvm-project/llvm/test/CodeGen/BPF/CORE/ |
D | no-elf-ama-symbol.ll | 21 …%0 = tail call i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.tts(%struct.tt* %arg, i32 … 29 declare i32* @llvm.preserve.struct.access.index.p0i32.p0s_struct.tts(%struct.tt*, i32, i32) #1
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ICUJDKCompare.java | 525 Class[] tts = t.getParameterTypes(); in handles() local 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()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 663 auto tts = thread_slices->thread_ts()[*maybe_row]; in ParseThreadEndEvent() local 664 if (tts) { in ParseThreadEndEvent() 667 *maybe_row, *event_data_->thread_timestamp - *tts); in ParseThreadEndEvent() 870 int64_t tts = in ParseAsyncBeginEvent() local 875 vtrack_slices->AddVirtualTrackSlice(opt_slice_id.value(), tts, in ParseAsyncBeginEvent() 888 int64_t tts = in ParseAsyncEndEvent() local 893 vtrack_slices->UpdateThreadDeltasForSliceId(opt_slice_id.value(), tts, in ParseAsyncEndEvent() 936 int64_t tts = in ParseAsyncInstantEvent() local 941 vtrack_slices->AddVirtualTrackSlice(opt_slice_id.value(), tts, in ParseAsyncInstantEvent()
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | profile-chrome_systrace_perf_chrome_data | 1 …tts": 6016200, "args": {"src_func": "PushOntoImmediateIncomingQueueLocked", "src_file": "../../com…
|
/external/icu/icu4c/source/data/locales/ |
D | jgo.txt | 166 "tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́", 167 "tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́",
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1094 skc_uint const tts = smem->bin.aN.ttsb[ii][skc_subgroup_lane()]; 1096 printf("???????? : [ %10u = %10u : %08X ]\n",id,idx,tts); 1098 bp_elems[idx].u32 = tts; 1327 skc_uint const tts = smem->bin.aN.ttsb[winner][skc_subgroup_lane()]; 1329 printf("%08X : [ %10u = %10u : %08X ]\n",yx,id,idx,tts); 1331 bp_elems[idx].u32 = tts; 1870 SKC_RASTERIZE_UINT const tts = dys | (ty << 16) | (sx << 10) | tx; 1960 // calculate where each cache-hit and in-bounds tts should be stored 1971 // scatter append tts elements to bin blocks 1981 smem->bin.aN.ttsb [hash C][ttsb_index C] = tts C; \ [all …]
|
D | prefix.cl | 123 // tts.dy is packed to fit in range [-32,31] and unpacked to [-32..-1,+1..+32] 1031 // scatter tts values into accumulator
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/ |
D | package.list | 99 android.speech.tts
|
/external/rust/crates/clap/src/ |
D | macros.rs | 319 (@impls ( $($tts:tt)* ) -> ($e:ident, $($v:ident),+)) => { 321 $($tts)*
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 1778 String tts = parts.getAttributeValue(2, "tts"); 1796 if (tts != null) { 1797 String newTts = CldrUtility.join(COMMA_SEMI.splitToList(tts), ", ");
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 1308 video/vnd.directv.mpeg-tts 1309 video/vnd.dlna.mpeg-tts
|