/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/dist/testdata/ |
testinput21 | 1 /-- Tests for reloading pre-compiled patterns. The first one gives an error
|
testinput22 | 1 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
|
/frameworks/base/docs/html/training/wearables/ui/ |
index.jd | 17 principles</a> and implement the recommended <a href="{@docRoot}design/wear/patterns.html">UI 18 patterns</a>, which ensure a consistent user experience across apps that is optimized for 25 UI patterns:</p> 36 provides classes that help you implement these patterns and create layouts that work on
|
/frameworks/base/tools/layoutlib/.idea/runConfigurations/ |
All_in_bridge.xml | 20 <patterns />
|
/toolchain/binutils/binutils-2.25/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 | 58 private static final String[] PATTERNS = { 145 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { 146 logln(" pattern: " + PATTERNS[patidx]); 147 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); 179 if (PATTERNS[patidx].equals("V")) { 188 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 194 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 199 } else if (PATTERNS[patidx].equals("VV")) { 203 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 207 } 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 | 54 private static final String[] PATTERNS = { 141 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { 142 logln(" pattern: " + PATTERNS[patidx]); 143 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); 175 if (PATTERNS[patidx].equals("V")) { 184 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 190 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 195 } else if (PATTERNS[patidx].equals("VV")) { 199 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] 203 } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_anomaly_configs.py | 34 'patterns': '\n'.join(sorted(config.patterns)),
|
/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/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
RuleConfiguration.java | 49 * includes patterns 58 * excludes patterns
|
/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.
|
/frameworks/base/docs/html/training/permissions/ |
index.jd | 27 href="https://www.google.com/design/spec/patterns/permissions.html"> 29 <h3>Design Patterns</h3>
|
/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/go/darwin-x86/test/fixedbugs/ |
issue9355.go | 30 patterns := []string{ 36 for _, p := range patterns {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9355.go | 30 patterns := []string{ 36 for _, p := range patterns {
|
/external/valgrind/helgrind/tests/ |
filter_xml | 10 # (1) Global match and replace (see PATTERNS below) 28 # List of patterns and replacement strings. 30 my %patterns = ( 98 # Massage line by applying PATTERNS. 99 foreach my $key (keys %patterns) { 102 $line =~ s/$matched/$patterns{$key}/g;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldStringTest.java | 171 String [] patterns = {"[hw\\p{Upper}]", "(o|l){2,}", "([\'\"]?)(\\d+)", local 178 for(int i = 0; i < patterns.length; i++) { 180 results[i], str.replaceAll(patterns[i], "?")); 193 String [] patterns = {"[hw\\p{Upper}]", "(o|l){2,}", "([\'\"]?)(\\d+)", local 200 for(int i = 0; i < patterns.length; i++) { 202 results[i], str.replaceFirst(patterns[i], "?")); 215 String [] patterns = {"[!.1]", "(\\d+).*e(l+)o.*orld"}; local 220 for(int i = 0; i < patterns.length; i++) { 222 patterns[i], Arrays.equals(results[i], str.split(patterns[i]))) 453 String[] patterns = { local [all...] |
/external/hyphenation-patterns/pt/ |
hyph-pt.lic.txt | 2 % semi-manual conversions of hyphenation patterns into UTF-8 in June 2008. 19 % - Hans Hagen, who did the unicodification of patterns already long before 21 % - Norbert Preining, who tested & integrated patterns into TeX Live 23 % However, the "copyright/copyleft" owner of patterns remains the original author. 65 % - all the patterns should be in UTF-8 66 % - the only "allowed" TeX commands in this file are: \patterns, \hyphenation, 76 % at least a chance to read your patterns.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalInfo.java | 34 * date time interval patterns. It is used by DateIntervalFormat. 43 * For power users, who want to create their own date interval patterns, 44 * or want to re-set date interval patterns, they could do so by 48 * Logically, the interval patterns are mappings 69 * in date time patterns, will be returned without honor the field pattern 89 * There are pre-defined interval patterns for those pre-defined skeletons 101 * For date skeleton, the interval patterns when year, or month, or date is 103 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 128 * initialized with the pre-defined interval patterns for a given or 132 * by supplying their own interval patterns [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalInfo.java | 33 * date time interval patterns. It is used by DateIntervalFormat. 42 * For power users, who want to create their own date interval patterns, 43 * or want to re-set date interval patterns, they could do so by 47 * Logically, the interval patterns are mappings 68 * in date time patterns, will be returned without honor the field pattern 88 * There are pre-defined interval patterns for those pre-defined skeletons 100 * For date skeleton, the interval patterns when year, or month, or date is 102 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 127 * initialized with the pre-defined interval patterns for a given or 131 * by supplying their own interval patterns [all...] |
/external/pcre/dist/doc/ |
pcreperform.3 | 14 Patterns are compiled by PCRE into a reasonably efficient interpretive code, so 15 that most simple patterns do not use much memory. However, there is one case 41 larger internal pointers and thus handle larger compiled patterns, but it is 44 One way of reducing the memory usage for such patterns is to make use of PCRE's 64 speed is acceptable, this kind of rewriting will allow you to process patterns 85 Certain items in regular expression patterns are processed more efficiently 127 Beware of patterns that contain nested indefinite repeats. These can take a
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardStatusView.java | 137 mDateView.setFormat24Hour(Patterns.dateView); 138 mDateView.setFormat12Hour(Patterns.dateView); 140 mClockView.setFormat12Hour(Patterns.clockView12); 141 mClockView.setFormat24Hour(Patterns.clockView24); 147 Patterns.update(mContext, nextAlarm != null); 222 // This is an optimization to ensure we only recompute the patterns when the inputs change. 223 private static final class Patterns {
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 21 package org.apache.xpath.patterns; 322 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}, 323 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE}, 324 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD}, 325 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or 326 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}. 352 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}, 353 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE}, 354 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD}, 355 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, o [all...] |