HomeSort by relevance Sort by last modified time
    Searched refs:found_match (Results 1 - 15 of 15) sorted by null

  /bionic/libc/private/
KernelArgumentBlock.h 55 unsigned long getauxval(unsigned long type, bool* found_match = NULL) {
58 if (found_match != NULL) {
59 *found_match = true;
64 if (found_match != NULL) {
65 *found_match = false;
  /external/chromium_org/components/password_manager/core/browser/
password_form_data.cc 59 bool found_match = false; local
64 found_match = true;
69 if (!found_match) {
  /external/chromium_org/tools/gn/
substitution_pattern.cc 58 bool found_match = false; local
66 found_match = true;
72 if (!found_match) {
operators.cc 84 bool found_match = false; local
87 found_match = true;
93 if (!found_match) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 272 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/
profiledata_unittest.cc 272 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/
findit_for_crash.py 483 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/
rtp_receiver_impl.cc 468 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/
media_stream_dispatcher_host_unittest.cc 369 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)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 770 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/
run_seq_lts.c 1540 int found_match; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 177 bool found_match = false; local
188 found_match = true;
192 return found_match;
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 199 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))
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 372 bool found_match = false; local
376 found_match = true;
394 if (!found_match)
    [all...]

Completed in 696 milliseconds