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

  /external/vboot_reference/cgpt/
cgpt.c 57 int match_count = 0; local
80 match_count = 1;
86 match_count++;
90 if (match_count == 1)
  /external/autotest/client/site_tests/touch_WakeupSource/
touch_WakeupSource.py 61 match_count = utils.run('ls %s 2>/dev/null | wc -l' % (
63 if int(match_count) > 0:
  /external/libxaac/decoder/drc_src/
impd_drc_selection_process_drcset_selection.c 557 FLOAT32 match_count; local
599 match_count = 0;
612 match_count += 1.0f;
614 match_count += 0.75f;
616 match_count += 0.5f;
644 match_count += 1.0f;
646 match_count += 0.75f;
648 match_count += 0.5;
654 if ((ref_count > 0) && (((FLOAT32)match_count) > 0.5f * ref_count)) {
    [all...]
  /external/selinux/libselinux/src/
label_file.c 896 // the allocated array and updates the match count. If match_count is NULL,
902 size_t *match_count)
914 if (match_count) {
915 *match_count = 0;
982 if (match_count) {
983 result[*match_count] = spec;
984 *match_count += 1;
  /external/pcre/dist2/src/
pcre2_dfa_match.c 529 int active_count, new_count, match_count; local
558 match_count = PCRE2_ERROR_NOMATCH; /* A negative number */
    [all...]
  /external/toolchain-utils/
chromiumos_image_diff.py 185 match_count = 0
239 match_count += 1
244 '** COOL, ALL {0} BINARIES MATCHED!! **'.format(match_count))
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 1399 int match_count = matcher.FindMaximumMatch(early_return); local
    [all...]

Completed in 2417 milliseconds