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

<<11121314151617181920>>

  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
MaybeNull.java 25 * <p>Used to remove common patterns like: <pre>{@code
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 72 /** Returns the current instance of the filter, the include/exclude patterns. */
138 * <li> One or more include/exclude patterns or files containing these patterns.
227 * @param osFilePath The OS path to the file containing the patterns.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
MessageFactory.java 49 * Builds a message string by from two patterns (specific and general) and
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 167 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a>
183 * @see <a href="http://www.w3.org/TR/xslt#patterns">patterns in XSLT Specification</a>
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 28 * attribute axes patterns.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCurrent.java 31 import org.apache.xpath.patterns.StepPattern;
  /external/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails_test.py 32 email='foo@chromium.org', id='Foo', patterns=['*/*/*/*'],
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
matcher.py 37 to tokenize line by line. We can have different patterns apply to different
  /external/fio/
verify.h 22 VERIFY_PATTERN, /* verify specific patterns */
  /external/hyphenation-patterns/hu/
NOTICE 14 % The Original Code is the Huhyphn - hungarian hyphenation patterns.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 368 String[] patterns = { local
377 for(int i=0; i < patterns.length; i++) {
378 df.applyPattern(patterns[i]);
388 df.applyPattern(patterns[1]);
  /external/icu/icu4c/source/common/unicode/
parseerr.h 30 * rules, patterns, or programs, where the text being parsed is long
  /external/icu/icu4c/source/test/intltest/
quantityformattertest.cpp 48 assertFalse("isValid with no patterns", fmt.isValid());
tmsgfmt.h 38 * test MessageFormat with various given patterns
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 364 String[] patterns = { local
373 for(int i=0; i < patterns.length; i++) {
374 df.applyPattern(patterns[i]);
384 df.applyPattern(patterns[1]);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
Rule.java 85 * excludes patterns
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 46 private List patterns; field in class:Main
  /external/libgsm/
README 26 ETSI standard test patterns.
  /external/llvm/docs/CommandGuide/
FileCheck.rst 20 The ``match-filename`` file specifies the file that contains the patterns to
33 FileCheck searches the contents of ``match-filename`` for patterns to
34 match. By default, these patterns are prefixed with "``CHECK:``".
54 Adds implicit negative checks for the specified patterns between positive
61 warnings not covered by any ``CHECK:`` patterns.
353 ``@C_ctor_base`` function, even if the patterns match lines found later in
396 patterns. Here is a simple example:
432 ``[[@LINE+<offset>]]``, ``[[@LINE-<offset>]]`` expressions in patterns. These
436 This way match patterns can be put near the relevant test lines and include
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 167 /// for an instruction chain ending in <Root>. All potential patterns are
168 /// listed in the <Patterns> array.
170 SmallVectorImpl<MachineCombinerPattern> &Patterns)
173 /// When getMachineCombinerPatterns() finds patterns, this function generates
  /external/llvm/test/CodeGen/SystemZ/
int-mul-07.ll 5 ; We don't provide *MUL_LOHI or MULH* for the patterns in this file,
  /external/llvm/test/CodeGen/WebAssembly/
loop-idiom.ll 10 ; TODO Check the patterns are recognized once memcpy / memset are supported.
  /external/ltrace/testsuite/lib/
ltrace.exp 632 # logfile The name of file where to look for patterns.
643 # whether the patterns matches expectation.
660 # Look for series of patterns in a given logfile, comparing
664 # logfile The name of file where to look for patterns.
666 # patterns List of patterns to look for. ltraceMatch1 is called
672 # whether each of the patterns holds.
674 proc ltraceMatch {logfile patterns} {
675 foreach pat $patterns {
  /external/opencv3/samples/python2/
turing.py 4 Multiscale Turing Patterns generator
  /external/pcre/dist/doc/
pcre.3 62 alternative function that matches the same compiled patterns in a different
136 arbitrary patterns for compilation, you should be aware of a feature that
139 "(*UTF8)" or "(*UTF)" turns on UTF-8 mode, which interprets patterns and
199 pcreprecompile details of saving and re-using precompiled patterns

Completed in 1497 milliseconds

<<11121314151617181920>>