Searched refs:function (Results 1 – 13 of 13) sorted by relevance
/build/soong/android/ |
D | fixture.go | 485 function func(fixture *fixture) member 493 p := &simpleFixturePreparer{function: preparer} 519 function func(t *testing.T, result *TestResult) member 524 h.function(t, result) 590 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler… 592 function: function, 645 preparer.function(fixture)
|
/build/make/tools/releasetools/ |
D | pylintrc | 147 # List of builtins function names that should not be used, separated by a comma 163 # Regular expression matching correct function names 164 function-rgx=[a-z_][a-z0-9_]{2,30}$ 166 # Naming hint for function names 167 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 223 # Regular expression which should only match function or class names that do 281 # function parameter format 298 # List of strings which can identify a callback function by name. A callback 305 # Maximum number of arguments for function / method 312 # Maximum number of locals for function / method body [all …]
|
/build/make/tools/droiddoc/templates-pdk/ |
D | customizations.cs | 19 addLoadEvent(function() { in function() method 33 addLoadEvent(function() { in function() method 100 addLoadEvent(function() {
|
D | head_tag.cs | 35 (function() { in function() method
|
/build/make/tools/rbcrun/ |
D | README.md | 84 `shell` builtin function. *This function will be eventually removed*.
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 38 ; Allow suid /bin/ps to function
|
/build/make/core/ |
D | product_config.rbc | 96 # whose body consists of a single init function. 102 # Each PCM is represented by a quadruple of function, config, children names 318 This function is also exported as rblf.cfg, and every PCM 326 This function is exported as rblf.setdefault(). 338 This function is exported as rblf.inherit, PCM calls it when
|
D | envsetup.rbc | 40 # This function is a manual conversion of the version_defaults.mk
|
/build/make/tools/fs_config/ |
D | README.md | 14 `fs_config()` function, along with the built-in defaults, to serve as overrides to complete the
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 398 -webkit-animation-timing-function: ease-out; 399 -moz-animation-timing-function: ease-out; 400 animation-timing-function: ease-out; }
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 395 accordions[i].addEventListener("click", function() {
|
/build/soong/scripts/check_boot_jars/ |
D | package_allowed_list.txt | 41 java\.util\.function
|
/build/soong/finder/ |
D | finder.go | 616 func (p *threadPool) Run(function func()) { 631 function()
|