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

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 44 # These patterns will match all classes in this module and their inner classes.
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 368 public void setSenderWhitelistPatterns(Set<String> patterns) {
369 getEditor().putStringSet(PreferenceKeys.DISPLAY_IMAGES_PATTERNS, patterns).apply();
385 // Check the saved email address patterns to determine if this pattern matches
403 // Look at the list of patterns where we want to allow a particular class of
407 // The specified email address matches one of the social network patterns.
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of patterns
    [all...]
fixer_util.py 220 patterns = [p0, p1, p2]
221 for pattern, parent in zip(patterns, attr_chain(node, "parent")):
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java 33 import org.apache.xpath.patterns.NodeTest;
37 * descendant, descendant-or-self, or "//foo" patterns.
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 190 * Sink for patterns for relative dates and times. For example,
460 SimpleFormatter **patterns = local
464 if (patterns[pluralIndex] == NULL) {
465 patterns[pluralIndex] = new SimpleFormatter(
467 if (patterns[pluralIndex] == NULL) {
    [all...]
  /external/python/cpython2/Lib/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of pattern
    [all...]
  /external/v8/src/inspector/
v8-debugger-agent-impl.h 105 std::unique_ptr<protocol::Array<String16>> patterns) override;
v8-debugger-agent-impl.cc 767 std::unique_ptr<protocol::Array<String16>> patterns) {
768 if (!patterns->length()) {
777 for (size_t i = 0; i < patterns->length() - 1; ++i) {
778 patternBuilder.append(patterns->get(i));
781 patternBuilder.append(patterns->get(patterns->length() - 1));
    [all...]
  /external/v8/tools/turbolizer/
disassembly-view.js 82 let patterns = [
119 view.setPatterns(patterns);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of pattern
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of pattern
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of pattern
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 497 Default implementation for non-wildcard patterns.
517 Default implementation for non-wildcard patterns.
527 Default implementation for non-wildcard patterns.
591 The content, if not None, must be a sequence of Patterns that
644 This has all the flexibility needed to implement patterns like:
658 content: optional sequence of subsequences of patterns;
689 """Optimize certain stacked wildcard patterns."""
862 def generate_matches(patterns, nodes):
864 Generator yielding matches for a sequence of patterns and nodes.
867 patterns: a sequence of pattern
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 663 uint32_t patterns[] = local
672 for(i = 0; i < sizeof(patterns)/sizeof(uint32_t); ++i)
680 a64asm->STM(AL,ARMAssemblerInterface::DB,Rn,1,patterns[i]);
686 a64asm->LDM(AL,ARMAssemblerInterface::IA,Rn,1,patterns[i]);
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 107 private static Pattern[] patterns; field in class:FtpClient
146 patterns = new Pattern[patStrings.length];
148 patterns[i] = Pattern.compile(patStrings[i]);
188 * Possible patterns:
220 for (int j = 0; j < patterns.length; j++) {
221 m = patterns[j].matcher(line);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 311 // both the input and output patterns and compare them, taking SKIP_SYNTAX etc.
755 //Nested patterns with plural, number ,choice ,select format etc.
1690 const char* patterns[] = { \/\/ pattern, expected pattern local
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /build/kati/
rule_parser_test.go 87 err: "*** multiple target patterns.",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 133 def ignore_patterns(*patterns):
136 Patterns is a sequence of glob-style patterns
140 for pattern in patterns:

Completed in 2150 milliseconds

1 2 3 4 5 6 78 91011>>