Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 4 of 4) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java157 private static int findDisplayId(Display displays[], String regexp) { in findDisplayId() argument
159 if (display.getUniqueId().matches(regexp)) { in findDisplayId()
162 Log.v(TAG, regexp + " matches displayId=" + displayId); in findDisplayId()
167 Log.w(TAG, "Can't find the display of " + regexp); in findDisplayId()
/development/tools/repo_diff/service/repodiff/interactors/
Dstrings.go11 var unicode = regexp.MustCompile("[^\x00-\x7F]+")
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java595 final String regexp = mAcPattern.getText().toString(); in buildCommandLine() local
598 if (regexp.length() > 0) { in buildCommandLine()
600 mGrepHelper.buildCommand(sb, regexp, before, after, ignoreCase); in buildCommandLine()
/development/tools/winscope/
Dyarn.lock91 "@babel/helper-create-regexp-features-plugin@^7.14.5":
93 …ed "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regex…
400 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
563 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
653 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
746 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
2075 escape-string-regexp "^1.0.2"
2086 escape-string-regexp "^1.0.5"
2763 regexp.prototype.flags "^1.2.0"
3132 escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
[all …]