Home
last modified time | relevance | path

Searched refs:function (Results 1 – 13 of 13) sorted by relevance

/build/soong/android/
Dfixture.go485 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/
Dpylintrc147 # 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/
Dcustomizations.cs19 addLoadEvent(function() { in function() method
33 addLoadEvent(function() { in function() method
100 addLoadEvent(function() {
Dhead_tag.cs35 (function() { in function() method
/build/make/tools/rbcrun/
DREADME.md84 `shell` builtin function. *This function will be eventually removed*.
/build/soong/ui/build/sandbox/darwin/
Dglobal.sb38 ; Allow suid /bin/ps to function
/build/make/core/
Dproduct_config.rbc96 # 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
Denvsetup.rbc40 # This function is a manual conversion of the version_defaults.mk
/build/make/tools/fs_config/
DREADME.md14 `fs_config()` function, along with the built-in defaults, to serve as overrides to complete the
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css398 -webkit-animation-timing-function: ease-out;
399 -moz-animation-timing-function: ease-out;
400 animation-timing-function: ease-out; }
/build/soong/cmd/soong_build/
Dwritedocs.go395 accordions[i].addEventListener("click", function() {
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt41 java\.util\.function
/build/soong/finder/
Dfinder.go616 func (p *threadPool) Run(function func()) {
631 function()