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

1 2 3 4 5 6 78 91011>>

  /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/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/WebKit/Tools/Scripts/webkitpy/tool/commands/
adduserstogroups.py 34 help_text = "Add users matching subtring to specified groups"
42 list_title = 'Add users matching "%s" which groups?' % search_string
52 print "No users found matching '%s'" % search_string
55 print "Found %s users matching %s:" % (len(login_userid_pairs), search_string)
  /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/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}}
cxx0x-initializer-aggregates.cpp 112 Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initialization}}
113 Aggr too_few { {} , {0} , {0} }; // expected-error {{no matching constructor for initialization}}
114 Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initialization}}
116 NoDefaultConstructor2 array_error[] = { {0,0} , {0} }; // expected-error {{no matching constructor for initialization}}
type-dependent-exprs.cpp 21 g(1, 1); // expected-error{{no matching function for call}}
  /external/e2fsprogs/misc/
findfs.8.in 17 a label matching
  /external/eigen/scripts/
cdashtesting.cmake.in 43 # runs only tests that have a LABELS property matching "${subproject}"
check.in 7 echo " Builds and runs tests matching the regexp."

Completed in 843 milliseconds

1 2 3 4 5 6 78 91011>>