| /external/guava/guava-testlib/test/com/google/common/testing/ |
| ArbitraryInstancesTest.java | 130 import java.util.regex.Pattern; 348 assertEquals(Pattern.compile("").pattern(), method 349 ArbitraryInstances.get(Pattern.class).pattern());
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| LocaleMatcher.java | 21 import java.util.regex.Pattern; 389 static Pattern pattern = Pattern.compile( field in class:LocaleMatcher.LocalePatternMatcher 395 Matcher matcher = pattern.matcher(toMatch); 397 throw new IllegalArgumentException("Bad pattern: " + toMatch); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| LocaleMatcher.java | 20 import java.util.regex.Pattern; 396 static Pattern pattern = Pattern.compile( field in class:LocaleMatcher.LocalePatternMatcher 402 Matcher matcher = pattern.matcher(toMatch); 404 throw new IllegalArgumentException("Bad pattern: " + toMatch); [all...] |
| /external/iproute2/misc/ |
| ss.c | 464 const char *pattern = "socket:["; local 481 if (strncmp(lnk, pattern, strlen(pattern))) 1122 char *addr, *pattern; local 1125 memcpy(&pattern, p->data, sizeof(pattern)); 1126 if (pattern == NULL) 1130 return !fnmatch(pattern, addr, 0); [all...] |
| /external/jsoncpp/src/lib_json/ |
| json_reader.cpp | 322 bool Reader::match(Location pattern, int patternLength) { 327 if (current_[index] != pattern[index])
|
| /external/libchrome/base/test/ |
| trace_event_analyzer.cc | 14 #include "base/strings/pattern.h" 269 Query Query::Pattern(const std::string& pattern) { 270 Query query(pattern);
|
| /external/libchrome/base/trace_event/ |
| memory_dump_manager.cc | 23 #include "base/strings/pattern.h" 735 uint32_t MemoryDumpManager::GetDumpsSumKb(const std::string& pattern, 740 if (MatchPattern(name, pattern)) [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
| gtest-port.h | 1188 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/libvpx/libvpx/ |
| vpxdec.c | 76 ARG_DEF("o", "output", 1, "Output file name pattern (see below)"); 184 "\n\n Pattern arguments are only supported in conjunction " 401 static void generate_filename(const char *pattern, char *out, size_t q_len, 404 const char *p = pattern; 413 /* parse the pattern */ 427 default: die("Unrecognized pattern %%%c\n", p[1]); break; 461 return 0; // pattern contains sequence number, so it's not unique [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 826 RE(const RE& other) { Init(other.pattern()); } 841 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/mesa3d/src/gtest/include/gtest/internal/ |
| gtest-port.h | 945 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/python/cpython2/Lib/ |
| bdb.py | 105 for pattern in self.skip: 106 if fnmatch.fnmatch(module_name, pattern):
|
| /external/python/cpython2/Lib/lib2to3/ |
| refactor.py | 51 """ Accepts a pytree Pattern Node and returns a set 52 of the pattern types which will match first. """ 75 raise Exception("Oh no! I don't understand pattern %s" %(pat)) 84 if fixer.pattern: 86 heads = _get_head_types(fixer.pattern)
|
| /external/python/cpython2/Lib/lib2to3/tests/ |
| test_pytree.py | 394 # Build a pattern matching a leaf 408 # Build a pattern matching a node 430 # Build a pattern 484 pattern = pytree.NodePattern(331, 493 self.assertTrue(pattern.match(node, r))
|
| /external/python/cpython2/Lib/msilib/ |
| __init__.py | 380 def glob(self, pattern, exclude = None): 382 glob pattern. Individual files can be excluded in the exclude list.""" 383 files = glob.glob1(self.absolute, pattern)
|
| /external/python/cpython2/Parser/ |
| spark.py | 40 pattern = self.reflect() 41 self.re = re.compile(pattern, re.VERBOSE|flags) 711 # GenericASTTraversal is a Visitor pattern according to Design Patterns. For
|
| /external/python/cpython3/Lib/ |
| bdb.py | 128 for pattern in self.skip: 129 if fnmatch.fnmatch(module_name, pattern):
|
| /external/python/cpython3/Lib/lib2to3/ |
| refactor.py | 48 """ Accepts a pytree Pattern Node and returns a set 49 of the pattern types which will match first. """ 72 raise Exception("Oh no! I don't understand pattern %s" %(pat)) 81 if fixer.pattern: 83 heads = _get_head_types(fixer.pattern)
|
| /external/python/cpython3/Lib/lib2to3/tests/ |
| test_pytree.py | 372 # Build a pattern matching a leaf 386 # Build a pattern matching a node 408 # Build a pattern 462 pattern = pytree.NodePattern(331, 471 self.assertTrue(pattern.match(node, r))
|
| /external/python/cpython3/Lib/xmlrpc/ |
| server.py | 711 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|' 716 match = pattern.search(text, here) [all...] |
| /external/robolectric-shadows/ |
| run_robotests.mk | 19 # If ROBOTEST_FILTER is set to a regex then only tests matching that pattern
|
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 818 RE(const RE& other) { Init(other.pattern()); } 833 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/tensorflow/tensorflow/contrib/all_reduce/python/ |
| all_reduce.py | 663 pattern = re.compile(r"/task:(\d+)/") 667 m = pattern.search(devices[d])
|
| /external/tensorflow/tensorflow/python/data/kernel_tests/ |
| range_dataset_op_test.py | 42 pattern = prefix + "*" 43 files = gfile.Glob(pattern)
|
| /external/tensorflow/tensorflow/stream_executor/ |
| stream_executor_pimpl.cc | 64 // Note: we use this factory-assignment-in-switch pattern instead of just 633 uint32 pattern, uint64 size) { 635 << "need 32-bit multiple size to fill with 32-bit pattern"; 636 return implementation_->Memset32(stream, location, pattern, size);
|