HomeSort by relevance Sort by last modified time
    Searched refs:matching (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/easymock/src/org/easymock/internal/
ErrorMessage.java 20 private final boolean matching; field in class:ErrorMessage
26 public ErrorMessage(boolean matching, String message, int actualCount) {
27 this.matching = matching;
33 return matching;
46 if (matching) {
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
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...]
SlashdotPolicyExample.java 77 .allowAttributes("lang").matching(Pattern.compile("[a-zA-Z]{2,20}"))
81 .matching(true, "center", "left", "right", "justify", "char")
  /external/clang/utils/
find-unused-diagnostics.sh 8 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/
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/
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/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_mac.cc 27 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass); local
28 CFDictionaryAddValue(matching, CFSTR(kIOMediaWholeKey), kCFBooleanTrue);
29 CFDictionaryAddValue(matching, CFSTR(kIOMediaEjectableKey), kCFBooleanTrue);
30 CFDictionaryAddValue(matching, CFSTR(kIOMediaRemovableKey), kCFBooleanTrue);
31 CFDictionaryAddValue(matching, CFSTR(kIOMediaWritableKey), kCFBooleanTrue);
35 kIOMasterPortDefault, matching, &disk_iterator) != KERN_SUCCESS) {
  /external/lldb/test/python_api/formatters/
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/
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
    [all...]
  /external/deqp/scripts/
check_resolution_list.py 36 matching = []
39 matching.append(case)
40 return matching
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
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/functionalities/data-formatter/data-formatter-script/
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/help/
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,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 53 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const;
111 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_id_policy
113 return m_primary.matching( p, tr, primary ) || m_secondary.matching( p, tr, primary );
parameter.hpp 108 bool matching( argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter
110 return m_id_policy.matching( *this, tr, primary );
116 m_id_policy.matching( *this, tr, true ); // !! can we save this position somehow
  /external/lldb/test/functionalities/data-formatter/data-formatter-smart-array/
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/rdar-13338477/
Test-rdar-13338477.py 60 self.expect('p *(int (*)[3])foo', matching=False,
62 self.expect('p *(int (*)[3])foo', matching=False,
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
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-python-synth/
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/
screen_ash.cc 52 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 ? *matching : GetPrimaryDisplay()
    [all...]
  /external/lldb/test/functionalities/command_script/
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/lldb/test/expression_command/persistent_types/
TestPersistentTypes.py 44 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/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
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/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 106 .allowAttributes("border", "height", "width").matching(INTEGER)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
id_policy.hpp 51 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const = 0;

Completed in 1762 milliseconds

1 2 3 4 5 6 7 8 910