Searched refs:tsm (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/android/ |
H A D | singleton_module_test.go | 26 func (tsm *testSingletonModule) GenerateAndroidBuildActions(ctx ModuleContext) { 27 tsm.ops = append(tsm.ops, "GenerateAndroidBuildActions") 30 func (tsm *testSingletonModule) GenerateSingletonBuildActions(ctx SingletonContext) { 31 tsm.ops = append(tsm.ops, "GenerateSingletonBuildActions") 34 func (tsm *testSingletonModule) MakeVars(ctx MakeVarsContext) { 35 tsm.ops = append(tsm.ops, "MakeVars") 39 tsm := &testSingletonModule{} 40 InitAndroidSingletonModule(tsm) 41 return tsm
|
H A D | test_suites.go | 38 if tsm, ok := m.(TestSuiteModule); ok { 39 for _, testSuite := range tsm.TestSuites() { 44 files[testSuite][name] = append(files[testSuite][name], tsm.FilesToInstall()...)
|
/aosp12/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSession.java | 122 SpellCheckerInfo info, TextServicesManager tsm, SpellCheckerSessionListener listener, in SpellCheckerSession() argument 124 if (info == null || listener == null || tsm == null) { in SpellCheckerSession() 130 mTextServicesManager = tsm; in SpellCheckerSession()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |