/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalFormat.java | 50 * There is no structural information in date time patterns. 58 * patterns, similar to date time pattern in SimpleDateFormat. 61 * Logically, the interval patterns are mappings 82 * in date time patterns, will be returned without honor the field pattern 103 * patterns, which is mostly "{date0} - {date1}". 107 * There are pre-defined interval patterns for those pre-defined skeletons 119 * For date skeleton, the interval patterns when year, or month, or date is 121 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 126 * the interval patterns for the skeleton is not defined in resource file, 134 * The rule to genearte interval patterns are 1027 Map<String, PatternInfo> patterns = null; local 1129 String[] patterns = calData.getDateTimePatterns(); local [all...] |
/external/autotest/client/deps/fakemodem/src/ |
fakemodem.c | 35 GPtrArray *patterns; member in struct:_FakeModem 56 self->patterns = NULL; 81 GPtrArray *patterns; local 84 patterns = g_ptr_array_new(); 152 g_ptr_array_add (patterns, pat); 168 return patterns; 256 fakemodem->patterns = parse_pattern_files (pattern_files, &err); 257 if (fakemodem->patterns == NULL) { 263 fakemodem->patterns = g_ptr_array_sized_new (0); 485 for (i = 0 ; i < fakemodem->patterns->len; i++) [all...] |
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixDetector.cpp | 374 void CBC_DataMatrixDetector::OrderBestPatterns(CFX_PtrArray* patterns) {
375 FX_FLOAT abDistance = (FX_FLOAT)Distance((CBC_ResultPoint*)(*patterns)[0],
376 (CBC_ResultPoint*)(*patterns)[1]);
377 FX_FLOAT bcDistance = (FX_FLOAT)Distance((CBC_ResultPoint*)(*patterns)[1],
378 (CBC_ResultPoint*)(*patterns)[2]);
379 FX_FLOAT acDistance = (FX_FLOAT)Distance((CBC_ResultPoint*)(*patterns)[0],
380 (CBC_ResultPoint*)(*patterns)[2]);
383 topLeft = (CBC_ResultPoint*)(*patterns)[0];
384 topRight = (CBC_ResultPoint*)(*patterns)[1];
385 bottomLeft = (CBC_ResultPoint*)(*patterns)[2]; [all...] |
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRFinderPatternFinder.cpp | 164 void CBC_QRFinderPatternFinder::OrderBestPatterns(CFX_PtrArray* patterns) {
165 FX_FLOAT abDistance = Distance((CBC_ResultPoint*)(*patterns)[0],
166 (CBC_ResultPoint*)(*patterns)[1]);
167 FX_FLOAT bcDistance = Distance((CBC_ResultPoint*)(*patterns)[1],
168 (CBC_ResultPoint*)(*patterns)[2]);
169 FX_FLOAT acDistance = Distance((CBC_ResultPoint*)(*patterns)[0],
170 (CBC_ResultPoint*)(*patterns)[2]);
173 topLeft = (CBC_QRFinderPattern*)(*patterns)[0];
174 topRight = (CBC_QRFinderPattern*)(*patterns)[1];
175 bottomLeft = (CBC_QRFinderPattern*)(*patterns)[2]; [all...] |
/external/iw/ |
wowlan.c | 205 struct nl_msg *patterns = NULL; local 247 } else if (strcmp(argv[0], "patterns") == 0) { 249 patterns = nlmsg_alloc(); 250 if (!patterns) { 290 pattern = nla_nest_start(patterns, ++patnum); 291 NLA_PUT(patterns, NL80211_PKTPAT_MASK, 293 NLA_PUT(patterns, NL80211_PKTPAT_PATTERN, patlen, pat); 294 NLA_PUT_U32(patterns, NL80211_PKTPAT_OFFSET, 296 nla_nest_end(patterns, pattern); 305 if (patterns) [all...] |
/development/tools/idegen/src/ |
Eclipse.java | 45 * patterns will come sooner in configuration file. 47 List<Pattern> patterns = new ArrayList<Pattern>(); local 51 Configuration.parseFile(precedence, patterns); 54 patterns.add(Pattern.compile("^(?!out/)")); 58 patterns.add(Pattern.compile(".*")); 61 List<Bucket> buckets = new ArrayList<Bucket>(patterns.size()); 62 for (Pattern pattern : patterns) {
|
/external/strace/tests/ |
init.sh | 158 # Check whether all patterns listed in FILE_WITH_PATTERNS 160 # If at least one of these patterns does not match, 164 local output patterns error pattern failed= 171 patterns="$srcdir/${ME_%.test}.expected" 173 patterns="$1"; shift 187 echo 'Failed patterns of expected output:' 192 done < "$patterns"
|
/build/blueprint/pathtools/ |
glob.go | 29 // The supported glob patterns are equivalent to filepath.Glob, with an 37 // do not match the given exclude patterns, along with the list of directories 39 // exclude patterns are equivalent to filepath.Glob, with an extension that 163 // Filters the strings in matches based on the glob patterns in excludes. Hierarchical (a/*) and 164 // recursive (**) glob patterns are supported. 189 // hierarchical patterns (a/*) and recursive globs (**). 218 // filepath.Match, but supporting hierarchical patterns (a/*). Recursive globs (**) are not 267 func GlobPatternList(patterns []string, prefix string) (globedList []string, depDirs []string, err error) { 276 for _, pattern := range patterns {
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_config_handler.py | 27 the set of tests is specified with a list of test path patterns. 53 patterns: Newline-separated list of test path patterns to monitor. 94 new_patterns = _SplitPatternLines(self.request.get('patterns')) 96 entity.patterns, new_patterns) 97 entity.patterns = new_patterns 136 """Splits up the given newline-separated patterns and validates them.""" 143 """Raises an exception if any test path patterns are invalid.""" 207 """Returns a list of all test paths matching the given list of patterns."""
|
/external/dng_sdk/source/ |
dng_area_task.h | 96 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which 98 /// tile patterns. This can be used for a processing routine that needs to read from two tiles and write to a third 100 /// Higher numbered RepeatingTile patterns are only used if all lower ones are non-empty. A RepeatingTile pattern must 106 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which 108 /// tile patterns. This can be used for a processing routine that needs to read from two tiles and write to a third 110 /// Higher numbered RepeatingTile patterns are only used if all lower ones are non-empty. A RepeatingTile pattern must 116 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which 118 /// tile patterns. This can be used for a processing routine that needs to read from two tiles and write to a third 120 /// Higher numbered RepeatingTile patterns are only used if all lower ones are non-empty. A RepeatingTile pattern must
|
/external/pcre/dist/doc/ |
pcregrep.1 | 10 \fBpcregrep\fP searches files for character patterns, in the same way as other 12 patterns that are compatible with the regular expressions of Perl 5. See 23 Patterns, whether supplied on the command line or in a separate file, are given 30 pattern. Quotes can of course be used to delimit patterns on the command line 36 Conversely, when one or both of these options are used to specify patterns, all 50 possible to search for patterns that span line boundaries. What defines a line 60 Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the greater. 64 patterns are tried before the \fB-f\fP patterns. 66 By default, as soon as one pattern matches a line, no further patterns ar [all...] |
pcregrep.txt | 14 pcregrep searches files for character patterns, in the same way as 16 to support patterns that are compatible with the regular expressions of 21 Patterns, whether supplied on the command line or in a separate file, 28 part of the pattern. Quotes can of course be used to delimit patterns 49 makes it possible to search for patterns that span line boundaries. 60 Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the 64 the -e patterns are tried before the -f patterns. 66 By default, as soon as one pattern matches a line, no further patterns 72 found. If there are multiple patterns, they are all tried on th [all...] |
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.util.Patterns.html | 10 android.util.Patterns 74 Class android.util.<A HREF="../../../../reference/android/util/Patterns.html" target="_top"><font size="+2"><code>Patterns</code></font></A> 87 <A NAME="android.util.Patterns.TOP_LEVEL_DOMAIN"></A> 88 <nobr><code>Pattern</code> <A HREF="../../../../reference/android/util/Patterns.html#TOP_LEVEL_DOMAIN" target="_top"><code>TOP_LEVEL_DOMAIN</code></font></A></nobr> </TD> 96 <A NAME="android.util.Patterns.TOP_LEVEL_DOMAIN_STR"></A> 97 <nobr><code>String</code> <A HREF="../../../../reference/android/util/Patterns.html#TOP_LEVEL_DOMAIN_STR" target="_top"><code>TOP_LEVEL_DOMAIN_STR</code></font></A></nobr> </TD> 105 <A NAME="android.util.Patterns.TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL"></A> 106 <nobr><code>String</code> <A HREF="../../../../reference/android/util/Patterns.html#TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL" target="_top"><code>TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL</code></font></A></nobr> </TD>
|
/external/hyphenation-patterns/fr/ |
hyph-fr.lic.txt | 2 % title: French hyphenation patterns 41 % all patterns including apostrophe missing from nb list 43 % did their best effort to improve the list of patterns.
|
/external/hyphenation-patterns/sl/ |
hyph-sl.lic.txt | 2 % title: Slovenian hyphenation patterns 37 % the patterns are still the same as they were originally: 38 % - 1994-05-17 Use of code page 852 in patterns (Leon ?lajpah)
|
/external/icu/icu4c/source/i18n/unicode/ |
dtitvfmt.h | 55 * There is no structural information in date time patterns. 63 * patterns, similar to date time pattern in SimpleDateFormat. 66 * Logically, the interval patterns are mappings 91 * in date time patterns, will be returned without honor the field pattern 111 * patterns, which is mostly "{date0} - {date1}". 115 * There are pre-defined interval patterns for those pre-defined skeletons 127 * For date skeleton, the interval patterns when year, or month, or date is 129 * For time skeleton, the interval patterns when am/pm, or hour, or minute is 134 * the interval patterns for the skeleton is not defined in resource file, 142 * The rule to generate interval patterns are [all...] |
/frameworks/base/core/tests/benchmarks/src/android/text/util/ |
LinkifyBenchmark.java | 26 import android.util.Patterns; 68 Linkify.addLinks(mTestSpannable, Patterns.AUTOLINK_WEB_URL, "http://", 76 Linkify.addLinks(mTestSpannable, Patterns.WEB_URL, "http://",
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 16 <li><a href="#choose-patterns">Choose Patterns</a></li> 25 <p>Now that we have a solid understanding of navigation patterns and screen grouping techniques, it's time to apply them to our screens. Let's take another look at our exhaustive screen map for the example news application from the <a href="screen-planning.html">first lesson</a>, below.</p> 34 <p>Our next step is to choose and apply navigation patterns discussed in the previous lessons to this screen map, maximizing navigation speed and minimizing the number of touches to access data, while keeping the interface intuitive and consistent with Android best practices. We also need to make different choices for our different target device form factors. For simplicity, let's focus on tablets and handsets.</p> 37 <h2 id="choose-patterns">Choose Patterns</h2> 43 <p>Below are diagrams representing the new screen maps for handsets and tablets after applying these navigation patterns.</p> 58 <p>At this point, it's a good idea to think of screen map variations, in case your chosen patterns don't apply well in practice (when you sketch the application's screen layouts). Below is an example screen map variation for tablets that presents story lists for different categories side-by-side, with story view screens remaining independent.</p> 71 <p>The easiest and fastest way to get started is to sketch out your screens by hand using paper and pencils. Once you begin sketching, you may uncover practicality issues in your original screen map or decisions on which patterns to use. In some cases, patterns may apply well to a given design problem in theory, but in practice they may break down and cause (…) [all...] |
/external/autotest/client/site_tests/power_MemorySuspend/ |
control | 16 available memory with 0x55 and 0xAA patterns before suspend and verify
|
control.memory_qual | 14 available memory with 0x55 and 0xAA patterns before suspend and verify
|
/external/autotest/client/tests/disktest/ |
control | 10 different patterns will be tested. Designed to check both the disk and disk
|
/external/autotest/frontend/afe/ |
urls.py | 13 resource_patterns = defaults.patterns( 62 urlpatterns += defaults.patterns( 66 urlpatterns += defaults.patterns( 70 debug_patterns += defaults.patterns(
|
/external/hyphenation-patterns/eu/ |
hyph-eu.lic.txt | 2 % title: Hyphenation patterns for Basque. 41 % February 1997 Patterns created by Juan M. Aguirregabiria, based on the 45 % UTF-8 TeX engines, patterns renamed from bahyph.tex to 54 % Some of the patterns below represent combinations that never
|
/external/libchrome/base/strings/ |
pattern.h | 17 // We limit the patterns to having a max of 16 * or ? characters.
|
/external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/ |
TableGen.tmLanguage | 13 <key>patterns</key> 32 <key>patterns</key> 47 <key>patterns</key> 114 <key>patterns</key>
|