| /development/vndk/snapshot/ |
| check_gpl_license.py | 126 pattern = 'GENERAL PUBLIC LICENSE' 129 if pattern in notice_file.read():
|
| /development/vndk/tools/definition-tool/tests/ |
| ndk_toolchain.py | 34 pattern = re.compile('android-(\\d+)') 36 match = pattern.match(name)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
| ElementPath.py | 73 def xpath_tokenizer(pattern, namespaces=None):
74 for token in xpath_tokenizer_re.findall(pattern):
248 # compile selector pattern
273 # execute selector pattern
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| DocXMLRPCServer.py | 37 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|'
42 match = pattern.search(text, here)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_pep292.py | 102 pattern = r"""
117 pattern = r"""
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
| ElementPath.py | 73 def xpath_tokenizer(pattern, namespaces=None):
74 for token in xpath_tokenizer_re.findall(pattern):
248 # compile selector pattern
273 # execute selector pattern
|
| /external/ImageMagick/MagickCore/ |
| configure.c | 418 % specified pattern. 422 % const ConfigureInfo **GetConfigureInfoList(const char *pattern, 427 % o pattern: Specifies a pointer to a text string containing a pattern. 457 MagickExport const ConfigureInfo **GetConfigureInfoList(const char *pattern, 472 assert(pattern != (char *) NULL); 473 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern); 492 (GlobExpression(p->name,pattern,MagickFalse) != MagickFalse)) 516 % pattern. 520 % char **GetConfigureList(const char *pattern, [all...] |
| locale.c | 561 % specified pattern. 565 % const LocaleInfo **GetLocaleInfoList(const char *pattern, 570 % o pattern: Specifies a pointer to a text string containing a pattern. 600 MagickExport const LocaleInfo **GetLocaleInfoList(const char *pattern, 615 assert(pattern != (char *) NULL); 616 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern); 635 (GlobExpression(p->tag,pattern,MagickTrue) != MagickFalse)) 659 % pattern. 663 % char **GetLocaleList(const char *pattern,size_t *number_messages [all...] |
| log.c | 446 % GetLogInfoList() returns any logs that match the specified pattern. 450 % const LogInfo **GetLogInfoList(const char *pattern, 455 % o pattern: Specifies a pointer to a text string containing a pattern. 483 MagickExport const LogInfo **GetLogInfoList(const char *pattern, 498 assert(pattern != (char *) NULL); 499 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern); 518 (GlobExpression(p->name,pattern,MagickFalse) != MagickFalse)) 541 % GetLogList() returns any logs that match the specified pattern. 545 % char **GetLogList(const char *pattern,size_t *number_preferences [all...] |
| magick.c | 609 % pattern. 613 % const MagickInfo **GetMagickInfoList(const char *pattern, 618 % o pattern: Specifies a pointer to a text string containing a pattern. 645 MagickExport const MagickInfo **GetMagickInfoList(const char *pattern, 660 assert(pattern != (char *) NULL); 661 (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",pattern); 680 (GlobExpression(p->name,pattern,MagickFalse) != MagickFalse)) 703 % GetMagickList() returns any image formats that match the specified pattern. 707 % char **GetMagickList(const char *pattern,size_t *number_formats [all...] |
| /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
| antlr3.jar | |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
| LoessInterpolator.java | 433 * @param pattern pattern of the error message 436 private static void checkAllFiniteReal(final double[] values, final Localizable pattern) 441 throw new MathException(pattern, i, x);
|
| /external/autotest/client/cros/ |
| cros_logging.py | 144 The last occurrence of the first matching pattern. "None" if none 152 for pattern in patterns: 153 regexp_compiled = re.compile(pattern)
|
| /external/autotest/server/cros/dynamic_suite/ |
| tools.py | 93 pattern = package_url_pattern(is_launch_control_build) 94 re_pattern = pattern.replace('%s', '(\S+)')
|
| /external/autotest/server/hosts/ |
| abstract_ssh.py | 289 support the full range of rsync pattern matching behaviour, only that 300 # make a function to test if a pattern matches any files 302 def glob_matches_files(path, pattern): 303 return len(glob.glob(path + pattern)) > 0 305 def glob_matches_files(path, pattern): 307 pattern), 317 return ["\"%s\"%s" % (utils.sh_escape(path), pattern) 318 for pattern in patterns] 320 return [utils.scp_remote_escape(path) + pattern 321 for pattern in patterns [all...] |
| /external/autotest/server/site_tests/firmware_EventLog/ |
| firmware_EventLog.py | 29 def _has_event(self, pattern): 30 return bool(filter(re.compile(pattern).search, self._events))
|
| /external/brotli/research/ |
| README.md | 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| fastboot_utils.py | 55 def find_file(pattern): 57 if fnmatch.fnmatch(filename, pattern):
|
| /external/clang/docs/tools/ |
| dump_format_style.py | 18 pattern = r'\n\.\. START_%s\n.*\n\.\. END_%s\n' % (tag, tag) 19 return re.sub(pattern, '%s', text, flags=re.S) % replacement
|
| /external/deqp/framework/common/ |
| tcuTestHierarchyUtil.cpp | 54 static std::string makePackageFilename (const std::string& pattern, const std::string& packageName, const std::string& typeExtension) 59 return StringTemplate(pattern).specialize(args);
|
| /external/hyphenation-patterns/ |
| patterns.mk | 16 # PRODUCT_COPY_FILES to install the pattern files, so that the NOTICE file can
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
| ModifierTest.java | 61 String pattern = patterns[i]; local 63 .compileToStringMinMaxArguments(pattern, new StringBuilder(), 1, 1);
|
| /external/icu/icu4c/source/test/cintltst/ |
| citertst.c | 69 UChar pattern[20]; local 74 u_uastrcpy(pattern, "resume"); 79 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, 101 ucol_setOffset(titer, u_strlen(pattern), &status); 142 UChar pattern[20]; local 147 u_uastrcpy(pattern, "resume"); 157 pitr = ucol_openElements(coll, pattern, -1, &status); 177 ucol_setOffset(titer, u_strlen(pattern), &status); [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| numbertest_modifiers.cpp | 80 const UnicodeString pattern(patterns[i]); 81 SimpleFormatter compiledFormatter(pattern, 1, 1, status);
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| ModifierTest.java | 58 String pattern = patterns[i]; local 60 .compileToStringMinMaxArguments(pattern, new StringBuilder(), 1, 1);
|