Home
last modified time | relevance | path

Searched refs:singleton (Results 1 – 4 of 4) sorted by relevance

/tools/treble/hacksaw/config/
Dconfig.go97 var singleton *Config var
103 singleton = &Config{
108 return singleton
/tools/asuite/aidegen/lib/
Dsingleton_unittest.py21 from aidegen.lib.singleton import Singleton
Dmodule_info.py25 from aidegen.lib.singleton import Singleton
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiLintTest.kt2933 fun `Check singleton constructors`() { in Check singleton constructors()