Searched defs:matched (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dgenversion.c39 int major, minor, subminor, patchlevel, matched; local
46 matched = sscanf(PACKAGE_VERSION, "%d.%d.%d.%d", &major, &minor, &subminor,
49 if (matched == 3)
51 else if (matched != 4) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc137 InternalMmapVector<Suppression *> *matched) {
140 matched->push_back(&suppressions_[i]);
136 GetMatched( InternalMmapVector<Suppression *> *matched) argument
/external/chromium/net/base/
H A Ddnssec_unittest.cc635 unsigned matched = 0; local
646 matched++;
649 if (m.size() != matched)
/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc208 bool matched, failed = false; local
209 matched = prog->SearchDFA(match, NULL,
213 CHECK(matched);
214 matched = prog->SearchDFA(no_match, NULL,
218 CHECK(!matched);
243 bool matched, failed = false; local
244 matched = prog_->SearchDFA(match_, NULL,
248 CHECK(matched);
249 matched = prog_->SearchDFA(no_match_, NULL,
253 CHECK(!matched);
333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL); local
[all...]
H A Dtester.cc81 bool matched; // found a match member in struct:re2::TestInstance::Result
305 result->matched =
316 result->matched =
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
336 result->matched =
341 if (result->matched) {
348 result->matched = false;
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
393 result->matched
[all...]
/external/regex-re2/re2/testing/
H A Ddfa_test.cc208 bool matched, failed = false; local
209 matched = prog->SearchDFA(match, NULL,
213 CHECK(matched);
214 matched = prog->SearchDFA(no_match, NULL,
218 CHECK(!matched);
243 bool matched, failed = false; local
244 matched = prog_->SearchDFA(match_, NULL,
248 CHECK(matched);
249 matched = prog_->SearchDFA(no_match_, NULL,
253 CHECK(!matched);
333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL); local
[all...]
H A Dtester.cc81 bool matched; // found a match member in struct:re2::TestInstance::Result
305 result->matched =
316 result->matched =
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
336 result->matched =
341 if (result->matched) {
348 result->matched = false;
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
393 result->matched
[all...]
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp198 int matched; local
216 matched = 0;
242 ia--; ib--; matched++;
246 if (matched < MIN_MATCH) {
250 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
252 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
259 // At least one string has matched completely;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc38 bool matched = !edit_commands_.empty(); local
41 return matched;
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc154 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); local
159 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
160 for (++pos; pos < first_line.size() && matched; ++pos) {
161 matched &= (0 != isdigit(first_line[pos]));
164 return matched;
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc40 bool matched = !edit_commands_.empty(); local
43 return matched;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc191 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); local
196 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
197 for (++pos; pos < first_line.size() && matched; ++pos) {
198 matched &= (0 != isdigit(first_line[pos]));
201 return matched;
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dpcy_tree.c315 int i, matched = 0; local
324 matched = 1;
327 if (!matched && last->anyPolicy)
413 /* If no policy mapping: matched if one child present */
422 /* If mapping: matched if one child per expected policy set */
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc143 bool matched = false; local
268 matched = true;
289 return matched;
H A Donepass.cc217 // because we use it to tell if we matched.
251 bool matched = false; local
302 matched = true;
330 matched = true;
335 if (!matched)
424 bool matched = false; local
463 if (matched)
537 if (matched) {
545 matched = true;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.c227 int matched; local
236 matched = 0;
245 matched = 1;
258 matched = 1;
265 if (!matched) {
/external/openssl/crypto/x509v3/
H A Dpcy_tree.c315 int i, matched = 0; local
324 matched = 1;
327 if (!matched && last->anyPolicy)
413 /* If no policy mapping: matched if one child present */
422 /* If mapping: matched if one child per expected policy set */
/external/oprofile/libregex/
H A Dop_regex.cpp229 regmatch_t const & matched = get_match(match, local
231 if (matched.rm_so == -1 &&
232 matched.rm_eo == -1) {
234 } else if (matched.rm_so == -1 ||
235 matched.rm_eo == -1) {
239 inserted += str.substr(matched.rm_so,
240 matched.rm_eo - matched.rm_so);
/external/regex-re2/re2/
H A Dbitstate.cc143 bool matched = false; local
268 matched = true;
289 return matched;
H A Donepass.cc217 // because we use it to tell if we matched.
251 bool matched = false; local
302 matched = true;
330 matched = true;
335 if (!matched)
424 bool matched = false; local
463 if (matched)
537 if (matched) {
545 matched = true;
/external/chromium_org/chrome/browser/history/
H A Dquery_parser.cc131 bool matched = false; local
138 matched = true;
141 return matched;
/external/chromium_org/net/cookies/
H A Dcookie_store_unittest.h210 bool matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies)); local
215 while (!matched && base::Time::Now() <= polling_end_date) {
218 matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies));
221 EXPECT_TRUE(matched) << "\"" << cookies
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c433 EGLBoolean matched = EGL_TRUE; local
449 matched = EGL_FALSE;
453 matched = EGL_FALSE;
457 matched = EGL_FALSE;
467 if (!matched) {
480 return matched;
723 /* get the number of matched configs */
735 /* get the matched configs */
/external/mesa3d/src/egl/main/
H A Deglconfig.c433 EGLBoolean matched = EGL_TRUE; local
449 matched = EGL_FALSE;
453 matched = EGL_FALSE;
457 matched = EGL_FALSE;
467 if (!matched) {
480 return matched;
723 /* get the number of matched configs */
735 /* get the matched configs */
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc164 static void CollectMatchedBenignRaces(Vector<ExpectRace> *matched, argument
173 for (; i < matched->Size(); i++) {
174 ExpectRace *race0 = &(*matched)[i];
182 if (i == matched->Size())
183 matched->PushBack(*race);

Completed in 3929 milliseconds

123