| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SmsUsageMonitor.java | 55 import java.util.regex.Pattern; 120 /** Country code for the cached short code pattern matcher. */ 123 /** Cached short code pattern matcher for {@link #mCurrentCountry}. */ 135 /** Last modified time for pattern file */ 153 /** XML attribute for the short code regex pattern. */ 154 private static final String ATTR_PATTERN = "pattern"; 156 /** XML attribute for the premium short code regex pattern. */ 159 /** XML attribute for the free short code regex pattern. */ 162 /** XML attribute for the standard rate short code regex pattern. */ 184 * SMS short code regex pattern matcher for a specific country 330 String pattern = parser.getAttributeValue(null, ATTR_PATTERN); local [all...] |
| /libcore/luni/src/test/java/libcore/java/util/regex/ |
| OldMatcherTest.java | 22 import java.util.regex.Pattern; 31 Pattern pat = Pattern.compile("XX"); 41 pat = Pattern.compile("cat"); 66 Pattern pat = Pattern.compile(testPattern); 71 assertFalse("After reset matcher should not find pattern in given input", mat.find()); 73 assertTrue("After reset matcher should find pattern in given input", mat.find()); 77 Pattern p = Pattern.compile("cat") 559 Pattern pattern = Pattern.compile("(?:\\\\d+)(?:pt)"); local [all...] |
| /libcore/ojluni/src/test/java/time/test/java/time/format/ |
| TestReducedParser.java | 367 public void test_parseAdjacent(String pattern, String input, boolean strict, int pos, int parseLen, int year, int month, int day) { 371 builder.appendPattern(pattern);
|
| TestTextParser.java | 224 // Locale, pattern, input text, expected DayOfWeek 271 public void test_parseDayOfWeekText(Locale locale, String pattern, String input, DayOfWeek expected) { 272 DateTimeFormatter formatter = getPatternFormatter(pattern).withLocale(locale);
|
| /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
| MemHealthRecord.java | 31 import java.util.regex.Pattern; 478 private static int parseMeminfoLine(String meminfo, String pattern) 480 Pattern p = Pattern.compile(pattern);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
| fixer_util.py | 221 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 223 if pattern.match(parent, results) and results["node"] is node:
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| shutil.py | 140 for pattern in patterns: 141 ignored_names.extend(fnmatch.filter(names, pattern))
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
| fixer_util.py | 221 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 223 if pattern.match(parent, results) and results["node"] is node:
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| shutil.py | 140 for pattern in patterns: 141 ignored_names.extend(fnmatch.filter(names, pattern))
|
| /prebuilts/go/darwin-x86/src/html/template/ |
| attr.go | 97 "pattern": contentTypeUnsafe,
|
| /prebuilts/go/darwin-x86/src/image/internal/imageutil/ |
| gen.go | 114 // The code below to compute g and b uses a similar pattern.
|
| /prebuilts/go/darwin-x86/src/math/big/ |
| bits_test.go | 176 // create bit pattern
|
| /prebuilts/go/darwin-x86/src/net/http/ |
| example_test.go | 84 // The "/" pattern matches everything, so we need to check
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| os3_plan9.go | 39 // Notes that do not match any pattern can be handled at a higher
|
| /prebuilts/go/linux-x86/src/html/template/ |
| attr.go | 97 "pattern": contentTypeUnsafe,
|
| /prebuilts/go/linux-x86/src/image/internal/imageutil/ |
| gen.go | 114 // The code below to compute g and b uses a similar pattern.
|
| /prebuilts/go/linux-x86/src/math/big/ |
| bits_test.go | 176 // create bit pattern
|
| /prebuilts/go/linux-x86/src/net/http/ |
| example_test.go | 84 // The "/" pattern matches everything, so we need to check
|
| /prebuilts/go/linux-x86/src/runtime/ |
| os3_plan9.go | 39 // Notes that do not match any pattern can be handled at a higher
|
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
| gtest-internal-inl.h | 386 // Returns true iff the wildcard pattern matches the string. The 387 // first ':' or '\0' character in pattern marks the end of it. 391 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
| gtest-internal-inl.h | 386 // Returns true iff the wildcard pattern matches the string. The 387 // first ':' or '\0' character in pattern marks the end of it. 391 static bool PatternMatchesString(const char *pattern, const char *str); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
| fixer_util.py | 221 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 223 if pattern.match(parent, results) and results["node"] is node:
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| shutil.py | 140 for pattern in patterns: 141 ignored_names.extend(fnmatch.filter(names, pattern))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
| fixer_util.py | 221 for pattern, parent in zip(patterns, attr_chain(node, "parent")): 223 if pattern.match(parent, results) and results["node"] is node:
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| shutil.py | 140 for pattern in patterns: 141 ignored_names.extend(fnmatch.filter(names, pattern))
|