Home
last modified time | relevance | path

Searched refs:OnceKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/soong/android/
H A Donceper.go28 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 Dsdk.go553 key OnceKey
592 func (r *SdkMemberTypesRegistry) UniqueOnceKey() OnceKey {
H A Dconfig.go1437 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) … argument
/aosp12/build/soong/cc/
H A Dmakevars.go37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map { argument
43 func makeStringOfKeys(ctx android.MakeVarsContext, key android.OnceKey) string { argument
H A Dcompiler.go292 func addToModuleList(ctx ModuleContext, key android.OnceKey, module string) { argument