Searched refs:function (Results 1 – 17 of 17) 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/soong/mk2rbc/ |
D | TODO | 8 (it may be a variable of the known type, or a function result) 12 * Implement $(shell) function
|
D | mk2rbc.go | 102 "math_max": &mathMaxOrMinCallParser{function: "max"}, 103 "math_min": &mathMaxOrMinCallParser{function: "min"}, 1727 function string member 1737 name: p.function,
|
/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 | 89 `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 | 22 This function runs the given input_variables_init function, 124 # whose body consists of a single init function. 128 # Each PCM is represented by a quadruple of function, config, children names 483 This function is also exported as rblf.cfg, and every PCM 491 This function is exported as rblf.setdefault(). 503 This function is exported as rblf.inherit, PCM calls it when 609 """Equivalent to the GNU make function $(dir). 616 """Equivalent to the GNU make function $(notdir). 799 respectively. E.g. the result of calling this function with
|
/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/bazel/rules/ |
D | proto_file_utils.bzl | 83 """ Utility function for creating proto_compiler action.
|
/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 | 397 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()
|
/build/soong/docs/ |
D | native_code_coverage.md | 171 The `show` command displays the function and line coverage for each source file
|
/build/bazel/docs/ |
D | internal_concepts.md | 301 which calls the `DepsMutator` function that *must* be part of a Soong
|