HomeSort by relevance Sort by last modified time
    Searched full:patterns (Results 301 - 325 of 2322) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/lang/
FindBugsSuppressWarnings.java 42 * Patterns</a> to suppress, such as {@code SE_TRANSIENT_FIELD_NOT_RESTORED}
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h 80 * Predefined approx patterns
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/xmltestdata/
test.xml.out 23 <LI>5.XSL Patterns</LI>
  /prebuilts/gdb/linux-x86/lib/python2.7/test/xmltestdata/
test.xml.out 23 <LI>5.XSL Patterns</LI>
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 13 // order matters: longer patterns must appear before their prefixes.
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 13 // order matters: longer patterns must appear before their prefixes.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml.out 23 <LI>5.XSL Patterns</LI>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml.out 23 <LI>5.XSL Patterns</LI>
  /art/tools/checker/
README 36 Check-line patterns are treated as plain text rather than regular expressions
39 Actual regex patterns can be inserted enclosed in '{{' and '}}' brackets. If
44 Regex patterns can be named and referenced later. A new variable is defined
  /external/bison/lib/
isnan.c 87 /* Special CPU dependent code is needed to treat bit patterns outside the
90 These bit patterns are:
161 /* Detect any special bit patterns that pass ==; see comment above. */
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
tokenizer.py 32 mode: The latest mode of the tokenizer. This allows patterns to distinguish
35 patterns to check at any given time.
46 patterns to check at any given time.
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 11 // - Identifies erroneous patterns in the last argument to strncat - the number
80 /// Identify erroneous patterns in the last argument to strncat - the number
99 // We look for the following anti-patterns:
  /external/iproute2/doc/
nstat.sgml 26 if one of patterns matches its name. If no patterns are given,
57 If you use patterns, only the values which you _really_ see
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AbstractCoverageTask.java 84 * List of wildcard patterns classes to include for instrumentation. Default
95 * List of wildcard patterns classes to exclude from instrumentation.
106 * List of wildcard patterns for classloaders that JaCoCo will not
  /external/skia/bench/
AlternatingColorPatternBench.cpp 63 * This bench draws a grid of either rects or filled paths, with two alternating color patterns.
64 * This color patterns are passed in as enums to the class. The options are:
74 * patterns when on the gpu.
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 52 * If non-null, these are the patterns that are allowed for granting URI
53 * permissions. Any URI that does not match one of these patterns will not
65 * the URI it provides when making calls against the patterns here.
  /frameworks/base/docs/html/design/handhelds/
index.jd 95 notification opens the associated app. <a href="{@docRoot}design/patterns/notifications.html">More on Notifications</a></p>
133 <p><a href="{@docRoot}design/patterns/actionbar.html">More on the Action Bar</a></p>
140 <p><a href="{@docRoot}design/patterns/navigation-drawer.html">More on the Navigation Drawer</a></p>
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 23 <li><a href="{@docRoot}design/patterns/app-structure.html">Android Design: App Structure</a></li>
24 <li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts</a></li>
39 <p><em>Descendant navigation</em> is navigation down the application's information hierarchy. This is described in <a href="{@docRoot}training/design-navigation/descendant-lateral.html">Designing Effective Navigation</a> and also covered in <a href="{@docRoot}design/patterns/app-structure.html">Android Design: Application Structure</a>.</p>
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 22 import android.util.Patterns;
55 private static final String GOOD_IRI_CHAR = Patterns.GOOD_IRI_CHAR;
76 * It is similar to {@link android.util.Patterns#EMAIL_ADDRESS}, but also accepts Unicode
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSmsUtils.java 24 import android.util.Patterns;
99 final Matcher match = Patterns.EMAIL_ADDRESS.matcher(s);
114 final Matcher match = Patterns.PHONE.matcher(number);
  /pdk/build/
prepare_pdk_tree.py 33 self.patterns = [re.compile('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \
38 m = self.patterns[self.current].search(line)
43 mOther = self.patterns[notCurrent].search(line)
  /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...]

Completed in 850 milliseconds

<<11121314151617181920>>