Home
last modified time | relevance | path

Searched defs:tts (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cssparser/build/
H A Dmatch_byte.rs16 let tts = syn::parse_token_trees(&source).expect("Parsing rules.rs module"); in expand() localVariable
27 let mut tts = tts.into_iter(); in expand_tts() localVariable
47 let tts = match tts.next() { in expand_tts() localVariable
65 let tts = syn::parse_token_trees(&expr) in expand_tts() localVariable
108 let mut tts = tts.into_iter(); localVariable
123 let mut tts = tts.peekable(); localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/parse/
H A Dtests.rs63 let tts: Vec<_> = in string_to_tts_macro() localVariable
65 let tts: &[TokenTree] = &tts[..]; in string_to_tts_macro() localVariable
71 let tts = &macro_tts.trees().collect::<Vec<_>>(); in string_to_tts_macro() localVariable
76 let tts = &first_tts.trees().collect::<Vec<_>>(); in string_to_tts_macro() localVariable
82 let tts = &second_tts.trees().collect::<Vec<_>>(); in string_to_tts_macro() localVariable
100 let tts = string_to_stream("fn a (b : i32) { b; }".to_string()); in string_to_tts_1() localVariable
284 let tts: Vec<_> = match expr.kind { in ttdelim_span() localVariable
/dports/audio/rhvoice/RHVoice-1.2.4/src/android/RHVoice-core/src/main/java/com/github/olga_yakovleva/rhvoice/android/
H A DRHVoiceService.java181 private Tts tts; field in RHVoiceService.TtsManager
319 private Map<String,LanguageSettings> getLanguageSettings(Tts tts) in getLanguageSettings()
350 private String parseDefaultVoiceName(Tts tts,String name) in parseDefaultVoiceName()
411 Tts tts=new Tts(); in initialize() local
517 Tts tts=ttsManager.get(); in onGetLanguage() local
543 Tts tts=ttsManager.get(); in onIsLanguageAvailable() local
571 private void applyMappedSettings(Tts tts) in applyMappedSettings()
599 Tts tts=ttsManager.acquireForSynthesis(); in onSynthesizeText() local
705 Tts tts=ttsManager.get(); in onGetDefaultVoiceNameFor() local
722 Tts tts=ttsManager.get(); in onGetVoices() local
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-0.13.1/macros/
H A Dmatch_token.rs113 let tts = syn::parse_token_trees(&source).expect("Parsing rules.rs module"); in expand_match_tokens() localVariable
124 let mut tts = tts.iter(); in expand_tts() localVariable
133 let tts = syn::parse_token_trees(&tokens.to_string()) in expand_tts() localVariable
159 let mut tts = tts.iter(); in parse_match_token_macro() localVariable
173 let mut tts = block.iter(); in parse_match_token_macro() localVariable
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/mapred/
H A DTestDistributedCacheUnModifiedFile.java96 Collection<TTClient> tts = cluster.getTTClients(); in setUp() local
122 Collection<TTClient> tts = cluster.getTTClients(); in tearDown() local
293 Collection<TTClient> tts = cluster.getTTClients(); in testDistributedCache() local
H A DTestDistributedCachePrivateFile.java84 Collection<TTClient> tts = cluster.getTTClients(); in setUp() local
107 Collection<TTClient> tts = cluster.getTTClients(); in tearDown() local
294 Collection<TTClient> tts = cluster.getTTClients(); in testDistributedCache() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
33 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
32 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
33 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
33 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
32 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
32 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
32 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
33 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/struct_types/
H A Dmain.c15 int sum_things(struct things_to_sum tts) in sum_things()
41 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/c/struct_types/
H A Dmain.c7 int sum_things(struct things_to_sum tts) in sum_things()
32 struct things_to_sum tts = { 2, 3, 4 }; in main() local
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/proc-macro2-0.3.8/tests/
H A Dtest.rs301 let mut tts = TokenStream::from_str("~// comment").unwrap().into_iter(); in op_before_comment() localVariable
313 let mut tts = TokenStream::from_str("r#dyn").unwrap().into_iter(); in raw_identifier() localVariable
323 let tts = TokenStream::from_str("[a + 1]").unwrap(); in test_debug() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/tts/
H A Dconstants.cc8 namespace tts { namespace
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/tts/
H A DOnTTSCreatedListener.java6 void onCreated(TextToSpeech tts); in onCreated()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestJobQueueTaskScheduler.java63 public Task obtainNewNodeOrRackLocalMapTask(TaskTrackerStatus tts, int clusterSize, in obtainNewNodeOrRackLocalMapTask()
70 public Task obtainNewNonLocalMapTask(TaskTrackerStatus tts, int clusterSize, in obtainNewNonLocalMapTask()
77 public Task obtainNewMapTask(final TaskTrackerStatus tts, int clusterSize, in obtainNewMapTask()
93 public Task obtainNewReduceTask(final TaskTrackerStatus tts, in obtainNewReduceTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/
H A Dtts_chromeos.cc65 arc::mojom::TtsInstance* tts = ARC_GET_INSTANCE_FOR_METHOD( in ProcessSpeech() local
86 arc::mojom::TtsInstance* tts = ARC_GET_INSTANCE_FOR_METHOD( in StopSpeaking() local
/dports/net/sems/sems-f89581a/doc/dsm/examples/b2b_connect_extension/wav/
H A DMakefile7 tts: $(WAVS) target
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_table/
H A Dbug_2263.phpt12 $table->column('data', Table::TYPE_STRING, 1);
/dports/games/dose-response/dose-response-179c326/cargo-crates/proc-macro2-0.4.24/tests/
H A Dtest.rs298 let mut tts = TokenStream::from_str("~// comment").unwrap().into_iter(); in op_before_comment() localVariable
310 let mut tts = TokenStream::from_str("r#dyn").unwrap().into_iter(); in raw_identifier() localVariable
334 let tts = TokenStream::from_str("[a + 1]").unwrap(); in test_debug_tokenstream() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/proc-macro2-0.4.27/tests/
H A Dtest.rs298 let mut tts = TokenStream::from_str("~// comment").unwrap().into_iter(); in op_before_comment() localVariable
310 let mut tts = TokenStream::from_str("r#dyn").unwrap().into_iter(); in raw_identifier() localVariable
333 let tts = TokenStream::from_str("[a + 1]").unwrap(); in test_debug_tokenstream() localVariable

12345678910>>...37