HomeSort by relevance Sort by last modified time
    Searched refs:patterns (Results 201 - 225 of 575) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 130 def ignore_patterns(*patterns):
133 Patterns is a sequence of glob-style patterns
137 for pattern in patterns:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 41 * date time interval patterns. It is used by DateIntervalFormat.
50 * For power users, who want to create their own date interval patterns,
51 * or want to re-set date interval patterns, they could do so by
55 * Logically, the interval patterns are mappings
76 * in date time patterns, will be returned without honor the field pattern
96 * There are pre-defined interval patterns for those pre-defined skeletons
108 * For date skeleton, the interval patterns when year, or month, or date is
110 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
135 * initialized with the pre-defined interval patterns for a given or
139 * by supplying their own interval patterns
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 40 * date time interval patterns. It is used by DateIntervalFormat.
49 * For power users, who want to create their own date interval patterns,
50 * or want to re-set date interval patterns, they could do so by
54 * Logically, the interval patterns are mappings
75 * in date time patterns, will be returned without honor the field pattern
95 * There are pre-defined interval patterns for those pre-defined skeletons
107 * For date skeleton, the interval patterns when year, or month, or date is
109 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
134 * initialized with the pre-defined interval patterns for a given or
138 * by supplying their own interval patterns
    [all...]
  /external/python/cpython2/Lib/lib2to3/
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /external/python/cpython2/Lib/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:
  /frameworks/base/packages/SystemUI/tests/
Android.mk 75 # Generate a comma separated list of patterns based on the test source files under src/
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:
  /prebuilts/go/darwin-x86/src/image/
decode_example_test.go 43 // likely to result in better memory access patterns than X first and Y second.
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 38 // See if the note matches one of the patterns in sigtab.
  /prebuilts/go/linux-x86/src/image/
decode_example_test.go 43 // likely to result in better memory access patterns than X first and Y second.
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 38 // See if the note matches one of the patterns in sigtab.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 217 # testing glob-like patterns
219 patterns = shutil.ignore_patterns('*.tmp', 'test_dir2')
220 shutil.copytree(src_dir, dst_dir, ignore=patterns)
229 patterns = shutil.ignore_patterns('*.tmp', 'subdir*')
230 shutil.copytree(src_dir, dst_dir, ignore=patterns)
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java 32 import org.apache.xpath.patterns.NodeTest;
WalkerFactory.java 33 import org.apache.xpath.patterns.ContextMatchStepPattern;
34 import org.apache.xpath.patterns.FunctionPattern;
35 import org.apache.xpath.patterns.NodeTest;
36 import org.apache.xpath.patterns.StepPattern;
242 // "//foo" patterns.
243 // For at least the time being, we can't optimize patterns like
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 21 package org.apache.xpath.patterns;
34 * This is the basic node test class for both match patterns and location path
62 * Special bitmap for match patterns starting with a function.
517 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
518 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
519 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
520 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
521 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
591 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
592 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE}
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 447 String[] patterns = sets[i];
448 PluralRules[] rules = new PluralRules[patterns.length];
449 for (int j = 0; j < patterns.length; ++j) {
450 rules[j] = PluralRules.createRules(patterns[j]);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 446 String[] patterns = sets[i];
447 PluralRules[] rules = new PluralRules[patterns.length];
448 for (int j = 0; j < patterns.length; ++j) {
449 rules[j] = PluralRules.createRules(patterns[j]);
    [all...]
  /external/python/cpython2/Lib/test/
test_shutil.py 219 # testing glob-like patterns
221 patterns = shutil.ignore_patterns('*.tmp', 'test_dir2')
222 shutil.copytree(src_dir, dst_dir, ignore=patterns)
231 patterns = shutil.ignore_patterns('*.tmp', 'subdir*')
232 shutil.copytree(src_dir, dst_dir, ignore=patterns)
    [all...]

Completed in 714 milliseconds

1 2 3 4 5 6 7 891011>>