Searched refs:found_match (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_data.cc59 bool found_match = false; local
64 found_match = true;
69 if (!found_match) {
/external/chromium_org/tools/gn/
H A Dsubstitution_pattern.cc58 bool found_match = false; local
66 found_match = true;
72 if (!found_match) {
H A Doperators.cc84 bool found_match = false; local
87 found_match = true;
93 if (!found_match) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 if (!found_match)
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 if (!found_match)
/external/chromium_org/tools/findit/
H A Dfindit_for_crash.py483 found_match = None
489 found_match = match_combined
493 if not found_match:
498 found_match.reason += match.reason
499 if match.min_distance < found_match.min_distance:
500 found_match.min_distance = match.min_distance
501 found_match.min_distance_info = match.min_distance_info
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc468 bool found_match = false; local
471 found_match = true;
475 if (!found_match && csrc) {
485 bool found_match = false; local
488 found_match = true;
492 if (!found_match && csrc) {
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc369 bool found_match = false; local
378 EXPECT_FALSE(found_match);
379 found_match = true;
390 EXPECT_FALSE(found_match);
391 found_match = true;
394 if (!found_match)
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc770 bool found_match = false; local
784 found_match = true;
789 EXPECT_TRUE(found_match) << "No matching interface for fake device " << i;
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1540 int found_match; local
1606 found_match = 1;
1626 found_match = 0;
1631 found_match = 0;
1635 if (found_match) {
1640 if (!found_match) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py199 found_match = search(regex, current_line)
200 if found_match:
201 return Position(current_row, starting_offset + found_match.start())
224 found_match = match(last_in_line_regex, current_line)
225 if found_match:
226 return Position(current_row, found_match.end(1))
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc177 bool found_match = false; local
188 found_match = true;
192 return found_match;
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc1220 bool found_match = false;
1224 found_match = true;
1228 if (!found_match)
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc372 bool found_match = false; local
376 found_match = true;
394 if (!found_match)

Completed in 358 milliseconds