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

  /external/curl/
update_curl.sh 24 UPSTREAM="github_curl"
55 Upstream commit: ${sha}
57 grep -v -E '^(URL|Version|Upstream commit):' "${README_FILE}" \
68 # Setup and fetch the upstream remote. While we have mirroring setup of the
69 # remote, we need to fetch all the tags from upstream to identify the latest
81 if ! git remote show | grep "^${UPSTREAM}\$" >/dev/null; then
82 echo "Adding remote ${UPSTREAM} to ${UPSTREAM_GIT}"
83 git remote add -t master "${UPSTREAM}" "${UPSTREAM_GIT}"
89 echo "Fetching latest upstream code..."
90 git fetch --quiet "${UPSTREAM}" maste
    [all...]
  /hardware/interfaces/automotive/vehicle/2.1/
types.hal 280 UPSTREAM = 1,
  /packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticEvent.java 318 public static final int UPSTREAM = 1;
325 UPSTREAM,

Completed in 135 milliseconds