HomeSort by relevance Sort by last modified time
    Searched refs:BAZEL_COMMAND_LIST (Results 1 - 2 of 2) sorted by null

  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 155 if [[ "${BAZEL_COMMAND_LIST}" =~ ^(.* )?$1( .*)?$ ]]; then
165 if [[ "${BAZEL_COMMAND_LIST}" =~ ^(.* )?$1( .*)?$ ]]; then
320 if echo "$BAZEL_COMMAND_LIST" | "grep" -wsq -e "$word"; then
359 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
396 # Determine command: "" (startup-options) or one of $BAZEL_COMMAND_LIST.
404 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
454 # Determine command: "" (startup-options) or one of $BAZEL_COMMAND_LIST.
466 BAZEL_COMMAND_LIST="analyze-profile build canonicalize-flags clean coverage dump fetch help info mobile-install query run shutdown test version"
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 155 if [[ "${BAZEL_COMMAND_LIST}" =~ ^(.* )?$1( .*)?$ ]]; then
165 if [[ "${BAZEL_COMMAND_LIST}" =~ ^(.* )?$1( .*)?$ ]]; then
320 if echo "$BAZEL_COMMAND_LIST" | "grep" -wsq -e "$word"; then
359 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
396 # Determine command: "" (startup-options) or one of $BAZEL_COMMAND_LIST.
404 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
454 # Determine command: "" (startup-options) or one of $BAZEL_COMMAND_LIST.
466 BAZEL_COMMAND_LIST="analyze-profile build canonicalize-flags clean coverage dump fetch help info mobile-install query run shutdown test version"
    [all...]

Completed in 64 milliseconds