Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DImageTransformation.java232 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 DBaseTestRunner.java321 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 DPrivacy.h55 const char** patterns; member
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DPrivacyFilter_test.cpp103 p->patterns = NULL;
113 p->patterns = NULL;
/aosp14/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp177 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 Dprivacy.proto54 repeated string patterns = 2; field
/aosp14/frameworks/base/
H A DOWNERS.md10 wildly, but here are some common patterns:
/aosp14/frameworks/base/tools/aapt/
H A DAaptAssets.cpp92 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 Dfalsing.md208 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 DDoxyfile805 # 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