Home
last modified time | relevance | path

Searched refs:REGEX (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DPosition.java31 private static final Pattern REGEX = Pattern.compile("([^:]*)(?::(\\d)*)?:?\\s*"); field in Position
77 final Matcher m = REGEX.matcher(str); in parse()
/aosp12/hardware/interfaces/audio/common/all-versions/
H A DcopyHAL.sh54 local -r REGEX="$2"; shift 2
56 local -r REGEX="$BASE_VERSION_REGEX"
58 awk -i inplace -e "{if (!/$REGEX/) print; else {