Searched refs:matching (Results 1 - 25 of 119) sorted by relevance

12345

/external/easymock/src/org/easymock/internal/
H A DErrorMessage.java20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) { argument
27 this.matching = matching;
33 return matching;
46 if (matching) {
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DEbayPolicyExample.java127 .allowAttributes("id").matching(HTML_ID).globally()
128 .allowAttributes("class").matching(HTML_CLASS).globally()
129 .allowAttributes("lang").matching(Pattern.compile("[a-zA-Z]{2,20}"))
131 .allowAttributes("title").matching(HTML_TITLE).globally()
133 .allowAttributes("align").matching(ALIGN).onElements("p")
134 .allowAttributes("for").matching(HTML_ID).onElements("label")
135 .allowAttributes("color").matching(COLOR_NAME_OR_COLOR_CODE)
138 .matching(Pattern.compile("[\\w;, \\-]+"))
140 .allowAttributes("size").matching(NUMBER).onElements("font")
141 .allowAttributes("href").matching(ONSITE_OR_OFFSITE_UR
[all...]
H A DSlashdotPolicyExample.java77 .allowAttributes("lang").matching(Pattern.compile("[a-zA-Z]{2,20}"))
81 .matching(true, "center", "left", "right", "justify", "char")
/external/lldb/test/functionalities/data-formatter/rdar-3534688/
H A DTestFormattersOneIsSingular.py62 self.expect('frame variable key', matching=False,
66 self.expect('frame variable value', matching=False,
70 self.expect('frame variable dict', matching=False,
74 self.expect('frame variable mutable_bag_ref', matching=False,
78 self.expect('frame variable nscounted_set', matching=False,
82 self.expect('frame variable imset', matching=False,
86 self.expect('frame variable binheap_ref', matching=False,
90 self.expect('frame variable nsset', matching=False,
94 self.expect('frame variable immutableData', matching=False,
/external/clang/utils/
H A Dfind-unused-diagnostics.sh8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A DTestDataFormatterAdv.py196 self.expect("frame variable a_simple_object", matching=False,
202 self.expect("frame variable a_simple_object", matching=False,
205 self.expect("frame variable a_simple_object", matching=True,
211 self.expect('frame variable a_long_guy', matching=True,
220 self.expect('frame variable a_long_guy', matching=False,
233 self.expect('frame variable a_long_guy', matching=True,
236 self.expect('frame variable a_long_guy', matching=False,
241 self.expect('frame variable a_long_guy', matching=False,
254 self.expect('frame variable a_long_guy', matching=True,
266 self.expect('frame variable a_long_guy', matching
[all...]
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py76 self.expect("frame variable foo.E", matching=False,
94 self.expect("frame variable foo.A", matching=False,
96 self.expect("frame variable foo.E", matching=False,
108 self.expect("frame variable foo.E", matching=False,
115 self.expect("frame variable foo.A", matching=False,
117 self.expect("frame variable foo.E", matching=False,
119 self.expect("frame variable foo.B", matching=False,
121 self.expect("frame variable foo.F", matching=False,
124 self.expect("frame variable foo.A", matching=False,
126 self.expect("frame variable foo.E", matching
[all...]
/external/lldb/test/functionalities/target_command/
H A DTestTargetCommand.py122 self.expect("target variable my_global_str_ptr", matching=False,
124 self.expect("target variable *my_global_str_ptr", matching=True,
136 self.expect("target variable my_global_str_ptr", matching=False,
138 self.expect("target variable *my_global_str_ptr", matching=True,
153 self.expect("target variable my_global_str_ptr", matching=False,
155 self.expect("target variable *my_global_str_ptr", matching=True,
172 self.expect("target variable my_global_str_ptr", matching=False,
174 self.expect("target variable *my_global_str_ptr", matching=True,
194 self.expect("target variable my_global_str_ptr", matching=False,
196 self.expect("target variable *my_global_str_ptr", matching
[all...]
/external/deqp/scripts/
H A Dcheck_resolution_list.py36 matching = []
39 matching.append(case)
40 return matching
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc28 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
29 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
34 kIOMasterPortDefault, matching, &disk_iterator) != KERN_SUCCESS) {
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A DTestDataFormatterNamedSummaries.py68 self.expect("frame variable first", matching=False,
116 self.expect("frame variable first", matching=True,
124 self.expect("frame variable first", matching=False,
129 self.expect("frame variable first",matching=False,
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A DTestDataFormatterScript.py106 self.expect("frame variable twoptr", matching=False,
118 self.expect("frame variable two", matching=False,
122 self.expect("frame variable one",matching=False,
128 self.expect("frame variable one",matching=False,
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
H A DTestDataFormatterStdList.py66 self.expect("frame variable numbers_list --raw", matching=False,
69 self.expect("frame variable &numbers_list._M_impl._M_node --raw", matching=False,
134 self.expect("expression numbers_list[0]", matching=False, error=True,
193 self.expect("expression text_list[0]", matching=False, error=True,
/external/lldb/test/help/
H A DTestHelp.py21 self.expect("help", matching=False,
24 self.expect("help -a", matching=True,
29 self.expect("help help", matching=True,
105 self.expect("help breakpoint set", matching=False,
/external/lldb/test/functionalities/data-formatter/data-formatter-smart-array/
H A DTestDataFormatterSmartArray.py205 self.expect("frame variable strptr", matching=False,
209 self.expect("frame variable other.strptr", matching=False,
213 self.expect("p strptr", matching=False,
217 self.expect("p other.strptr", matching=False,
243 self.expect("frame variable intarr",matching=False,
246 self.expect("frame variable other.intarr", matching=False,
307 self.expect("frame variable flptr", matching=False,
310 self.expect("frame variable intptr", matching=False,
/external/lldb/test/functionalities/data-formatter/rdar-10887661/
H A DTestRdar10887661.py79 self.expect("frame variable f00_1", matching=False,
85 self.expect("frame variable f00_1", matching=True,
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
H A DTest-rdar-13338477.py60 self.expect('p *(int (*)[3])foo', matching=False,
62 self.expect('p *(int (*)[3])foo', matching=False,
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc34 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
35 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
36 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
37 CFDictionaryAddValue(matching, CFSTR(kIOBSDNameKey), cf_bsd_name);
40 IOServiceGetMatchingService(kIOMasterPortDefault, matching);
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py91 self.expect("frame variable f00_1", matching=False,
139 self.expect('frame variable f00_1', matching=False,
154 self.expect("frame variable --ptr-depth 1 f00_ptr", matching=False,
164 self.expect('type synth list', matching=False,
176 self.expect('frame variable f00_1', matching=False,
188 self.expect('type filter list', matching=False,
201 self.expect("frame variable f00_1", matching=False,
/external/chromium_org/ash/display/
H A Dscreen_ash.cc52 const gfx::Display* matching = NULL; local
60 matching = &display;
63 return matching;
103 const gfx::Display* matching = variable
105 // Fallback to the primary display if there is no matching display.
106 return matching ? *matching : GetPrimaryDisplay();
266 const gfx::Display* matching = local
268 // Fallback to the primary display if there is no matching display.
269 return matching
[all...]
/external/lldb/test/functionalities/command_script/
H A DTestCommandScript.py70 self.expect("help -u", matching=False,
76 self.expect('welcome Enrico', matching=False, error=True,
129 self.expect('command script list', matching=False,
/external/lldb/test/expression_command/persistent_types/
H A DTestPersistentTypes.py44 substrs = ['($foobar) 0x', ' = {', "a = 'H'","b = 'e'","c = 'l'","d = 'l'"],matching=False,error=True) # the type name is $foobar, make sure we settle for nothing less
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DSanitizers.java106 .allowAttributes("border", "height", "width").matching(INTEGER)
H A DHtmlPolicyBuilder.java320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY);
645 * Multiple calls to {@code matching} are combined so that the policies
649 public AttributeBuilder matching(AttributePolicy policy) { method in class:HtmlPolicyBuilder.AttributeBuilder
656 * matching the pattern.
657 * Multiple calls to {@code matching} are combined to restrict to the
660 public AttributeBuilder matching(final Pattern pattern) { method in class:HtmlPolicyBuilder.AttributeBuilder
661 return matching(new AttributePolicy() {
671 * matching the given predicate.
672 * Multiple calls to {@code matching} are combined to restrict to the
675 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
691 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
702 public AttributeBuilder matching( method in class:HtmlPolicyBuilder.AttributeBuilder
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
H A DTestDataFormatterDisabling.py76 self.expect("frame variable numbers", matching=False,
79 self.expect('frame variable string1', matching=False, substrs = ['hello world'])

Completed in 7642 milliseconds

12345