Searched refs:OnceKey (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/android/ |
H A D | onceper.go | 28 func (once *OncePer) maybeWaitFor(key OnceKey, value interface{}) interface{} { argument 45 func (once *OncePer) Once(key OnceKey, value func() interface{}) interface{} { argument 73 func (once *OncePer) Get(key OnceKey) interface{} { argument 83 func (once *OncePer) OnceStringSlice(key OnceKey, value func() []string) []string { argument 99 func (once *OncePer) OncePath(key OnceKey, value func() Path) Path { argument 104 func (once *OncePer) OnceSourcePath(key OnceKey, value func() SourcePath) SourcePath { argument 109 type OnceKey struct { struct 115 func NewOnceKey(key string) OnceKey { 116 return OnceKey{&key} 122 func NewCustomOnceKey(key interface{}) OnceKey { [all …]
|
H A D | sdk.go | 553 key OnceKey 592 func (r *SdkMemberTypesRegistry) UniqueOnceKey() OnceKey {
|
H A D | config.go | 1437 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) … argument
|
/aosp12/build/soong/cc/ |
H A D | makevars.go | 37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map { argument 43 func makeStringOfKeys(ctx android.MakeVarsContext, key android.OnceKey) string { argument
|
H A D | compiler.go | 292 func addToModuleList(ctx ModuleContext, key android.OnceKey, module string) { argument
|