| /external/ImageMagick/www/api/ |
| mime.php | 86 <p>GetMimeInfoList() returns any image aliases that match the specified pattern.</p> 91 const MimeInfo **GetMimeInfoList(const char *pattern, 102 <dt>pattern</dt> 103 <dd>Specifies a pointer to a text string containing a pattern. </dd> 117 <p>GetMimeList() returns any image format alias that matches the specified pattern.</p> 122 char **GetMimeList(const char *pattern,size_t *number_aliases, 133 <dt>pattern</dt> 134 <dd>Specifies a pointer to a text string containing a pattern. </dd>
|
| /external/autotest/client/site_tests/network_CastTDLS/ |
| network_CastTDLS.py | 94 pattern = r'codebase="(.*crx)"' 95 regex = re.compile(pattern) 185 pattern = r'last TDLS status: (.*)' 186 regex = re.compile(pattern)
|
| /external/autotest/server/cros/ |
| resource_monitor.py | 49 pattern = ".*?(\S+) " + keyword 50 matches = re.match(pattern, line) 76 @param line string to look for the pattern 80 pattern ="\s*top\s*-.*up.*users.*" 81 matches = re.match(pattern, line)
|
| /external/bsdiff/ |
| test_utils.h | 40 // Creates a temp file with the passed |pattern|. The pattern should end with 43 explicit ScopedTempFile(const std::string& pattern);
|
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest_output_test.py | 167 def RemoveMatchingTests(test_output, pattern): 175 pattern: A regex string that matches names of test cases or 179 Contents of test_output with tests whose names match pattern removed. 184 pattern, pattern), 187 return re.sub(r'.*%s.*\n' % pattern, '', test_output)
|
| /external/googletest/googletest/test/ |
| gtest_output_test.py | 168 def RemoveMatchingTests(test_output, pattern): 176 pattern: A regex string that matches names of test cases or 180 Contents of test_output with tests whose names match pattern removed. 185 pattern, pattern), 188 return re.sub(r'.*%s.*\n' % pattern, '', test_output)
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| StringSearch.java | 31 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like 51 * A pattern string P matches a text string S at the offsets [start, end] 65 * a given pattern. This search iterator allows changing of direction by 86 * <li> If a following pattern match is to be found, any position within a 88 * preceding pattern match is to be found, an invalid starting point 94 * boundaries given by the {@link BreakIterator}. For instance the pattern "e" will 99 * for the pattern "abab" in the text "ababab", where mutually 135 private Pattern pattern_; 161 * the argument collator to search for argument pattern in the argumen [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| DateFormatRegressionTestJ.java | 80 logln( "Pattern = " + aSimpleDF.toPattern()); 151 //pattern "s.S, parse '1ms'" 168 logln("Pattern = " + aSimpleDF.toPattern()); 214 final String pattern = new String("yyyy.MM.dd G 'at' hh:mm:ss z"); local 215 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); 243 final String pattern = new String("EEEE, MMMM d, yyyy"); local 244 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
| UnicodeSetStringSpanTest.java | 36 String pattern = "[a{ab}{bc}]"; local 38 UnicodeSet set = new UnicodeSet(pattern); 60 String pattern = "[a{ab}{bc}]"; local 62 UnicodeSet uset = new UnicodeSet(pattern); 86 String pattern = "[x{xy}{xya}{axy}{ax}]"; local 92 UnicodeSet set = new UnicodeSet(pattern); 94 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + ") should be FALSE"); 100 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + "[:-4]) should be TRUE"); 110 errln("FAIL: UnicodeSet(" + pattern + ").span(while not) returns the wrong value"); 113 pattern = "[a{ab}{abc}{cd}]" [all...] |
| /external/icu/icu4c/source/common/ |
| util.h | 129 * Parse a pattern string starting at offset pos. Keywords are 135 * @param pattern must only contain lowercase characters, which 143 * signs in 'pattern'. 148 const UnicodeString& pattern, int32_t* parsedInts); 151 * Parse a pattern string within the given Replaceable and a parsing 152 * pattern. Characters are matched literally and case-sensitively 157 * If end of pattern is reached with all matches along the way, 160 * @param pat pattern that controls parsing
|
| /external/icu/icu4c/source/i18n/ |
| decimalformatpattern.h | 82 const UnicodeString& pattern,
|
| rbt_rule.h | 34 * <p>A rule consists of an input pattern and an output string. When 35 * the input pattern is matched, the output string is emitted. The 36 * input pattern consists of zero or more characters which are matched 47 * input pattern, indicated by an offset and limit. The segment may 51 * the input pattern) to be copied to the output string. The range of 61 // TODO Eliminate the pattern and keyLength data members. They 64 // methods and pattern/keyLength can be isolated into a separate 97 UnicodeString pattern; member in class:TransliterationRule 100 * An array of matcher objects corresponding to the input pattern 118 * Substring [0,anteContextLength) of pattern is the anteContext [all...] |
| strmatch.h | 32 * such as UnicodeSets, the emitted text is not the match pattern, but 39 * itself to a pattern but does not otherwise affect its function. 49 * Construct a matcher that matches the given pattern string. 50 * @param string the pattern to be matched, possibly containing 126 * @param result Output param to receive the pattern. 182 * @param result the string to receive the pattern. Previous 221 UnicodeString pattern; member in class:StringMatcher
|
| /external/icu/icu4c/source/i18n/unicode/ |
| currpinf.h | 42 * currency plural pattern of the locale. 121 * Given a plural count, gets currency plural pattern of this locale, 125 * @param result output param to receive the pattern 126 * @return a currency plural pattern based on plural count 155 * Set currency plural pattern. 156 * The currency plural pattern is set when CurrencyPluralInfo 158 * You can call this method to reset currency plural pattern only if 159 * you want to modify the default currency plural pattern of the locale. 161 * @param pluralCount the plural count for which the currency pattern will 163 * @param pattern the new currency plural patter [all...] |
| format.h | 59 * a pattern. A pattern is a string representation of the rules which 61 * a DecimalFormat object may be associated with the pattern 64 * and "($987.65)" for 987.6543. The specific syntax of a pattern 67 * Even though many subclasses use patterns, the notion of a pattern 288 * @param pattern The pattern to copy into the parseError 289 * @param pos The position in pattern where the error occured 293 static void syntaxError(const UnicodeString& pattern,
|
| /external/icu/icu4c/source/test/intltest/ |
| msfmrgts.cpp | 76 * Null exception when formatting pattern with MessageFormat 80 UnicodeString pattern [] = { local 96 //Apply pattern with param and print the result 97 messageFormatter->applyPattern(pattern[1], status); 111 //Apply pattern without param and print the result 112 messageFormatter->applyPattern(pattern[0], status); 136 //If we use pattern[1] for the message with param, 138 //If we use pattern[2] for the message with param, 141 //in applyPattern() when the pattern does not 154 * the original pattern string, rather than reconstituting a new (equivalent) one 488 UnicodeString pattern = patterns[i]; local [all...] |
| regextst.h | 74 virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber);
|
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| StringSearch.java | 30 // ICU4C implementation initializes pattern.CE and pattern.PCE. It looks like 50 * A pattern string P matches a text string S at the offsets [start, end] 64 * a given pattern. This search iterator allows changing of direction by 85 * <li> If a following pattern match is to be found, any position within a 87 * preceding pattern match is to be found, an invalid starting point 93 * boundaries given by the {@link BreakIterator}. For instance the pattern "e" will 98 * for the pattern "abab" in the text "ababab", where mutually 135 private Pattern pattern_; 161 * the argument collator to search for argument pattern in the argumen [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| UnicodeSetStringSpanTest.java | 33 String pattern = "[a{ab}{bc}]"; local 35 UnicodeSet set = new UnicodeSet(pattern); 57 String pattern = "[a{ab}{bc}]"; local 59 UnicodeSet uset = new UnicodeSet(pattern); 83 String pattern = "[x{xy}{xya}{axy}{ax}]"; local 89 UnicodeSet set = new UnicodeSet(pattern); 91 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + ") should be FALSE"); 97 errln("FAIL: UnicodeSet(" + pattern + ").containsAll(" + string + "[:-4]) should be TRUE"); 107 errln("FAIL: UnicodeSet(" + pattern + ").span(while not) returns the wrong value"); 110 pattern = "[a{ab}{abc}{cd}]" [all...] |
| /external/iw/ |
| coalesce.c | 181 "patterns: each pattern is given as a bytestring with '-' in\n" 184 "pattern should be separated by '+', e.g. 18+43:34:00:12 will\n" 202 struct nlattr *pattern, *rule; local 234 nla_for_each_nested(pattern, 242 nla_data(pattern), nla_len(pattern), 247 printf(" * (invalid pattern specification)\n"); 254 printf(" * (invalid pattern specification)\n"); 258 printf(" pattern: ");
|
| /external/jcommander/src/test/java/com/beust/jcommander/args/ |
| CommandLineArgs2.java | 58 @Parameter(names = { "-p", "--pattern" }, description = "pattern used by 'cat' or 'tail'.") 59 public String pattern; field in class:CommandLineArgs2
|
| /external/junit/src/main/java/org/junit/runners/ |
| Parameterized.java | 175 * Optional pattern to derive the test's name from the parameters. Use 188 * @return {@link MessageFormat} pattern string, except the index 271 String pattern, int index, Object parametersOrSingleParameter) { 274 return createTestWithParameters(getTestClass(), pattern, index, 344 TestClass testClass, String pattern, int index, Object[] parameters) { 345 String finalPattern = pattern.replaceAll("\\{index\\}",
|
| /external/kernel-headers/original/uapi/linux/ |
| scc.h | 170 unsigned char pattern; member in struct:scc_calibrate
|
| /external/libchrome/base/files/ |
| file_enumerator.h | 98 // |pattern| is an optional pattern for which files to match. This 104 // NOTE: the pattern only matches the contents of root_path, not files in 106 // TODO(erikkay): Fix the pattern matching to work at all levels. 113 const FilePath::StringType& pattern);
|
| /external/libxml2/include/libxml/ |
| pattern.h | 2 * Summary: pattern expression handling 3 * Description: allows to compile and test pattern expressions for nodes 27 * A compiled (XPath based) pattern to select nodes 35 * This is the set of options affecting the behaviour of pattern 40 XML_PATTERN_DEFAULT = 0, /* simple pattern match */ 41 XML_PATTERN_XPATH = 1<<0, /* standard XPath pattern */ 53 xmlPatterncompile (const xmlChar *pattern,
|