HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 301 - 325 of 1447) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
progress.py 164 request and uploads in-progress. If they match, then a response
167 ``match()``
184 def match(self, search_environ, upload_environ): member in class:UploadProgressReporter
207 if self.match(environ, env)]:
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
routes.py 78 must define named groups if any value must be added to the match results.
88 A route template to match against ``environ['SERVER_NAME']``.
100 def match(self, request): member in class:DomainRoute
102 # host_match = self.regex.match(request.host.split(':', 1)[0])
103 host_match = self.regex.match(request.environ['SERVER_NAME'])
213 def match(self, request): member in class:PathPrefixRoute
214 if not self.regex.match(urllib.unquote(request.path)):
335 """Tries to match a route given an iterator."""
339 match = route.match(request
    [all...]
  /external/eigen/Eigen/src/Core/
Ref.h 48 * In the const case, if the input expression does not match the above requirement, then it is evaluated into a temporary before being passed to the function.
101 template<typename Derived> struct match { struct in struct:Eigen::internal::traits
203 EIGEN_STATIC_ASSERT(static_cast<bool>(Traits::template match<Derived>::MatchAtCompileTime), STORAGE_LAYOUT_DOES_NOT_MATCH);
214 EIGEN_STATIC_ASSERT(static_cast<bool>(Traits::template match<Derived>::MatchAtCompileTime), STORAGE_LAYOUT_DOES_NOT_MATCH);
239 construct(expr.derived(), typename Traits::template match<Derived>::type());
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp); local
93 if (!match)
96 unsigned int length = MIN (buffer_length, (unsigned int) match->length);
97 memcpy (buffer, (char *) this + stringOffset + match->offset, length);
  /external/icu/icu4c/source/i18n/
csr2022.cpp 31 * @return match quality, in the range of 0-100.
148 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022JP
164 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022KR
179 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022CN
csrucode.cpp 53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_16_BE
88 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_16_LE
121 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_32
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_2022.java 30 * @return match quality, in the range of 0-100.
32 int match(byte [] text, int textLen, byte [][] escapeSequences) { method in class:CharsetRecog_2022
118 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_2022.CharsetRecog_2022JP
119 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
133 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_2022.CharsetRecog_2022KR
134 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
158 CharsetMatch match(CharsetDetector det) { method in class:CharsetRecog_2022.CharsetRecog_2022CN
159 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences);
CharsetRecog_Unicode.java 23 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
25 abstract CharsetMatch match(CharsetDetector det); method in class:CharsetRecog_Unicode
57 CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_16_BE
91 CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_16_LE
124 CharsetMatch match(CharsetDetector det) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32
  /external/iproute2/include/
ip6tables.h 11 struct ip6tables_match *match; member in struct:ip6tables_rule_match
23 /* Size of match data. */
26 /* Size of match data relevent for userspace comparison purposes */
32 /* Initialize the match. */
40 struct ip6t_entry_match **match);
45 /* Prints out the match iff non-NULL: put space at end */
47 const struct ip6t_entry_match *match, int numeric);
51 const struct ip6t_entry_match *match);
134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
  /external/iptables/extensions/
libip6t_icmp6.c 81 "icmpv6 match options:\n"
82 "[!] --icmpv6-type typename match icmpv6 type\n"
97 unsigned int match = limit; local
103 if (match != limit)
108 icmpv6_codes[match].name,
110 match = i;
114 if (match != limit) {
115 *type = icmpv6_codes[match].type;
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max
    [all...]
libipt_icmp.c 105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
121 unsigned int match = limit; local
127 if (match != limit)
132 icmp_codes[match].name,
134 match = i;
138 if (match != limit) {
139 *type = icmp_codes[match].type;
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max
    [all...]
  /external/libvpx/libvpx/test/
encode_test_driver.cc 109 // break-out is implemented within the match checking process.
112 bool match = (img1->fmt == img2->fmt) && local
120 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
122 width_y) == 0) && match;
126 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
128 width_uv) == 0) && match;
130 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V],
132 width_uv) == 0) && match;
133 return match;
  /external/libxml2/doc/
