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

<<21222324252627282930>>

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 1 //===- CodeGenDAGPatterns.cpp - Read DAG patterns from .td file -----------===//
11 // represent the patterns present in a .td file for instructions.
29 #define DEBUG_TYPE "dag-patterns"
720 /// Find dependent variables within child patterns
813 /// patterns before small ones. This is used to determine the size of a
823 // FIXME: This is a hack to statically increase the priority of patterns
827 // calculate the complexity of all patterns a dag can potentially map to.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 156 * <p><strong>Patterns</strong>
183 * <p>The characters listed here are used in non-localized patterns. Localized
184 * patterns use the corresponding characters taken from this formatter's
318 * <p>Illegal patterns, such as "#.#.#" or "#.###,###", will cause
454 * from the pattern. This allows patterns such as "0.###E0 m/s". To prefix
457 * "1E-1", etc. (In localized patterns, use the localized plus sign rather than
489 * <li>Exponential patterns may not contain grouping separators.
538 * <li>Significant digit counts may be expressed using patterns that
555 * Patterns such as <code>"@00"</code> or <code>"@.###"</code> are
576 * patterns are equivalent to a normal exponential pattern with a minimum an
    [all...]
udat.h 135 * <p><strong>Date and Time Patterns:</strong></p>
401 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
409 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
417 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
425 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
433 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
441 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 57 /*Test Various format patterns*/
72 log_verbose("\nTesting different format patterns\n");
335 * Test the handling of the currency symbol in patterns.
408 * Test localized currency patterns.
420 log_verbose("\nTesting the number format with different currency patterns\n");
455 * Test localized currency patterns for PREEURO variants.
479 log_verbose("\nTesting the number format with different currency patterns\n");
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstructions.td 501 /* Generic helper patterns for intrinsics */
510 /* Other helper patterns */
544 // BFI_INT patterns
578 // SHA-256 Ma patterns
586 // Bitfield extract patterns
608 // 24-bit arithmetic patterns
611 // Special conversion patterns
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 208 // both the input and output patterns and compare them, taking SKIP_SYNTAX etc.
956 final String[] patterns = { \/\/ new pattern, expected pattern local
1339 String[] patterns = { local
1500 String[] patterns = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 204 // both the input and output patterns and compare them, taking SKIP_SYNTAX etc.
952 final String[] patterns = { \/\/ new pattern, expected pattern local
1335 String[] patterns = { local
1496 String[] patterns = { local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 60 * patterns like "(A B C)". You can create a tree from that pattern or
281 // don't allow invalid patterns
355 * with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
356 * Patterns with wildcard roots are also not allowed.
365 // don't allow invalid patterns
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 61 * patterns like "(A B C)". You can create a tree from that pattern or
322 // don't allow invalid patterns
409 * with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
410 * Patterns with wildcard roots are also not allowed.
420 // don't allow invalid patterns
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 50 * patterns like "(A B C)". You can create a tree from that pattern or
218 // don't allow invalid patterns
270 * with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
271 * Patterns with wildcard roots are also not allowed.
279 // don't allow invalid patterns
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 318 patterns like "(A B C)". You can create a tree from that pattern or
440 # don't allow invalid patterns
462 with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
463 Patterns with wildcard roots are also not allowed.
506 # don't allow invalid patterns
  /external/autotest/client/common_lib/
pexpect.py 204 The 'events' argument should be a dictionary of patterns and responses.
205 Whenever one of the patterns is seen in the command out run() will send the
223 patterns = events.keys()
226 patterns=None # We assume that EOF or TIMEOUT will save us.
232 index = child.expect (patterns)
    [all...]
  /external/clang/test/CodeCompletion/
ordinary-name-cxx11.cpp 7 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:14 -std=gnu++11 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
66 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:4:1 -std=gnu++11 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s
107 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:1:19 -std=gnu++11 %s -o - | FileCheck -check-prefix=CHECK-CC3 %s
147 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:11 -std=gnu++11 %s -o - | FileCheck -check-prefix=CHECK-CC4 %s
195 // RUN: %clang_cc1 -fsyntax-only -fno-rtti -code-completion-patterns -code-completion-at=%s:6:14 -std=gnu++11 %s -o - | FileCheck -check-prefix=CHECK-NO-RTTI %s
ordinary-name.cpp 7 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:14 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
61 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:4:1 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s
98 // RUN: %clang_cc1 -fsyntax-only -code-completion-patterns -code-completion-at=%s:1:19 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-CC3 %s
135 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -code-completion-patterns -code-completion-at=%s:6:11 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-CC4 %s
177 // RUN: %clang_cc1 -fsyntax-only -fno-rtti -code-completion-patterns -code-completion-at=%s:6:14 -std=gnu++98 %s -o - | FileCheck -check-prefix=CHECK-NO-RTTI %s
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedTransliterator.java 47 * patterns, for example, &quot;<code>$softvowel=[eiyEIY]</code>&quot;.</dd>
106 * <p><code>UnicodeSet</code> patterns may appear anywhere that
108 * Contrariwise, <code>UnicodeSet</code> patterns may themselves
112 * <p><code>UnicodeSet</code> patterns may also be embedded directly
146 * <p>Patterns can be anchored to the beginning or the end of the text. This is done with the
  /external/icu/icu4c/source/i18n/
rbt.h 62 * patterns, for example, &quot;<code>$softvowel=[eiyEIY]</code>&quot;.</dd>
122 * <p><code>UnicodeSet</code> patterns may appear anywhere that
124 * Contrariwise, <code>UnicodeSet</code> patterns may themselves
128 * <p><code>UnicodeSet</code> patterns may also be embedded directly
162 * <p>Patterns can be anchored to the beginning or the end of the text. This is done with the
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormatSymbols.java 494 // * @return the localized exponent symbol, used in localized patterns
506 // * @param exp the localized exponent symbol, used in localized patterns
517 // * @return the plus sign, used in localized patterns and formatted
530 // * @param plus the plus sign, used in localized patterns and formatted
619 // * com.ibm.icu.text.UnicodeSet} patterns. Values for insert can be any string.
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RuleBasedTransliterator.java 46 * patterns, for example, &quot;<code>$softvowel=[eiyEIY]</code>&quot;.</dd>
105 * <p><code>UnicodeSet</code> patterns may appear anywhere that
107 * Contrariwise, <code>UnicodeSet</code> patterns may themselves
111 * <p><code>UnicodeSet</code> patterns may also be embedded directly
145 * <p>Patterns can be anchored to the beginning or the end of the text. This is done with the
  /external/pcre/dist/doc/html/
pcrecpp.html 45 match sub-patterns into them.
73 Example: does not try to extract any extra sub-patterns
82 Example: fails because there aren't enough sub-patterns:
100 b. The number of matched sub-patterns is &#62;= number of supplied
107 number of sub-patterns, "i"th captured sub-pattern is
  /frameworks/base/core/java/android/widget/
TextClock.java 53 * possible and recommended to provide two different formatting patterns:
80 * <p>The {@link CharSequence} instances used as formatting patterns when calling either
183 * Creates a new clock using the default patterns for the current locale.
286 * even in 12-hour mode. If both 24-hour and 12-hour formatting patterns
345 * even in 12-hour mode. If both 24-hour and 12-hour formatting patterns
  /frameworks/base/docs/html/distribute/essentials/
optimizing-your-app.jd 368 many examples of UI patterns, styles, and building blocks, as well as
381 "{@docRoot}design/patterns/index.html">Patterns section</a> for tips to
399 "{@docRoot}design/patterns/actionbar.html">Action bar</a>, or removing them
478 <a href="{@docRoot}design/patterns/notifications.html">rich
  /external/pcre/dist/
ChangeLog 84 21. Fix infinite recursion in the JIT compiler when certain patterns such as
87 22. Some patterns with character classes involving [: and \\ were incorrectly
91 23. Pathological patterns containing many nested occurrences of [: caused
102 complex patterns.
238 it also rejects such patterns.
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 180 /* Patterns must be terminated with ']', not EOS */
185 /* Patterns must be terminated with ']' not '/' */
199 /* Look at only well-formed range patterns;
  /build/tools/droiddoc/templates-sdk-dev/
docpage.cs 28 elif:(design||vision||material||patterns||devices||designdownloads) ?> design<?cs
31 if:patterns ?> patterns<?cs /if ?><?cs
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 68 * <code>/node_name</code> node selection patterns.
160 * patterns.</p>
163 * @param projection A set of patterns that will be used to extract data from each selected

Completed in 721 milliseconds

<<21222324252627282930>>