Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 3 of 3) sorted by relevance

/build/bazel/scripts/incremental_build/
Dcuj.py81 def decorator(func: Callable[[], any]) -> Callable[[], any]: function
88 return decorator
/build/soong/cc/
Dlibrary_stub.go90 module, decorator := NewLibrary(android.DeviceSupported)
92 libraryDecorator: decorator,
98 decorator.disableStripping()
392 module, decorator := NewLibrary(android.DeviceSupported)
394 libraryDecorator: decorator,
400 decorator.disableStripping()
Dcmake_snapshot.go503 switch decorator := m.linker.(type) {
505 if decorator.testDecorator.gtest() {
519 switch decorator := m.compiler.(type) {
521 …return sliceWithPrefix(moduleDir, decorator.flagExporter.Properties.Export_include_dirs.GetOrDefau…