/external/chromium/chrome/browser/content_settings/ |
content_settings_notification_provider.h | 31 static GURL ToGURL(const ContentSettingsPattern& pattern);
|
content_settings_pref_provider.cc | 399 const ContentSettingsPattern pattern( 403 std::string pattern_str(pattern.AsString()); 494 NotifyObservers(ContentSettingsDetails(pattern, content_type, "")); 639 const std::string& pattern(*i); 640 if (!ContentSettingsPattern(pattern).IsValid()) 641 LOG(WARNING) << "Invalid pattern stored in content settings"; 644 pattern, &pattern_settings_dictionary); 654 (*host_content_settings())[pattern] = extended_settings; 668 const std::string& pattern(*i); 670 ContentSettingsPattern(pattern).CanonicalizePattern() [all...] |
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model.h | 58 ContentSettingsPattern pattern; member in struct:PluginExceptionsTableModel::SettingsEntry
|
/external/icu4c/common/ |
util.h | 128 * Parse a pattern string starting at offset pos. Keywords are 134 * @param pattern must only contain lowercase characters, which 142 * signs in 'pattern'. 147 const UnicodeString& pattern, int32_t* parsedInts); 150 * Parse a pattern string within the given Replaceable and a parsing 151 * pattern. Characters are matched literally and case-sensitively 156 * If end of pattern is reached with all matches along the way, 159 * @param pat pattern that controls parsing 243 * See UAX #31 Identifier and Pattern Syntax: http://www.unicode.org/reports/tr31/
|
/external/icu4c/i18n/ |
rbt_rule.h | 32 * <p>A rule consists of an input pattern and an output string. When 33 * the input pattern is matched, the output string is emitted. The 34 * input pattern consists of zero or more characters which are matched 45 * input pattern, indicated by an offset and limit. The segment may 49 * the input pattern) to be copied to the output string. The range of 59 // TODO Eliminate the pattern and keyLength data members. They 62 // methods and pattern/keyLength can be isolated into a separate 95 UnicodeString pattern; member in class:TransliterationRule 98 * An array of matcher objects corresponding to the input pattern 116 * Substring [0,anteContextLength) of pattern is the anteContext [all...] |
strmatch.h | 30 * such as UnicodeSets, the emitted text is not the match pattern, but 37 * itself to a pattern but does not otherwise affect its function. 47 * Construct a matcher that matches the given pattern string. 48 * @param string the pattern to be matched, possibly containing 124 * @param result Output param to receive the pattern. 180 * @param result the string to receive the pattern. Previous 219 UnicodeString pattern; member in class:StringMatcher
|
usrchimp.h | 62 struct UPattern pattern; member in struct:UStringSearch 94 * If the end character is composite and the pattern ce does not match the text 96 * it has passed the character. This is so that we can match pattern "a" with
|
/external/icu4c/i18n/unicode/ |
bms.h | 109 * the pattern, the "bad character" and "good suffix" tables, the Collator-based data needed to compute them, 113 * Then you construct a <code>BMS</code> object from the <code>UCD</code> object, the pattern 117 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength) 130 * BMS *bms = bms_open(ucd, pattern, patternLength, target, targetlength, &status); 172 * 3) In some cases, searching for a pattern that needs to be normalized and ends 174 * the Tibetan script. For example searching for the pattern 189 * @param pattern - the string for which to search 205 const UChar *pattern, int32_t patternLength, 220 * Test the pattern to see if it generates any CEs. 223 * @return <code>TRUE</code> if the pattern string did not generate any CE [all...] |
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 | 57 * a pattern. A pattern is a string representation of the rules which 59 * a DecimalFormat object may be associated with the pattern 62 * and "($987.65)" for 987.6543. The specific syntax of a pattern 65 * Even though many subclasses use patterns, the notion of a pattern 284 * @param pattern The pattern to copy into the parseError 285 * @param pos The position in pattern where the error occured 289 static void syntaxError(const UnicodeString& pattern,
|
/external/icu4c/test/intltest/ |
dtfmttst.h | 94 * Test the day of year pattern. 100 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
|
msfmrgts.cpp | 73 * Null exception when formatting pattern with MessageFormat 77 UnicodeString pattern [] = { local 93 //Apply pattern with param and print the result 94 messageFormatter->applyPattern(pattern[1], status); 108 //Apply pattern without param and print the result 109 messageFormatter->applyPattern(pattern[0], status); 133 //If we use pattern[1] for the message with param, 135 //If we use pattern[2] for the message with param, 138 //in applyPattern() when the pattern does not 151 * the original pattern string, rather than reconstituting a new (equivalent) one 485 UnicodeString pattern = patterns[i]; local [all...] |
/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,
|
/external/markdown/markdown/ |
treeprocessors.py | 198 def __applyPattern(self, pattern, data, patternIndex, startIndex=0): 200 Check if the line fits the pattern, create the necessary 206 * pattern: the pattern to be checked 207 * patternIndex: index of current pattern 213 match = pattern.getCompiledRegExp().match(data[startIndex:]) 219 node = pattern.handleMatch(match) 236 placeholder = self.__stashNode(node, pattern.type())
|
/external/oprofile/ |
opimport_pull | 100 pattern = re.compile("(^raw_samples)(.*)/(.*)$") 104 match = pattern.search(line)
|
/external/srec/srec/AcousticModels/include/ |
SR_AcousticModelsImpl.h | 47 * Pattern objects using that Recognizer. 55 * Pattern objects. 72 * Legacy CREC pattern. 74 CA_Pattern* pattern; member in struct:SR_AcousticModelsImpl_t 141 * Pattern objects using that Recognizer. 149 * Pattern objects.
|
/external/stressapptest/src/ |
pattern.h | 15 // pattern.h : global pattern references and initialization 34 // Pattern and CRC data structure 36 const char *name; // Name of this pattern. 39 unsigned char weight[4]; // Weighted frequency of this pattern. 40 // Each pattern has 32,64,128,256 width versions. 43 // appropriate pattern is chosen. Thus a weight of 49 class Pattern { 51 Pattern(); 52 ~Pattern(); 62 unsigned int pattern(unsigned int offset) { function in class:Pattern [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-validate-input.js | 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/; 20 if(pattern.test(email))
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-validate-input.js | 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/; 20 if(pattern.test(email))
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 133 * Creates a set from the given pattern. See the UnicodeSet class 134 * description for the syntax of the pattern language. 135 * @param pattern a string specifying what characters are in the set 136 * @param patternLength the length of the pattern, or -1 if null 142 uset_openPattern(const UChar* pattern, int32_t patternLength, 146 * Creates a set from the given pattern. See the UnicodeSet class 147 * description for the syntax of the pattern language. 148 * @param pattern a string specifying what characters are in the set 149 * @param patternLength the length of the pattern, or -1 if null 151 * @param options bitmask for options to apply to the pattern [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 133 * Creates a set from the given pattern. See the UnicodeSet class 134 * description for the syntax of the pattern language. 135 * @param pattern a string specifying what characters are in the set 136 * @param patternLength the length of the pattern, or -1 if null 142 uset_openPattern(const UChar* pattern, int32_t patternLength, 146 * Creates a set from the given pattern. See the UnicodeSet class 147 * description for the syntax of the pattern language. 148 * @param pattern a string specifying what characters are in the set 149 * @param patternLength the length of the pattern, or -1 if null 151 * @param options bitmask for options to apply to the pattern [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
Pattern.h | 60 typedef pattern* PlatformPatternPtr; 69 class Pattern : public RefCounted<Pattern> { 71 static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY) 73 return adoptRef(new Pattern(tileImage, repeatX, repeatY)); 75 virtual ~Pattern(); 81 // Pattern space is an abstract space that maps to the default user space by the transformation 'userSpaceTransformation' 94 Pattern(PassRefPtr<Image>, bool repeatX, bool repeatY);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
scc.h | 169 unsigned char pattern; member in struct:scc_calibrate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 169 unsigned char pattern; member in struct:scc_calibrate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 169 unsigned char pattern; member in struct:scc_calibrate
|