HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 2176 - 2200 of 4320) sorted by null

<<81828384858687888990>>

  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /build/soong/android/
module.go 94 // GlobWithDeps returns a list of files that match the specified pattern but do not match any
96 // builder whenever a file matching the pattern as added or removed, without rerunning if a
97 // file that does not match the pattern is added to a searched directory.
98 GlobWithDeps(pattern string, excludes []string) ([]string, error)
384 // the thing pattern to good use.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs.go 87 pattern string // regexp to extract tags from list
480 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
500 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
530 re string // pattern for import path
687 // The importPath has been cleaned, so has only one slash. The pattern
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 940 func matchHostnames(pattern, host string) bool {
942 pattern = strings.TrimSuffix(pattern, ".")
944 if len(pattern) == 0 || len(host) == 0 {
948 patternParts := strings.Split(pattern, ".")
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs.go 87 pattern string // regexp to extract tags from list
480 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
500 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
530 re string // pattern for import path
687 // The importPath has been cleaned, so has only one slash. The pattern
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 940 func matchHostnames(pattern, host string) bool {
942 pattern = strings.TrimSuffix(pattern, ".")
944 if len(pattern) == 0 || len(host) == 0 {
948 patternParts := strings.Split(pattern, ".")
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /build/kati/
pathutil.go 235 // glob searches for files matching pattern in the directory dir
237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) {
246 matched, err := filepath.Match(pattern, ent.name)
  /external/dng_sdk/source/
dng_negative.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Parse.java 54 * the grouping width is 3, as in the pattern "#,##0".
55 * <li>The string must contain a complete prefix and suffix. For example, if the pattern is
62 * <li>Minus and plus signs can only appear if specified in the pattern. In lenient mode, a
67 * specified in either the current pattern string or in a valid pattern string for the
68 * current locale. For example, if the pattern is "¤0.00", then "$1.23" would match, but
674 * A wrapper for affixes. Affixes can be string-based or pattern-based, and they can come from
819 // Get the basic currency pattern.
820 String pattern = NumberFormat.getPatternForStyle(uloc, NumberFormat.CURRENCYSTYLE);
821 addPattern(pattern);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 194 // Test pattern behavior of multicharacter strings.
271 // What we want to make sure of is that a pattern generated
1366 String pattern = local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 1634 AffixPattern pattern; local
1655 AffixPattern pattern; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Parse.java 52 * the grouping width is 3, as in the pattern "#,##0".
53 * <li>The string must contain a complete prefix and suffix. For example, if the pattern is
60 * <li>Minus and plus signs can only appear if specified in the pattern. In lenient mode, a
65 * specified in either the current pattern string or in a valid pattern string for the
66 * current locale. For example, if the pattern is "¤0.00", then "$1.23" would match, but
672 * A wrapper for affixes. Affixes can be string-based or pattern-based, and they can come from
817 // Get the basic currency pattern.
818 String pattern = NumberFormat.getPatternForStyle(uloc, NumberFormat.CURRENCYSTYLE);
819 addPattern(pattern);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 191 // Test pattern behavior of multicharacter strings.
268 // What we want to make sure of is that a pattern generated
1363 String pattern = local
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.h 303 char backup(const char* pattern) const {
304 size_t len = strlen(pattern);
309 if (strncmp(start, pattern, len)) {
464 bool skipExact(const char* pattern) {
465 if (!this->startsWith(pattern)) {
468 this->skipName(pattern);
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.h 302 char backup(const char* pattern) const {
303 size_t len = strlen(pattern);
308 if (strncmp(start, pattern, len)) {
462 bool skipExact(const char* pattern) {
463 if (!this->startsWith(pattern)) {
466 this->skipName(pattern);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py 128 (expected_regexp.pattern, str(exc_value)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_loader.py 161 def load_tests(loader, tests, pattern):
163 load_tests_args.extend((loader, tests, pattern))
179 def load_tests(loader, tests, pattern):
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 136 ## """Raised when the pattern match time exceeds the timeout.
139 ## may never match a pattern.
142 ## """Raised when a scan buffer fills before matching an expected pattern."""
192 password 'secret' will be sent if the '(?i)password' pattern is ever seen::
310 seach buffer Pexpect will search for pattern matches. Every time
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smbserver.py 266 pattern = ''
268 pattern = os.path.basename(pathName)
273 if pattern == '*':
277 if pattern != '':
279 if fnmatch.fnmatch(file.lower(),pattern.lower()):
    [all...]

Completed in 1598 milliseconds

<<81828384858687888990>>