/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 469 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): argument 501 patterns.append(pat_str) 507 traverse_trie(link, sch, trie_data, ch_map, pattern_data, patterns, exceptions) 551 patterns = [] 553 traverse_trie(0, '', trie_data, ch_map, pattern_data, patterns, exceptions) 556 if u'\u044c' in patterns: 557 patterns.remove(u'\u044c') 558 patterns.append(u'0\u044c0') 560 assert verify_file_sorted(patterns, pat_fn), 'pattern table not verified'
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | VisualVoicemailSmsFilter.java | 212 List<Pattern> patterns = sPatterns.get(mccMnc); in messageBodyMatchesVvmPattern() local 213 if (patterns == null || patterns.isEmpty()) { in messageBodyMatchesVvmPattern() 217 for (Pattern pattern : patterns) { in messageBodyMatchesVvmPattern()
|
/frameworks/base/core/java/android/service/autofill/ |
D | ImageTransformation.java | 231 final Pattern[] patterns = new Pattern[size]; in writeToParcel() local 236 patterns[i] = option.pattern; in writeToParcel() 240 parcel.writeSerializable(patterns); in writeToParcel()
|
/frameworks/base/test-runner/src/junit/runner/ |
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()
|
/frameworks/ml/nn/tools/api/ |
D | generate_api.py | 105 patterns = re.split("\s+", patterns_string.strip()) 106 for pattern in patterns: 222 patterns = match[1] 223 if self.match_kind(patterns):
|
/frameworks/base/cmds/incidentd/src/ |
D | Privacy.h | 55 const char** patterns; member
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | test_base.py | 265 def _match_regexp_patterns(self, text, patterns): argument 281 for regex in patterns:
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AsmAnalyzer.java | 254 private static boolean matchesAny(@Nullable String className, @NotNull Pattern[] patterns) { in matchesAny() argument 255 for (int i = 0; i < patterns.length; i++) { in matchesAny() 256 if (patterns[i].matcher(className).matches()) { in matchesAny() 264 return matchesAny(className.substring(0, dollarIdx), patterns); in matchesAny()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-packages.txt | 40 org.apache.xpath.patterns
|
D | hiddenapi-greylist-max-o.txt | 26069 Landroid/icu/impl/number/CompactData;->patterns:[Ljava/lang/String; 28751 Landroid/icu/text/MeasureFormat$UnitDataSink;->patterns:[Ljava/lang/String; 31200 Landroid/icu/util/Calendar$PatternData;->patterns:[Ljava/lang/String;
|
/frameworks/base/tools/incident_section_gen/ |
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()
|
/frameworks/base/cmds/incidentd/tests/ |
D | PrivacyFilter_test.cpp | 103 p->patterns = NULL; 113 p->patterns = NULL;
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 3 The hyb file format is how hyphenation patterns are stored in the system image. 15 Further, at some point we will probably pack patterns for multiple languages into a single
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 54 repeated string patterns = 2; field
|
/frameworks/base/tools/aapt/ |
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()
|
/frameworks/layoutlib/create/ |
D | README.txt | 69 shell-like glob patterns that filter on the fully-qualified class names, for example "android.*.R**"
|
/frameworks/native/docs/ |
D | Doxyfile | 693 # blank the following patterns are tested: 754 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 810 # non of the patterns match the file name, INPUT_FILTER is applied. 1610 # patterns (like *.h and *.hpp) to filter out the header-files in the 1611 # directories. If left blank, the patterns specified with FILE_PATTERNS will
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 597 # blank the following patterns are tested: 622 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 1354 # patterns (like *.h and *.hpp) to filter out the header-files in the 1355 # directories. If left blank, the patterns specified with FILE_PATTERNS will
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 767 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 769 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 800 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 867 # patterns match the file name, INPUT_FILTER is applied. 1932 # patterns (like *.h and *.hpp) to filter out the header-files in the 1933 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
D | Doxyfile.orig | 758 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 760 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 791 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 858 # patterns match the file name, INPUT_FILTER is applied. 1923 # patterns (like *.h and *.hpp) to filter out the header-files in the 1924 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 796 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 803 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 836 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 907 # patterns match the file name, INPUT_FILTER is applied. 2042 # patterns (like *.h and *.hpp) to filter out the header-files in the 2043 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 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
|
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
|