/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | EbayPolicyExample.java | 127 .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_URL) [all …]
|
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/ |
D | TestDataFormatterAdv.py | 196 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=False, [all …]
|
/external/lldb/test/functionalities/data-formatter/rdar-3534688/ |
D | TestFormattersOneIsSingular.py | 62 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/easymock/src/org/easymock/internal/ |
D | ErrorMessage.java | 20 private final boolean matching; field in ErrorMessage 26 public ErrorMessage(boolean matching, String message, int actualCount) { in ErrorMessage() argument 27 this.matching = matching; in ErrorMessage() 33 return matching; in isMatching() 46 if (matching) { in appendTo()
|
/external/lldb/test/python_api/formatters/ |
D | TestFormattersSBAPI.py | 76 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=False, [all …]
|
/external/lldb/test/functionalities/target_command/ |
D | TestTargetCommand.py | 122 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=True,
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | removable_storage_provider_mac.cc | 27 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); in PopulateDeviceList() local 28 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue); in PopulateDeviceList() 29 CFDictionaryAddValue(matching, CFSTR(kIOMediaEjectableKey), kCFBooleanTrue); in PopulateDeviceList() 30 CFDictionaryAddValue(matching, CFSTR(kIOMediaRemovableKey), kCFBooleanTrue); in PopulateDeviceList() 31 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue); in PopulateDeviceList() 35 kIOMasterPortDefault, matching, &disk_iterator) != KERN_SUCCESS) { in PopulateDeviceList()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-smart-array/ |
D | TestDataFormatterSmartArray.py | 205 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/data-formatter-python-synth/ |
D | TestDataFormatterPythonSynth.py | 91 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/ |
D | screen_ash.cc | 52 const gfx::Display* matching = NULL; in FindDisplayMatching() local 60 matching = &display; in FindDisplayMatching() 63 return matching; in FindDisplayMatching() 103 const gfx::Display* matching = in GetDisplayMatching() local 106 return matching ? *matching : GetPrimaryDisplay(); in GetDisplayMatching() 266 const gfx::Display* matching = in GetDisplayMatching() local 269 return matching ? *matching : GetPrimaryDisplay(); in GetDisplayMatching()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/ |
D | TestDataFormatterNamedSummaries.py | 68 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/help/ |
D | TestHelp.py | 21 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-cpp/ |
D | TestDataFormatterCpp.py | 82 self.expect("frame variable", matching=False, 90 self.expect("type format list", matching=False, 175 matching = False) 267 self.expect("frame variable the_coolest_guy", matching=False, 272 … self.expect("frame variable iAmInt", matching=False, substrs = ['(int) iAmInt = 0x00000001'])
|
/external/lldb/test/functionalities/data-formatter/data-formatter-script/ |
D | TestDataFormatterScript.py | 106 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/ |
D | TestDataFormatterStdList.py | 66 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/iptables/extensions/ |
D | libxt_hashlimit.man | 21 default is 5. When byte-based rate matching is requested, this option specifies 57 matching on source host 61 matching on source port 65 matching on subnet 70 matching bytes per second 74 matching bytes per second 75 "hosts that exceed 512kbyte/s, but permit up to 1Megabytes without matching"
|
D | libxt_string.man | 1 This modules matches a given string by using some pattern matching strategy. It requires a linux ke… 4 Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris) 7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlPolicyBuilder.java | 320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY); in disallowAttributes() 649 public AttributeBuilder matching(AttributePolicy policy) { in matching() method in HtmlPolicyBuilder.AttributeBuilder 660 public AttributeBuilder matching(final Pattern pattern) { in matching() method in HtmlPolicyBuilder.AttributeBuilder 661 return matching(new AttributePolicy() { in matching() 675 public AttributeBuilder matching( in matching() method 677 return matching(new AttributePolicy() { in matching() 691 public AttributeBuilder matching( 693 return matching(ignoreCase, ImmutableSet.copyOf(allowedValues)); 702 public AttributeBuilder matching( 705 return matching(new AttributePolicy() {
|
/external/deqp/scripts/ |
D | check_resolution_list.py | 36 matching = [] 39 matching.append(case) 40 return matching
|
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 17 f0(wip); // expected-error{{no matching function for call to 'f0'}} 69 f3(&uip); // expected-error{{no matching function for call to 'f3'}} 129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}} 130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}} 131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}} 190 f9790531(self); // expected-error {{no matching function for call to 'f9790531'}} 191 f9790531_1(self); // expected-error {{no matching function for call to 'f9790531_1'}} 192 f9790531_2(self); // expected-error {{no matching function for call to 'f9790531_2'}}
|
/external/clang/utils/ |
D | find-unused-diagnostics.sh | 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/… 12 DIAGS_IN_SOURCES=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOUR…
|
/external/chromium_org/base/memory/ |
D | weak_ptr_unittest.nc | 51 #elif defined(NCTEST_STATIC_ASWEAKPTR_DOWNCAST) // [r"no matching function"] 66 #elif defined(NCTEST_UNSAFE_INSTANTIATED_HELPER_DOWNCAST) // [r"no matching function"] 87 #elif defined(NCTEST_UNSAFE_INSTANTIATED_HELPER_SIDECAST) // [r"no matching function"] 108 #elif defined(NCTEST_UNRELATED_INSTANTIATED_HELPER) // [r"no matching function"]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode. 42 All functions matching the regular expression will be extracted. May be 52 Extract the global variable(s) matching *global-regular-expr* from the LLVM 53 bitcode. All global variables matching the regular expression will be
|
/external/lldb/test/functionalities/command_script/ |
D | TestCommandScript.py | 70 self.expect("help -u", matching=False, 76 self.expect('welcome Enrico', matching=False, error=True, 129 self.expect('command script list', matching=False,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | matchbrackets.js | 14 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"}; variable 18 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)]; 50 var match = matching[ch];
|