Home
last modified time | relevance | path

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

/build/make/tools/docker/
DREADME.md9 …rg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -un) -t android-build-tr…
/build/blueprint/microfactory/
Dmicrofactory.go156 func un(f func()) { func
209 defer un(config.trace("findDeps"))
478 defer un(config.trace("compile %s", p.Name))
541 defer un(config.trace("link %s", p.Name))
677 defer un(config.trace("microfactory %s", executable))
679 defer un(config.trace("microfactory <unknown>"))
/build/make/
Denvsetup.sh134 local un=$(uname)
135 if [[ $un == "Linux" ]] ; then
137 elif [[ $un == "Darwin" ]] ; then
140 echo "Error: Invalid host operating system: $un" 1>&2
/build/
Denvsetup.sh134 local un=$(uname)
135 if [[ $un == "Linux" ]] ; then
137 elif [[ $un == "Darwin" ]] ; then
140 echo "Error: Invalid host operating system: $un" 1>&2
/build/bazel/rules/cc/
Dlto_transitions.bzl47 # This un-propagates LTO enablement for shared deps, as LTO should only
Dcc_stub_library.bzl110 1. If True, every un-annotated api, i.e. public api will be present in stubs
111 2. If False, un-annonated apis will be missing in stubs. Only #systemapi and #apex annotated apis w…