HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 401 - 425 of 1473) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 49 matches = []
55 # strip some extensions here when generating the list of matches.
57 matches.append(basename)
59 matches.append(template)
60 return matches
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
bg.js 5 function matches(rule, item) { function
41 if (rule.enabled && matches(rule, item)) {
  /external/chromium_org/components/omnibox/
autocomplete_provider.h 18 // The AutocompleteProviders each return different kinds of matches,
19 // such as history or search matches. These matches are given
20 // "relevance" scores. Higher scores are better matches than lower
22 // matches are as listed below.
37 // HistoryURL (good exact or inline autocomplete matches, some inexact)| 1410++
38 // HistoryURL (intranet url never visited match, some inexact matches) | 1400++
41 // HistoryURL (what you typed, some inexact matches) | 1200++
44 // HistoryURL (some inexact matches) | 900++
58 // HistoryURL (good exact or inline autocomplete matches, some inexact)| 1410+
192 const ACMatches& matches() const { return matches_; } function in class:AutocompleteProvider
    [all...]
  /external/chromium_org/components/query_parser/
query_parser.h 43 // Returns true if this node matches |word|. If |exact| is true, the string
45 virtual bool Matches(const base::string16& word, bool exact) const = 0;
47 // Returns true if this node matches at least one of the words in |words|. An
53 // Returns true if this node matches at least one of the words in |words|.
94 // Returns true if the string text matches the query nodes created by a call
110 // Sorts the match positions in |matches| by their first index, then
112 static void SortAndCoalesceMatchPositions(Snippet::MatchPositions* matches);
  /external/chromium_org/content/browser/media/capture/
audio_mirroring_manager.cc 149 const std::set<SourceFrameRef>& matches) {
157 DVLOG(1) << (add_only ? "Add " : "Replace with ") << matches.size()
160 // Start/stop diverting based on |matches|. Any stopped stream becomes a
164 if (matches.find(it->source_render_frame) != matches.end()) {
audio_mirroring_manager.h 105 // diverters that are missing/new to the returned set of matches.
137 // MirroringDestination query callback. |matches| contains all RenderFrame
140 // |matches| will be stopped.
143 const std::set<SourceFrameRef>& matches);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryList.h 52 bool matches();
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSource.cpp 27 bool CSPSource::matches(const KURL& url) const function in class:blink::CSPSource
CSPSourceList.h 26 bool matches(const KURL&) const;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceUriElement.cpp 60 if (name.matches(XLinkNames::hrefAttr))
  /external/chromium_org/third_party/icu/source/i18n/
strmatch.h 26 * An object that matches a fixed input string, implementing the
47 * Construct a matcher that matches the given pattern string.
117 virtual UMatchDegree matches(const Replaceable& text,
193 * set of matches with this segment.
  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 93 echo output matches reference
122 echo output matches reference
  /external/chromium_org/third_party/skia/tools/
image_expectations.h 126 * Returns true iff we are expecting a particular image, and imageDigest matches it.
134 bool matches(ImageDigest &imageDigest);
  /external/chromium_org/third_party/tlslite/tlslite/
x509certchain.py 75 if tlsCert.matches(tack):
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
platform_backend.py 115 matches = [x for x in self._running_browser_backends
117 if len(matches) == 0:
119 assert len(matches) == 1
120 return matches[0]
  /external/easymock/src/org/easymock/
AbstractMatcher.java 38 * Checks whether an expected argument matches an actual argument; the method
40 * {@link AbstractMatcher#matches(Object[], Object[])}. The arguments
68 * Checks whether an expected argument array matches an actual argument array.
82 public boolean matches(Object[] expected, Object[] actual) { method in class:AbstractMatcher
  /external/guava/guava/src/com/google/common/base/
Splitter.java 206 * @throws IllegalArgumentException if {@code separatorPattern} matches the
212 checkArgument(!separatorPattern.matcher("").matches(),
244 * @throws IllegalArgumentException if {@code separatorPattern} matches the
509 while (start < end && trimmer.matches(toSplit.charAt(start))) {
512 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
527 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
  /external/hamcrest/library/src/org/hamcrest/collection/
IsIn.java 22 public boolean matches(Object o) { method in class:IsIn
  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 24 public boolean matches(Object arg) { method in class:IsEqual
  /external/icu/icu4c/source/i18n/
strmatch.h 26 * An object that matches a fixed input string, implementing the
47 * Construct a matcher that matches the given pattern string.
117 virtual UMatchDegree matches(const Replaceable& text,
193 * set of matches with this segment.
  /external/iptables/iptables/
xshared.h 59 struct xtables_rule_match *matches; member in struct:iptables_command_state
  /external/libedit/examples/
fileman.c 241 parsing. Returnthe array of matches, or NULL if there aren't any. */
245 char **matches; local
247 matches = (char **)NULL;
254 matches = completion_matches (text, command_generator);
255 /* matches = rl_completion_matches (text, command_generator); */
257 return (matches);
280 /* Return the next name which partially matches from the
  /external/libopus/tests/
run_vectors.sh 93 echo output matches reference
122 echo output matches reference
  /external/lldb/include/lldb/Core/
FileSpecList.h 110 /// Find the index of the file in the file spec list that matches
123 /// The index of the file that matches \a file if it is found,
232 static size_t GetFilesMatchingPartialPath (const char *path, bool dir_okay, FileSpecList &matches);
  /external/lldb/include/lldb/Interpreter/
OptionValueArch.h 94 StringList &matches);

Completed in 721 milliseconds

<<11121314151617181920>>