Home
last modified time | relevance | path

Searched refs:NewCustomOnceKey (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Donceper_test.go153 key1 := NewCustomOnceKey(key{"key"})
154 key2 := NewCustomOnceKey(key{"key"})
164 t.Errorf(`second call to Once with the NewCustomOnceKey from equal key should return "a": %q`, b)
Donceper.go122 func NewCustomOnceKey(key interface{}) OnceKey { func
Dpath_properties.go164 key := NewCustomOnceKey(reflect.TypeOf(ps))
Dsoong_config_modules.go363 key := NewCustomOnceKey(onceKeyType(filepath.Clean(from)))
Dvariable.go691 typ, _ := variablePropTypeMap.Once(NewCustomOnceKey(key), func() interface{} {
Darch.go994 archPropTypes := archPropTypeMap.Once(NewCustomOnceKey(t), func() interface{} {
/build/soong/java/config/
Dconfig.go238 key := android.NewCustomOnceKey(javaToolKey(tool))