/external/autotest/client/site_tests/hardware_Interrupt/ |
D | hardware_Interrupt.py | 61 min_count=1): argument 73 if count < min_count: 76 min_count))
|
/external/brotli/research/ |
D | deorummolae.cc | 223 size_t min_count = num_samples; in DM_generate() local 261 if (cost > best_cost && count >= min_count && in DM_generate() 281 if (min_count >= 8) { in DM_generate() 282 min_count = (min_count * 7) / 8; in DM_generate() 283 fprintf(stderr, "Retry: min_count=%zu\n", min_count); in DM_generate()
|
/external/python/cpython2/Modules/zlib/ |
D | trees.c | 714 int min_count = 4; /* min repeat count */ local 716 if (nextlen == 0) max_count = 138, min_count = 3; 723 } else if (count < min_count) { 735 max_count = 138, min_count = 3; 737 max_count = 6, min_count = 3; 739 max_count = 7, min_count = 4; 759 int min_count = 4; /* min repeat count */ local 762 if (nextlen == 0) max_count = 138, min_count = 3; 768 } else if (count < min_count) { 786 max_count = 138, min_count = 3; [all …]
|
/external/zlib/src/ |
D | trees.c | 714 int min_count = 4; /* min repeat count */ local 716 if (nextlen == 0) max_count = 138, min_count = 3; 723 } else if (count < min_count) { 735 max_count = 138, min_count = 3; 737 max_count = 6, min_count = 3; 739 max_count = 7, min_count = 4; 759 int min_count = 4; /* min repeat count */ local 762 if (nextlen == 0) max_count = 138, min_count = 3; 768 } else if (count < min_count) { 786 max_count = 138, min_count = 3; [all …]
|
/external/u-boot/lib/zlib/ |
D | trees.c | 722 int min_count = 4; /* min repeat count */ local 724 if (nextlen == 0) max_count = 138, min_count = 3; 731 } else if (count < min_count) { 743 max_count = 138, min_count = 3; 745 max_count = 6, min_count = 3; 747 max_count = 7, min_count = 4; 767 int min_count = 4; /* min repeat count */ local 770 if (nextlen == 0) max_count = 138, min_count = 3; 776 } else if (count < min_count) { 794 max_count = 138, min_count = 3; [all …]
|
/external/autotest/server/site_tests/firmware_Cr50DeviceState/ |
D | firmware_Cr50DeviceState.py | 150 min_count = max(cr50_time - self.SLEEP_DELAY, 0) 155 return [min_count, max_count] 172 min_count, max_count = expected_range 173 if min_count > increase or max_count < increase:
|
/external/python/cpython3/Lib/test/ |
D | test_faulthandler.py | 35 def expected_traceback(lineno1, lineno2, header, min_count=1): argument 39 if 1 < min_count: 40 return '^' + (regex + '\n') * (min_count - 1) + regex 593 regex = expected_traceback(17, 26, header, min_count=count)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Skipgram.pbtxt | 64 name: "min_count"
|
/external/speex/libspeexdsp/ |
D | preprocess.c | 243 int min_count; /**< Number of frames processed so far */ member 525 st->min_count=0; in speex_preprocess_state_init() 686 if (st->min_count > min_range) in update_noise_prob() 688 st->min_count = 0; in update_noise_prob() 738 st->min_count++; in speex_preprocess_run() 1018 st->min_count++; in speex_preprocess_estimate_update()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-port.cc | 298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 323 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 804 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 812 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 747 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 747 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 747 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 884 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 892 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 9300 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 9308 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 31080 name: "min_count" 31140 name: "min_count" 31201 name: "min_count"
|
D | ops_history.v2.pbtxt | 69826 name: "min_count"
|
D | ops_history.v1.pbtxt | 70453 name: "min_count"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 34723 name: "min_count"
|