Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 21 of 21) sorted by relevance

/build/soong/androidmk/parser/
Dscope.go28 functions map[string]func([]string) []string member
49 if f, ok := s.functions[name]; ok {
57 s.functions[name] = f
63 functions: make(map[string]func([]string) []string),
Dparser.go567 var functions = [...]string{ var
608 sort.Strings(functions[:])
623 for _, f := range functions {
/build/make/tests/
Dconversion_error.rbc21 # * all runtime functions (wildcard, regex, etc.) work
Drun.rbc21 # * all runtime functions (wildcard, regex, etc.) work
42 # Unit tests for non-trivial runtime functions
/build/soong/bin/
Dhmm24 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
73 Look at the source to view more functions. The complete list is:
/build/bazel/json_module_graph/
Dlibrary.jq15 # Utility functions for transforming modules
22 # Utility functions for transforming variation maps
/build/bazel/rules/
Dtoolchain_utils.bzl18 # impl functions assert that it exists. This helper function can do that assertion.
/build/bazel/rules/java/
Dversions.bzl14 """Constants and utility functions relating to Java versions and how they map to SDK versions.
/build/bazel/platforms/
Dplatform_utils.bzl17 utility functions that accept an instance of that rule and return
21 functions by doing something like `is_target_linux(ctx.attr._platform_utils)`.
/build/make/tools/acp/
DREADME30 Futzing around these in make with GNU make functions is awkward at best.
/build/bazel/rules/common/
Dapi.bzl150 """Provides api level-related utility functions from platform variables.
158 Returns: A struct containing utility functions and constants
/build/make/tools/fs_config/
DREADME.md24 used by bionic for implementing `getpwnam()` and related functions.
/build/bazel/rules/aidl/
Daidl_interface_test.bzl373 …e,-bugprone-signed-char-misuse,-misc-const-correctness,-bugprone-unsafe-functions,-cert-msc24-c,-c…
381 …e,-bugprone-signed-char-misuse,-misc-const-correctness,-bugprone-unsafe-functions,-cert-msc24-c,-c…
/build/soong/docs/
Dperf.md104 -- in this case, 66 calls took 0.27s. The top 10 longest shell functions are
108 this is where using pure make functions instead of calling out to the shell can
110 added some basic math functions in `math.mk` to help some common use cases that
Dmap_files.md176 functions. In the uncommon situation of exposing a global variable, the `var`
/build/bazel/docs/
Dinternal_concepts.md38 Bash scripts e.g. envsetup functions, `soong_ui.bash`) | Repository rule …
75 `Path[s]ForModuleSrc[Excludes]` functions within
96 or from common helper functions such as:
110 `*Default` functions. For example, `cc` modules have a property
523 representing different langauges, as the functions must be exported in Go due to
/build/make/tools/releasetools/
Dpylintrc148 bad-functions=map,filter,input
227 # Minimum line length for functions/classes that require docstrings, shorter
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt234 org\.apache\.xpath\.functions
/build/make/core/
Dproduct_config.rbc15 """Runtime functions."""
457 # Handle manipulation functions.
Ddefinitions.mk4002 These functions have been removed)
/build/bazel/rules/cc/
Dclang_tidy_test.bzl69 "-bugprone-unsafe-functions",