/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | CyclomaticComplexityTest.java | 74 final ICounter complexity = analyze(); in testSimple1() local 82 final ICounter complexity = analyze(); in testSimple2() local 97 final ICounter complexity = analyze(); in testIf1() local 105 final ICounter complexity = analyze(); in testIf2() local 114 final ICounter complexity = analyze(); in testIf3() local 132 final ICounter complexity = analyze(); in testTwoIf1() local 140 final ICounter complexity = analyze(); in testTwoIf2() local 149 final ICounter complexity = analyze(); in testTwoIf3() local 158 final ICounter complexity = analyze(); in testTwoIf4() local 176 final ICounter complexity = analyze(); in testNestedIf1() local [all …]
|
/external/google-benchmark/src/ |
D | complexity.cc | 28 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve() 50 std::string GetBigOString(BigO complexity) { in GetBigOString() 124 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
|
D | complexity.h | 47 BigO complexity; member
|
D | benchmark_api_internal.h | 27 BigO complexity; member
|
D | benchmark_register.cc | 411 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity() 416 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
|
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 28 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve() 50 std::string GetBigOString(BigO complexity) { in GetBigOString() 124 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
|
D | complexity.h | 47 BigO complexity; member
|
D | benchmark_api_internal.h | 27 BigO complexity; member
|
D | benchmark_register.cc | 411 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity() 416 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
|
/external/libopus/silk/float/ |
D | pitch_analysis_core_FLP.c | 77 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest … in silk_pitch_analysis_core_FLP() 498 …opus_int complexity, /* I Complexity setting … in silk_P_Ana_calc_corr_st3() 565 …opus_int complexity /* I Complexity setting … in silk_P_Ana_calc_energy_st3()
|
/external/libopus/silk/fixed/ |
D | pitch_analysis_core_FIX.c | 92 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes… in silk_pitch_analysis_core() 578 opus_int complexity, /* I Complexity setting */ in silk_P_Ana_calc_corr_st3() 650 opus_int complexity, /* I Complexity setting */ in silk_P_Ana_calc_energy_st3()
|
/external/libopus/celt/ |
D | opus_custom_demo.c | 54 int complexity; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 84 #define ADD_TEST(complexity) \ argument
|
D | audio_encoder_opus.h | 40 int complexity = kDefaultComplexity; member
|
D | opus_interface.c | 243 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) { in WebRtcOpus_SetComplexity()
|
/external/skia/src/core/ |
D | SkScan_AntiPath.cpp | 607 static void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity() 640 static bool ShouldUseDAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseDAA() 685 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA() 836 SkScalar avgLength, complexity; in AntiFillPath() local
|
/external/skqp/src/core/ |
D | SkScan_AntiPath.cpp | 607 static void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity() 640 static bool ShouldUseDAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseDAA() 685 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA() 836 SkScalar avgLength, complexity; in AntiFillPath() local
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_filter_bank.h | 102 WORD32 complexity; member 112 WORD32 complexity; member
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 44 entities.put(CounterEntity.COMPLEXITY, "complexity"); in entities.put()
|
/external/libopus/silk/ |
D | control.h | 75 opus_int complexity; member
|
/external/skqp/bench/ |
D | PathBench.cpp | 43 virtual int complexity() { return 0; } in complexity() function in PathBench 253 int complexity() override { return 1; } in complexity() function in SawToothPathBench 274 int complexity() override { return 2; } in complexity() function in LongCurvedPathBench 293 int complexity() override { return 2; } in complexity() function in LongLinePathBench
|
D | PolyUtilsBench.cpp | 21 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
|
/external/skia/bench/ |
D | PathBench.cpp | 43 virtual int complexity() { return 0; } in complexity() function in PathBench 253 int complexity() override { return 1; } in complexity() function in SawToothPathBench 274 int complexity() override { return 2; } in complexity() function in LongCurvedPathBench 293 int complexity() override { return 2; } in complexity() function in LongLinePathBench
|
D | PolyUtilsBench.cpp | 21 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
|
/external/libopus/src/ |
D | opus_demo.c | 227 int complexity; in main() local
|