| /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.3/ |
| testutils-25.3.3.jar | |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
| test_program.py | 17 def _find_tests(start_dir, pattern):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
| test_program.py | 17 def _find_tests(start_dir, pattern):
|
| /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/ |
| commons-codec-1.9.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/ |
| aether-util-1.0.2.v20150114.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/ |
| org.eclipse.tycho.p2.resolver.impl-0.18.1.jar | |
| /toolchain/binutils/binutils-2.27/include/ |
| bfdlink.h | 782 with an arbitrary repeated pattern. */ 841 /* Glob pattern for a version. */ 845 /* Next glob pattern for this version. */ member in struct:bfd_elf_version_expr 847 /* Glob pattern. */ 848 const char *pattern; 849 /* Set if pattern is not a glob. */ 855 /* Pattern type. */ 870 /* What kind of pattern types are present in list (bitmask). */ [all...] |
| /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
| saxon-9.1.0.8.jar | |
| /build/blueprint/ |
| module_ctx.go | 135 // specified pattern but do not match any of the patterns in excludes. 138 // the pattern as added or removed, without rerunning if a file that 139 // does not match the pattern is added to a searched directory. 140 GlobWithDeps(pattern string, excludes []string) ([]string, error) 267 func (d *baseModuleContext) GlobWithDeps(pattern string, 269 return d.context.glob(pattern, excludes)
|
| /build/soong/cc/ |
| cc_test.go | 205 func testCcError(t *testing.T, pattern string, bp string) { 215 android.FailIfNoMatchingErrors(t, pattern, errs) 221 android.FailIfNoMatchingErrors(t, pattern, errs) 225 t.Fatalf("missing expected error %q (0 errors are returned)", pattern) 851 // The pattern should be "module \".*\" variant \".*\": \\(.*\\) should not link to \".*\"" 922 // The pattern should be "module \".*\" variant \".*\": \\(.*\\) should not link to \".*\"" [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| ccompiler.py | [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| Utility.java | 16 import java.util.regex.Pattern; [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| DecimalFormatSymbols.java | 366 * Returns the character used to represent a significant digit in a pattern. 367 * @return the significant digit pattern character 374 * Sets the character used to represent a significant digit in a pattern. 375 * @param sigDigit the significant digit pattern character 582 * Returns the character used for a digit in a pattern. 583 * @return the digit pattern character 590 * Sets the character used for a digit in a pattern. 591 * @param digit the digit pattern character 599 * in a pattern. 600 * @return the pattern separator characte [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| plurfmts.cpp | 203 // ======= Test PluralRules pattern syntax. 204 logln("Testing PluralRules pattern syntax."); 215 errln("ERROR: PluralFormat failed to detect syntax error with pattern: "+checkSyntaxtData[i]); 221 // ======= Test applying various pattern 227 UnicodeString message=UnicodeString("ERROR: PluralFormat tests various pattern ..."); 240 errln("ERROR: PluralFormat failed to apply pattern- "+patternTestData[i]); 265 message = UNICODE_STRING_SIMPLE("Error set locale: pattern is not reset!"); 267 // Check that pattern gets deleted. 531 dataerrln("Failed to apply pattern to fr locale - %s", u_errorName(status)); 572 dataerrln("Failed to apply pattern - %s", u_errorName(status)) 632 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| Utility.java | 15 import java.util.regex.Pattern; [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| DecimalFormatSymbols.java | 385 * Returns the character used to represent a significant digit in a pattern. 386 * @return the significant digit pattern character 394 * Sets the character used to represent a significant digit in a pattern. 395 * @param sigDigit the significant digit pattern character 624 * Returns the character used for a digit in a pattern. 625 * @return the digit pattern character 633 * Sets the character used for a digit in a pattern. 634 * @param digit the digit pattern character 643 * in a pattern. 644 * @return the pattern separator characte [all...] |
| /external/iproute2/lib/ |
| utils.c | 734 int matches(const char *cmd, const char *pattern) 738 if (len > strlen(pattern)) 740 return memcmp(pattern, cmd, len);
|
| /external/libdrm/tests/util/ |
| pattern.c | 43 #include "pattern.h" 835 * util_fill_pattern - Fill a buffer with a test pattern 837 * @pattern: Test pattern 843 * Fill the buffers with the test pattern specified by the pattern parameter. 844 * Supported formats vary depending on the selected pattern. 846 void util_fill_pattern(uint32_t format, enum util_fill_pattern pattern, 856 switch (pattern) { 867 printf("Error: unsupported test pattern %u.\n", pattern) [all...] |
| /external/llvm/utils/TableGen/ |
| DAGISelMatcherGen.cpp | 49 const PatternToMatch &Pattern; 52 /// PatWithNoTypes - This is a clone of Pattern.getSrcPattern() that starts 85 /// physreg input to the pattern. The first elt is the Register node, the 86 /// second is the recorded slot number the input pattern match saved it in. 96 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp); 129 /// GetInstPatternNode - Get the pattern for an instruction. 147 MatcherGen::MatcherGen(const PatternToMatch &pattern, 149 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), 151 // We need to produce the matcher tree for the patterns source pattern. To d [all...] |
| /external/minijail/ |
| common.mk | 451 # Global pattern rules 547 # Top-level objects and pattern rules 557 # Note, the catch-all pattern rules don't work in subdirectories because 560 # generic pattern rule to capture leakage from the main Makefile. (Later in the 563 # The reason target specific pattern rules work well for modules, 609 # Disable default pattern rules to help avoid leakage. [all...] |
| /external/modp_b64/ |
| common.mk | 449 # Global pattern rules 542 # Top-level objects and pattern rules 552 # Note, the catch-all pattern rules don't work in subdirectories because 555 # generic pattern rule to capture leakage from the main Makefile. (Later in the 558 # The reason target specific pattern rules work well for modules, 605 # Disable default pattern rules to help avoid leakage. [all...] |
| /external/protobuf/python/ |
| mox.py | 910 def __init__(self, pattern, flags=0): 914 # pattern is the regular expression to search for 915 pattern: str 920 self.regex = re.compile(pattern, flags=flags) 923 """Check to see if rhs matches regular expression pattern. 932 s = '<regular expression \'%s\'' % self.regex.pattern [all...] |
| /external/python/cpython2/Lib/distutils/ |
| ccompiler.py | [all...] |
| /external/python/cpython2/Lib/test/ |
| test_gdb.py | 261 def assertMultilineMatches(self, actual, pattern): 262 m = re.match(pattern, actual, re.DOTALL) 263 self.assertTrue(m, msg='%r did not match %r' % (actual, pattern)) 478 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>' 482 pattern = '<.* at remote 0x[0-9a-f]+>' 484 m = re.match(pattern, gdb_repr) [all...] |
| /external/python/cpython3/Lib/distutils/ |
| ccompiler.py | [all...] |