Home
last modified time | relevance | path

Searched defs:OnceKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Donceper.go28 func (once *OncePer) maybeWaitFor(key OnceKey, value interface{}) interface{} {
45 func (once *OncePer) Once(key OnceKey, value func() interface{}) interface{} {
73 func (once *OncePer) Get(key OnceKey) interface{} {
83 func (once *OncePer) OnceStringSlice(key OnceKey, value func() []string) []string {
88 func (once *OncePer) Once2StringSlice(key OnceKey, value func() ([]string, []string)) ([]string, []…
99 func (once *OncePer) OncePath(key OnceKey, value func() Path) Path {
104 func (once *OncePer) OnceSourcePath(key OnceKey, value func() SourcePath) SourcePath {
109 type OnceKey struct { struct
110 key interface{}
H A Dconfig.go1437 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) …
/aosp12/build/soong/cc/
H A Dmakevars.go37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map {
43 func makeStringOfKeys(ctx android.MakeVarsContext, key android.OnceKey) string {
H A Dcompiler.go292 func addToModuleList(ctx ModuleContext, key android.OnceKey, module string) {