Searched refs:matches (Results 251 - 275 of 860) sorted by relevance

<<11121314151617181920>>

/external/lldb/scripts/Python/interface/
H A DSBModule.i214 /// matches.
261 /// Allow the number of matches to be limited to \a max_matches.
327 matches = []
332 matches.append(symbol)
333 return matches
335 matches = []
343 matches.append(symbol)
350 matches.append(symbol)
351 return matches
393 matches
[all...]
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc173 bool matches = false; local
177 matches = true;
182 return !matches;
184 return matches;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpasswords_helper.h33 // LivePasswordsSyncTest and adds the results to |matches|. Note that the
34 // caller is responsible for deleting the forms added to |matches|.
36 std::vector<autofill::PasswordForm>& matches);
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data.h72 // |preferred_match| should equal (address) one of matches.
79 const PasswordFormMap& matches,
/external/chromium_org/components/url_matcher/
H A Dregex_set_matcher.h24 // Efficiently matches URLs against a collection of regular expressions,
43 // to |matches|.
45 std::set<StringPattern::ID>* matches) const;
/external/chromium_org/rlz/lib/
H A Dcrc8.cc73 unsigned char check_sum, bool* matches) {
74 if (!matches)
77 *matches = false;
85 *matches = check_sum == calculated_crc;
72 Verify(const unsigned char* data, int length, unsigned char check_sum, bool* matches) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DSourceListDirective.cpp28 return m_sourceList.matches(url.isEmpty() ? policy()->url() : url);
/external/chromium_org/third_party/icu/source/common/
H A Dunifilt.cpp36 * Default implementation of UnicodeMatcher::matches() for Unicode
40 UMatchDegree UnicodeFilter::matches(const Replaceable& text, function in class:UnicodeFilter
/external/chromium_org/third_party/icu/source/i18n/
H A Dquant.h70 virtual UMatchDegree matches(const Replaceable& text,
87 * @return true if this rule matches the given index value.
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend.py115 matches = [x for x in self._running_browser_backends
117 if len(matches) == 0:
119 assert len(matches) == 1
120 return matches[0]
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp39 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}}
52 expected-error {{no function template matches function template specialization 'f1'}}
/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java45 public boolean matches(Object actual) { method in class:Captures
H A DCompare.java46 public boolean matches(Object actual) { method in class:Compare
H A DEquals.java33 public boolean matches(Object actual) { method in class:Equals
/external/guava/guava/src/com/google/common/io/
H A DPatternFilenameFilter.java60 return pattern.matcher(fileName).matches();
/external/hamcrest/library/src/org/hamcrest/
H A DTypeSafeMatcher.java53 public final boolean matches(Object item) { method in class:TypeSafeMatcher
/external/hamcrest/library/src/org/hamcrest/collection/
H A DIsArray.java20 if (!elementMatchers[i].matches(array[i])) return false;
H A DIsArrayContaining.java19 if (elementMatcher.matches(item)) {
/external/hamcrest/src/org/hamcrest/core/
H A DIsAnything.java26 public boolean matches(Object o) { method in class:IsAnything
H A DIsNull.java15 public boolean matches(Object o) { method in class:IsNull
/external/icu/icu4c/source/common/
H A Dunifilt.cpp36 * Default implementation of UnicodeMatcher::matches() for Unicode
40 UMatchDegree UnicodeFilter::matches(const Replaceable& text, function in class:UnicodeFilter
/external/icu/icu4c/source/i18n/
H A Dquant.h70 virtual UMatchDegree matches(const Replaceable& text,
87 * @return true if this rule matches the given index value.
/external/iproute2/tc/
H A Df_fw.c71 if (matches(*argv, "classid") == 0 ||
72 matches(*argv, "flowid") == 0) {
80 } else if (matches(*argv, "police") == 0) {
87 } else if (matches(*argv, "action") == 0) {
/external/jsr305/ri/src/main/java/javax/annotation/
H A DMatchesPattern.java24 if (p.matcher(((String) value)).matches())
/external/junit/src/org/junit/
H A DAssume.java69 if (!matcher.matches(actual))

Completed in 413 milliseconds

<<11121314151617181920>>