libxml-doc.el 68 ;; - Changed the 'word match from thing-at-point into 'symbol.
76 ;; thing-at-point does not match a symbol and "*" + thing-at-point
77 ;; does not match a symbol (this is used to catch callbacks) and
83 ;; string-match of XEmacs when used in completing-read used the
85 ;; c-mode buffer that we had set => so there's a new *-string-match-cs
86 ;; (case sensitive) function which binds case-fold-search and runs string-match
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
104 "Symbols that match this regular expression will be excluded when doing
126 ;; setting case-fold-search is now done in libxmldoc-string-match-cs
150 (not (libxmldoc-string-match-cs libxmldoc-filter-regex
    [all...]
  /external/llvm/lib/Support/
SpecialCaseList.cpp 42 bool match(StringRef Query) const { function in struct:llvm::SpecialCaseList::Entry
43 return Strings.count(Query) || (RegEx && RegEx->match(Query));
165 return II->getValue().match(Query);
  /external/marisa-trie/lib/marisa/
tail.cc 172 std::size_t match = 0; local
173 while ((match < cur.first.length()) && (match < last->first.length()) &&
174 last->first[match] == cur.first[match]) {
175 ++match;
177 if ((match == cur.first.length()) && (last->first.length() != 0)) {
179 + (last->first.length() - match));
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.cc 172 std::size_t match = 0; local
173 while ((match < cur.first.length()) && (match < last->first.length()) &&
174 last->first[match] == cur.first[match]) {
175 ++match;
177 if ((match == cur.first.length()) && (last->first.length() != 0)) {
179 + (last->first.length() - match));
  /external/nist-sip/java/gov/nist/javax/sip/header/
StatusLine.java 63 /** Match with a template.
64 * Match only the response class if the last two digits of the
65 * match templates are 0's
68 public boolean match(Object matchObj) { method in class:StatusLine
74 return sl.matchExpression.match(this.encode());
96 /** set the flag on a match template.
  /external/openfst/src/lib/
flags.cc 114 bool match = file == src; local
115 if ((match && !in_src) || (!match && in_src))
fst.cc 115 bool match = true; local
120 match = false;
123 return match;
  /external/regex-re2/util/
benchmark.cc 135 static int match(const char* name, int argc, const char** argv) { function
147 if(match(b->name, argc, argv))
  /external/selinux/policycoreutils/gui/
fcontextPage.py 107 def match(self, fcon_dict, k, filter): member in class:fcontextPage
130 if not self.match(fcon_dict, k, filter):
  /external/skia/tests/
PackBitsTest.cpp 40 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src, local
42 REPORTER_ASSERT(reporter, match);
57 bool match = memcmp(src, src2, size * sizeof(uint16_t)) == 0; local
58 REPORTER_ASSERT(reporter, match);
93 bool match = gTests[i].fCount == srcCount && local
96 REPORTER_ASSERT(reporter, match);
111 bool match = memcmp(src, src2, size * sizeof(uint8_t)) == 0; local
112 REPORTER_ASSERT(reporter, match);
121 bool match = memcmp(src, src2 + skip, write) == 0; local
122 REPORTER_ASSERT(reporter, match);
    [all...]
  /external/skia/tools/flags/
SkCommonFlags.h 20 DECLARE_string(match); variable
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 111 char *match = strcasestr(debugName, term); local
112 if (match != NULL && (match == debugName || match[-1] == '.'
113 || match[len] == '.' || match[len] == '\0')) {
114 char *src = match + len;
115 if (match == debugName || match[-1] == '.') {
118 memmove(match, src, debugName + strlen(debugName) - src + 1)
    [all...]
  /frameworks/base/core/java/android/os/
PatternMatcher.java 26 * Pattern type: the given pattern must exactly match the string it is
32 * Pattern type: the given pattern must match the
40 * In this syntax, you can use the '*' character to match against zero or
42 * character before it is '.' it will match any character. The character
64 public boolean match(String str) { method in class:PatternMatcher
109 static boolean matchPattern(String pattern, String match, int type) {
110 if (match == null) return false;
112 return pattern.equals(match);
114 return match.startsWith(pattern);
121 return match.length() <= 0
    [all...]

Completed in 410 milliseconds

<<11121314151617181920>>