HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 176 - 200 of 5917) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/examples/
EbayPolicyExample.html 130 <FONT color="green">127</FONT> .allowAttributes("id").matching(HTML_ID).globally()<a name="line.127"></a>
131 <FONT color="green">128</FONT> .allowAttributes("class").matching(HTML_CLASS).globally()<a name="line.128"></a>
132 <FONT color="green">129</FONT> .allowAttributes("lang").matching(Pattern.compile("[a-zA-Z]{2,20}"))<a name="line.129"></a>
134 <FONT color="green">131</FONT> .allowAttributes("title").matching(HTML_TITLE).globally()<a name="line.131"></a>
136 <FONT color="green">133</FONT> .allowAttributes("align").matching(ALIGN).onElements("p")<a name="line.133"></a>
137 <FONT color="green">134</FONT> .allowAttributes("for").matching(HTML_ID).onElements("label")<a name="line.134"></a>
138 <FONT color="green">135</FONT> .allowAttributes("color").matching(COLOR_NAME_OR_COLOR_CODE)<a name="line.135"></a>
141 <FONT color="green">138</FONT> .matching(Pattern.compile("[\\w;, \\-]+"))<a name="line.138"></a>
143 <FONT color="green">140</FONT> .allowAttributes("size").matching(NUMBER).onElements("font")<a name="line.140"></a>
144 <FONT color="green">141</FONT> .allowAttributes("href").matching(ONSITE_OR_OFFSITE_URL)<a name="line.141"></a
    [all...]
  /bootable/recovery/minadbd/
mutex_list.h 21 // (Oopsies, no :2:, and matching message is also gone.)
  /development/samples/USB/AdbTest/
_index.html 10 <li>Matching devices based on interface class, subclass and protocol (see <code>device_filter.xml</code>)</li>
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentVerifierProvider.java 29 * @return a matching ContentVerifier
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
CollectionStore.java 31 * @return a possibly empty collection of matching objects.
  /external/chromium_org/chrome/app/
signature_validator_win.h 20 // Tries to verify the signer by matching the subject name of the
  /external/chromium_org/chrome/browser/ui/
scoped_tabbed_browser_displayer.h 16 // This class finds the last active tabbed browser matching |profile| and
  /external/chromium_org/content/browser/device_sensors/
inertial_sensor_consts.h 20 // matching value |DeviceSensorEventPump::kDefaultPumpDelayMillis| in
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
find_files.py 12 """Finds files under |top| matching the glob pattern |pattern|, returning a
  /external/chromium_org/net/third_party/mozilla_security_manager/
README.chromium 17 Mozilla's, matching the Chromium style, etc.
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.h 23 // Closes any handles matching those in the lookup map.
  /external/chromium_org/third_party/WebKit/ManualTests/
match-marker-rects.html 23 should line up with the matching text below.
  /external/chromium_org/third_party/libxslt/libxslt/
keys.h 2 * Summary: interface for the key matching used in key() and template matches.
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive_test.cc 5 // Exhaustive testing of regular expression matching.
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
logging-checks-expected.cc 14 // is correctly matching the AST nodes generated by the macros and generating
logging-checks-original.cc 14 // is correctly matching the AST nodes generated by the macros and generating
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
BitmapHelper.java 79 * Provides a matching integer constant for the Bitmap.Config value passed.
82 * @return Matching integer constant for the Bitmap.Config value passed.
101 * Provides a matching Bitmap.Config for the enum config value passed.
104 * @return Matching Bitmap.Config for the enum value passed.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 62 g(3); //expected-error{{no matching function}}
82 L(&d); //expected-error{{no matching function for call}}
84 L(&M); //expected-error{{no matching function for call}}
99 GL(3, X{}); //expected-error{{no matching function}}
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p5.cpp 9 double &i3 = L"foo"_x1; // expected-error {{no matching literal operator for call to 'operator "" _x1' with arguments of types 'const wchar_t *' and 'unsigned long'}}
p7.cpp 20 "two"_w; // expected-error {{no matching literal operator for call to 'operator "" _w' with arguments of types 'const char *' and 'unsigned long'}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p2.cpp 14 recurse_until_fail(tail...); // expected-error{{no matching function for call to 'recurse_until_fail'}} \
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p15.cpp 13 T X<T, U>::member; // expected-error{{no matching constructor}}
  /external/clang/test/PCH/
cxx11-user-defined-literals.cpp 19 int m = f(S()); // expected-error {{no matching}}
  /external/clang/test/Sema/
nowarn-documentation-property.m 8 /// volume number) and the `filterPredicate` (selection by matching the name).
  /external/clang/test/SemaCXX/
converting-constructor.cpp 21 f(z); // expected-error{{no matching function}}

Completed in 2342 milliseconds

1 2 3 4 5 6 78 91011>>