/external/markdown/docs/ |
release-2.0.txt | 28 * The various processors and patterns are now stored with OrderedDicts rather 29 than lists. Any code adding processors and/or patterns into Python-Markdown 42 Artem also refactored the Inline Patterns to better support nested patterns
|
/external/pcre/dist2/doc/ |
pcre2_serialize_get_number_of_codes.3 | 19 serialized patterns in the byte stream, or one of the following negative error
|
pcre2_set_newline.3 | 19 matching patterns. The second argument must be one of:
|
/external/v8/gypfiles/ |
coverage_wrapper.py | 6 # CC/CXX wrapper script that excludes certain file patterns from coverage
|
/frameworks/layoutlib/.idea/runConfigurations/ |
All_in_bridge.xml | 20 <patterns />
|
/frameworks/opt/setupwizard/tools/checkstyle/ |
checkstyle_suppression.xml | 6 patterns below will match sub-directories. Notably, for overlays where the path is
|
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/ |
LifecycleObserver.java | 23 * @see Lifecycle Lifecycle - for samples and usage patterns.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/ |
alloc.l | 2 # aren't correct, which is why the patterns only check for ranges.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 64 private static final String[] PATTERNS = { 153 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { 154 logln(" pattern: " + PATTERNS[patidx]); 155 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); 187 if (PATTERNS[patidx].equals("V")) { 196 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 202 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 207 } else if (PATTERNS[patidx].equals("VV")) { 211 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 215 } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 61 private static final String[] PATTERNS = { 150 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { 151 logln(" pattern: " + PATTERNS[patidx]); 152 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); 184 if (PATTERNS[patidx].equals("V")) { 193 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 199 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 204 } else if (PATTERNS[patidx].equals("VV")) { 208 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 212 } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) [all...] |
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 19 '<class name wildcard patterns>', 20 "coverage inclusion/exclusion patterns {?,*}";
|
/external/hyphenation-patterns/cy/ |
hyph-cy.lic.txt | 2 % title: Welsh hyphenation patterns 33 % - 1996 - last change to patterns
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
CompactData.java | 32 private final String[] patterns; field in class:CompactData 40 patterns = new String[(CompactData.COMPACT_MAX_DIGITS + 1) * StandardPlural.COUNT]; 94 patterns[getIndex(magnitude, plural)] = patternString; 126 String patternString = patterns[getIndex(magnitude, plural)]; 129 patternString = patterns[getIndex(magnitude, StandardPlural.OTHER)]; 142 output.addAll(Arrays.asList(patterns)); 174 if (data.patterns[getIndex(magnitude, plural)] != null) { 186 data.patterns[getIndex(magnitude, plural)] = patternString;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
CompactData.java | 28 private final String[] patterns; field in class:CompactData 36 patterns = new String[(CompactData.COMPACT_MAX_DIGITS + 1) * StandardPlural.COUNT]; 90 patterns[getIndex(magnitude, plural)] = patternString; 122 String patternString = patterns[getIndex(magnitude, plural)]; 125 patternString = patterns[getIndex(magnitude, StandardPlural.OTHER)]; 138 output.addAll(Arrays.asList(patterns)); 170 if (data.patterns[getIndex(magnitude, plural)] != null) { 182 data.patterns[getIndex(magnitude, plural)] = patternString;
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
RuleConfiguration.java | 49 * includes patterns 58 * excludes patterns
|
/external/libtextclassifier/ |
zlib-utils.cc | 121 for (int i = 0; i < model->regex_model->patterns.size(); i++) { 122 RegexModel_::PatternT* pattern = model->regex_model->patterns[i].get(); 132 for (int i = 0; i < model->datetime_model->patterns.size(); i++) { 133 DatetimeModelPatternT* pattern = model->datetime_model->patterns[i].get(); 181 for (int i = 0; i < model->regex_model->patterns.size(); i++) { 182 RegexModel_::PatternT* pattern = model->regex_model->patterns[i].get(); 194 for (int i = 0; i < model->datetime_model->patterns.size(); i++) { 195 DatetimeModelPatternT* pattern = model->datetime_model->patterns[i].get();
|
/external/llvm/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
AccountUtils.java | 22 import android.util.Patterns; 41 if (Patterns.EMAIL_ADDRESS.matcher(name).matches()) {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 20 /// These are instruction patterns matched by the machine combiner pass. 29 // These are multiply-add patterns matched by the AArch64 machine combiner.
|