Searched refs:patterns (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | ImageTransformation.java | 232 final Pattern[] patterns = new Pattern[size]; in writeToParcel() local 237 patterns[i] = option.pattern; in writeToParcel() 241 parcel.writeSerializable(patterns); in writeToParcel()
|
/aosp14/frameworks/base/test-runner/src/junit/runner/ |
H A D | BaseTestRunner.java | 321 String[] patterns= new String[] { in filterLine() local 331 for (int i= 0; i < patterns.length; i++) { in filterLine() 332 if (line.indexOf(patterns[i]) > 0) in filterLine()
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Privacy.h | 55 const char** patterns; member
|
/aosp14/frameworks/base/cmds/incidentd/tests/ |
H A D | PrivacyFilter_test.cpp | 103 p->patterns = NULL; 113 p->patterns = NULL;
|
/aosp14/frameworks/base/tools/incident_section_gen/ |
H A D | main.cpp | 177 const Destination dest, const string& patterns, const string& comments = "") { in printPrivacy() argument 179 children.c_str(), dest, patterns.c_str(), comments.c_str()); in printPrivacy() 357 printf(" \"%s\",\n", replaceAll(p.patterns(j), '\\', "\\\\").c_str()); in generatePrivacyFlags()
|
/aosp14/frameworks/base/core/proto/android/ |
H A D | privacy.proto | 54 repeated string patterns = 2; field
|
/aosp14/frameworks/base/ |
H A D | OWNERS.md | 10 wildly, but here are some common patterns:
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 92 char *patterns = strdup(p); in isHidden() local 105 for(char *token = strtok(patterns, delim); in isHidden() 144 free(patterns); in isHidden()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | falsing.md | 208 record it as a false, (patterns are always 4 "cells" long, so single "cell" inputs are penalized).
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 805 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 812 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 886 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 957 # patterns match the file name, INPUT_FILTER is applied. 2087 # patterns (like *.h and *.hpp) to filter out the header-files in the 2088 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|