| /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
| PatternTest.java | 474 String[] patterns = { "5{,2}", "{5asd", "{hgdhg", "{5,hjkh", "{,5hdsh", local 476 for (String element : patterns) { 496 String[] patterns = {/* "(abc){1,3}", */"abc{2,}", "abc{5}" }; local 497 for (String element : patterns) { [all...] |
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| util.c | 280 * Processes a line comparing it with the specified patterns. Each pattern 300 /* Loop to compare with all the patterns */ 301 for (i = 0; i < patterns; i++) { 344 /* matches - skip further patterns */
|
| /external/chromium_org/chrome/browser/content_settings/ |
| host_content_settings_map_unittest.cc | 229 TEST_F(HostContentSettingsMapTest, Patterns) { 792 // than user defined patterns. [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| tmutfmt.cpp | 251 // parse by iterating through all available patterns 268 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; local 270 MessageFormat* pattern = patterns[style]; 539 // there should be patterns for each plural rule in each time unit. 564 // get all the patterns for each plural rule in this locale. 598 // using patterns of plural count "other", [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| msfmrgts.cpp | 447 * MessageFormat.applyPattern allows illegal patterns. 472 UnicodeString patterns [] = { local 483 UnicodeString pattern = patterns[i]; 555 * MessageFormat.applyPattern works wrong with illegal patterns. 730 * MessageFormat.parse fails for some patterns. [all...] |
| /external/icu/icu4c/source/i18n/ |
| tmutfmt.cpp | 185 // parse by iterating through all available patterns 202 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; local 205 MessageFormat* pattern = patterns[style]; 475 // there should be patterns for each plural rule in each time unit. 500 // get all the patterns for each plural rule in this locale. 536 // using patterns of plural count "other",
|
| /external/icu/icu4c/source/test/intltest/ |
| msfmrgts.cpp | 449 * MessageFormat.applyPattern allows illegal patterns. 474 UnicodeString patterns [] = { local 485 UnicodeString pattern = patterns[i]; 557 * MessageFormat.applyPattern works wrong with illegal patterns. 732 * MessageFormat.parse fails for some patterns. [all...] |
| /external/lldb/test/ |
| lldbutil.py | 414 patterns = [r"^Breakpoint (?P<bpno>[0-9]+): (?P<num_locations>[0-9]+) locations\.$", 418 match_object = test.match (command, patterns)
|
| /external/valgrind/main/none/tests/ |
| cmdline1.stdout.exp | 99 text symbol. Patterns can contain ? and *. 101 specify patterns for function wrapping or replacement.
|
| cmdline2.stdout.exp | 99 text symbol. Patterns can contain ? and *. 101 specify patterns for function wrapping or replacement.
|
| /ndk/sources/host-tools/nawk-20071023/ |
| FIXES | 155 patterns of characters. in any case, the notations [:lower:], etc., [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
| pyassem.py | 668 # now check patterns 669 for pat, pat_delta in self.patterns: 728 patterns = [ variable in class:StackDepthTracker
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
| pyassem.py | 668 # now check patterns 669 for pat, pat_delta in self.patterns: 728 patterns = [ variable in class:StackDepthTracker
|
| /external/chromium_org/chrome/browser/renderer_context_menu/ |
| render_view_context_menu.cc | 439 static bool ExtensionPatternMatch(const extensions::URLPatternSet& patterns, 441 // No patterns means no restriction, so that implicitly matches. 442 if (patterns.is_empty()) 444 return patterns.MatchesURL(url); [all...] |
| /frameworks/base/tools/aapt/ |
| AaptAssets.cpp | 68 // Patterns syntax: 93 char *patterns = strdup(p); local 106 for(char *token = strtok(patterns, delim); 145 free(patterns); [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
| DecimalFormatTest.java | 912 String[] patterns = { local [all...] |
| /build/tools/droiddoc/templates-sdk-dyn/components/ |
| masthead.cs | 63 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
|
| /external/chromium_org/ |
| PRESUBMIT.py | [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| chromevox_json.js | 332 // look for non-JSON patterns. We are especially concerned with '()' and
|
| /external/elfutils/0.153/src/ |
| unstrip.c | 2147 char **patterns; member in struct:match_module_info [all...] |
| /external/robolectric/lib/main/ |
| httpclient-4.0.3.jar | |
| /dalvik/docs/ |
| prettify.js | 513 * The lexing function interprets the patterns to find token boundaries and 535 * @param {Array} shortcutStylePatterns patterns that always start with 537 * @param {Array} fallthroughStylePatterns patterns that will be tried in [all...] |
| /build/tools/droiddoc/templates-sdk/components/ |
| masthead.cs | 72 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
| abstract_tts.js | 528 * Substitution dictionary. These symbols or patterns are ALWAYS substituted
|
| /external/chromium_org/v8/test/webkit/resources/ |
| json2-es5-compat.js | 445 // for non-JSON patterns. We are especially concerned with '()' and 'new'
|