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

1 2 3 4 5 6 7 8 91011>>

  /art/test/557-checker-instruction-simplifier-ror/
info.txt 1 Tests simplification of bitfield rotate patterns in optimizing compiler.
  /external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/
ServletMapping-mbean.properties 3 pathSpecs: RO:URL patterns
FilterMapping-mbean.properties 3 pathSpecs: RO:URL patterns
  /external/opencv3/doc/pattern_tools/
README.txt 4 to generate various calibration svg calibration patterns.
  /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/dist/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.
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 28 // Tests for Patterns.TOP_LEVEL_DOMAIN
34 t = Patterns.TOP_LEVEL_DOMAIN.matcher("com").matches();
38 t = Patterns.TOP_LEVEL_DOMAIN.matcher("me").matches();
42 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn--0zwm56d").matches();
46 t = Patterns.TOP_LEVEL_DOMAIN.matcher("\uD55C\uAD6D").matches();
49 t = Patterns.TOP_LEVEL_DOMAIN.matcher("mem").matches();
52 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn").matches();
55 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xer").matches();
59 // Tests for Patterns.IANA_TOP_LEVEL_DOMAINS
63 Pattern pattern = Pattern.compile(Patterns.IANA_TOP_LEVEL_DOMAINS)
    [all...]
  /external/hyphenation-patterns/
README.android 1 URL: svn://tug.org/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/@735
7 Hyphenation patterns for automatic hyphenation from TeX hyphenation
8 patterns project at http://tug.org/tex-hyphen/.
11 Only the following patterns are included:
47 In case hyphenation patterns are licensed under dual licenses, hyph-{lang}.lic.txt files are edited
50 German patterns are taken from a different upstream. Please see the
53 British English (en-GB) patterns are taken from a different part of TUG texhyphen
  /external/hyphenation-patterns/de/
README.android 7 Hyphenation patterns for automatic hyphenation for German.
10 The patterns were first generated by running make after cloning the upstream
14 other hyphenation 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...]
  /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...]
  /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/icu/icu4c/source/test/cintltst/
cmsgtst.h 27 * Test u_formatMessage() with various test patterns
31 * Test u_formatMessage() with sample test Patterns
47 * Test u_parseMessage() with various test patterns()
51 * function used to set up various patterns used for testing u_formatMessage()
  /external/snakeyaml/
.hgeol 0 [patterns]
  /external/valgrind/memcheck/tests/
inlinfosuppobj.vgtest 1 # test suppressions with inlined fn calls, with some obj patterns
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 14 patterns \
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 14 patterns
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 14 patterns \
  /external/hyphenation-patterns/en-GB/
README.android 7 Hyphenation patterns for automatic hyphenation of British English
8 from TeX hyphenation patterns project at http://tug.org/tex-hyphen/.
  /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) {

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>