HomeSort by relevance Sort by last modified time
    Searched full:patterns (Results 1 - 25 of 3394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/557-checker-instruct-simplifier-ror/
info.txt 1 Tests simplification of bitfield rotate patterns in optimizing compiler.
  /external/swiftshader/third_party/LLVM/test/TableGen/
Slice.td 66 multiclass scalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> {
69 !if(!empty(patterns),[]<dag>,patterns[0])>;
72 !if(!empty(patterns),[]<dag>,!if(!empty(!tail(patterns)),patterns[0],patterns[1]))>;
75 multiclass vscalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> {
78 !if(!empty(patterns),[]<dag>,patterns[0])>
    [all...]
  /external/hyphenation-patterns/en-GB/
README.android 7 Hyphenation patterns for automatic hyphenation of British English
8 from TeX hyphenation patterns project at http://www.hyphenation.org.
10 The British English patterns have been taken from the "misc" directory in the
  /external/hyphenation-patterns/nb/
NOTICE 6 % This file contains hyphenation patterns for Norwegian Bokmal.
7 % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
9 % that file for copyright information on those patterns.
hyph-nb.lic.txt 1 Norwegian Bokmal hyphenation patterns
8 % TeX hyphenation patterns for Norwegian Bokmal
17 % This file contains hyphenation patterns for Norwegian Bokmal.
18 % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
20 % that file for copyright information on those patterns.
22 % The patterns in nohyphbx are based on both Norwegian Bokmal
  /external/hyphenation-patterns/nn/
NOTICE 6 % This file contains hyphenation patterns for Norwegian Nynorsk.
7 % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
9 % that file for copyright information on those patterns.
hyph-nn.lic.txt 1 Norwegian Nynorsk hyphenation patterns
8 % TeX hyphenation patterns for Norwegian Nynorsk
17 % This file contains hyphenation patterns for Norwegian Nynorsk.
18 % It uses the Norwegian hyphenation patterns from nohyphbx.tex,
20 % that file for copyright information on those patterns.
22 % The patterns in nohyphbx are based on both Norwegian Bokmal
  /external/pcre/dist2/testdata/
greplist 1 This is a file of patterns for testing the -f option. Don't include any blank
7 End of the list of patterns.
  /external/hyphenation-patterns/en-US/
hyph-en-us.lic.txt 1 Hyphenation patterns for American English
6 % for consistency with other files with hyphenation patterns in hyph-utf8 package.
9 % ushyphmax.tex -- patterns for more hyphenation pattern memory (12000+).
13 % Patterns of March 1, 1990.
23 % These patterns are based on the Hyphenation Exception Log
26 % If added to Liang's before the closing bracket } of \patterns,
27 % the patterns run errorfree as far as known at this moment.
29 % These patterns find all admissible hyphens of the words in
35 % only the additional patterns, without the \patterns command, etc
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 27 // Tests for Patterns.TOP_LEVEL_DOMAIN
33 t = Patterns.TOP_LEVEL_DOMAIN.matcher("com").matches();
37 t = Patterns.TOP_LEVEL_DOMAIN.matcher("me").matches();
41 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn--0zwm56d").matches();
45 t = Patterns.TOP_LEVEL_DOMAIN.matcher("\uD55C\uAD6D").matches();
48 t = Patterns.TOP_LEVEL_DOMAIN.matcher("mem").matches();
51 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn").matches();
54 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xer").matches();
58 // Tests for Patterns.IANA_TOP_LEVEL_DOMAINS
62 Pattern pattern = Pattern.compile(Patterns.IANA_TOP_LEVEL_DOMAINS)
    [all...]
  /external/llvm/test/TableGen/
Slice.td 65 multiclass scalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> {
68 !if(!empty(patterns),[]<dag>,patterns[0])>;
71 !if(!empty(patterns),[]<dag>,!if(!empty(!tail(patterns)),patterns[0],patterns[1]))>;
74 multiclass vscalar<bits<8> opcode, string asmstr = "", list<list<dag>> patterns = []> {
77 !if(!empty(patterns),[]<dag>,patterns[0])>
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/
pattern_db.py 8 """Pattern database for patterns to be searched in the source tree.
26 patterns = []
32 patterns.append(','.join(sp[1:]))
33 return (patterns, is_regexs)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
PreCompInfo.java 5 * algorithms. Used as a Memento (see GOF patterns) by e.g.
  /external/libtextclassifier/
zlib-utils_test.cc 30 model.regex_model->patterns.emplace_back(new RegexModel_::PatternT);
31 model.regex_model->patterns.back()->pattern = "this is a test pattern";
32 model.regex_model->patterns.emplace_back(new RegexModel_::PatternT);
33 model.regex_model->patterns.back()->pattern = "this is a second test pattern";
36 model.datetime_model->patterns.emplace_back(new DatetimeModelPatternT);
37 model.datetime_model->patterns.back()->regexes.emplace_back(
39 model.datetime_model->patterns.back()->regexes.back()->pattern =
49 EXPECT_TRUE(model.regex_model->patterns[0]->pattern.empty());
50 EXPECT_TRUE(model.regex_model->patterns[1]->pattern.empty());
51 EXPECT_TRUE(model.datetime_model->patterns[0]->regexes[0]->pattern.empty())
    [all...]
  /external/snakeyaml/
.hgeol 0 [patterns]
  /external/valgrind/memcheck/tests/
inlinfosuppobj.vgtest 1 # test suppressions with inlined fn calls, with some obj patterns
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandHidden.java 11 @Parameter(description = "Patterns of files to be added")
12 public List<String> patterns; field in class:CommandHidden
NamedCommandAdd.java 11 @Parameter(description = "Patterns of files to be added")
12 public List<String> patterns; field in class:NamedCommandAdd
  /development/tools/idegen/src/
Excludes.java 25 private final List<Pattern> patterns; field in class:Excludes
28 * Constructs a set of excludes matching the given patterns.
30 public Excludes(List<Pattern> patterns) {
31 this.patterns = patterns;
38 for (Pattern pattern : patterns) {
  /external/hyphenation-patterns/
README.android 7 Hyphenation patterns for automatic hyphenation from TeX hyphenation patterns
11 The patterns are taken from the hyph-utf8/tex/generic/hyph-utf8/patterns/txt directory.
13 Only the following patterns are included from that directory:
54 In case hyphenation patterns are licensed under dual licenses,
58 For the German (de) patterns, the *.chr.txt has been automatically generated
62 British English (en-GB) patterns are taken from a different part of the
66 US English (en-US) patterns have been modified to remove patterns added t
    [all...]
  /external/pcre/dist2/doc/
pcre2serialize.3 4 .SH "SAVING AND RE-USING PRECOMPILED PCRE2 PATTERNS"
22 expression patterns, it may be useful to store them in a precompiled form
26 which the patterns are reloaded must be running the same version of PCRE2, with
28 and PCRE2_SIZE type. For example, patterns compiled on a 32-bit system using
36 The facility for saving and restoring compiled patterns is intended for use
43 .SH "SAVING COMPILED PATTERNS"
46 Before compiled patterns can be saved they must be serialized, that is,
48 compiled patterns, but they must all use the same character tables. A single
62 from a list of compiled patterns. Its first two arguments specify the list,
63 being a pointer to a vector of pointers to compiled patterns, and the length o
    [all...]
  /build/make/tools/
warn.py 24 # warn_patterns[w]['patterns'] regular expressions to match warnings
147 'patterns': [r'.*: .+\[' + pattern + r'\]$']
163 'patterns': [r".*: warning: .+\[clang-analyzer-security.*\]"]},
166 'patterns': [r".*: warning: overriding commands for target .+",
170 'patterns': [r".*: warning: LOCAL_CLANG is set to false"]},
173 'patterns': [r".*: warning: .+ \(.*app:sdk.*\) should not link to .+ \(native:platform\)"]},
176 'patterns': [r".*: warning: .+ \(.+\) should not link to .+ \(partition:.+\)"]},
179 'patterns': [r".*: warning: .+ \(.+\) should not link to .+ \(.+\)"]},
182 'patterns': [r".*: warning: implicit declaration of function .+",
186 'patterns': [r".*: warning: conflicting types for '.+'"]}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 21 package org.apache.xpath.patterns;
31 * StepPattern patterns.
38 /** Array of the contained step patterns to be tested.
75 * Set the contained step patterns to be tested.
78 * @param patterns the contained step patterns to be tested.
80 public void setPatterns(StepPattern[] patterns)
82 m_patterns = patterns;
83 if(null != patterns)
85 for(int i = 0; i < patterns.length; i++
    [all...]
  /external/hyphenation-patterns/hy/
hyph-hy.lic.txt 1 Armenian hyphenation patterns
5 % Hyphenation patterns for Armenian.
22 % Some of the patterns below represent combinations that never
  /external/skia/src/core/
SkRecordOpts.h 16 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
20 // For some SaveLayer-[drawing command]-Restore patterns, merge the SaveLayer's alpha into the
25 // For SVG generated SaveLayer-Save-ClipRect-SaveLayer-3xRestore patterns, merge

Completed in 890 milliseconds

1 2 3 4 5 6 7 8 91011>>