Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 10 of 10) sorted by relevance

/build/bazel/rules/
Dprebuilt_file.bzl16 Contains prebuilt_file rule that handles prebuilt artifacts installation.
/build/bazel/rules/java/
Dlibrary.bzl41 """ java_library macro wrapper that handles custom attrs needed in AOSP
/build/bazel/rules/android/
Dandroid_library.bzl37 """ android_library macro wrapper that handles custom attrs needed in AOSP
Dandroid_binary.bzl71 """ android_binary macro wrapper that handles custom attrs needed in AOSP
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js40handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e… property
Dandroid-developer-docs.js152 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(… property
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); property
/build/bazel/rules/android/android_binary_aosp_internal/
Dimpl.bzl86 built via the cc_library_shared() macro, which already handles compilation and linking.
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md177 in the above example rule. The tf_test_executable.sh handles setting important
/build/bazel/rules/cc/
Dcc_library_common.bzl164 # root-relative paths. This handles the need to search for files both in the
/build/bazel/rules/tradefed/
Dtradefed.bzl217 # from another package, like //build/make/core, this copy handles that.