Home
last modified time | relevance | path

Searched refs:defaultProps (Results 1 – 6 of 6) sorted by relevance

/external/skqp/infra/bots/recipe_modules/build/examples/
Dfull.py73 defaultProps = lambda buildername: dict( function
86 api.properties(**defaultProps(buildername))
/external/skia/infra/bots/recipe_modules/build/examples/
Dfull.py75 defaultProps = lambda buildername: dict( function
88 api.properties(**defaultProps(buildername))
/external/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py86 defaultProps = lambda buildername: dict( function
99 api.properties(**defaultProps(buildername))
/external/skqp/infra/bots/recipe_modules/flavor/examples/
Dfull.py86 defaultProps = lambda buildername: dict( function
99 api.properties(**defaultProps(buildername))
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp232 props=&defaultProps; in getProps()
236 blockProps=defaultProps; // Block inherits default properties. in getProps()
250 cpProps=defaultProps; in getProps()
259 cpProps=defaultProps; in getProps()
Dppucd.h172 UniProps defaultProps, blockProps, cpProps; variable