Searched refs:statistic (Results 1 – 25 of 32) sorted by relevance
12
/external/toolchain-utils/user_activity_benchmarks/ |
D | utils_unittest.py | 49 for statistic in statistics_reader: 50 if statistic['file']: 51 function_key = ','.join([statistic['function'], statistic['file']]) 53 function_key = statistic['function'] 55 (statistic['flat'], statistic['flat_p'], statistic['sum_p'], 56 statistic['cum'], statistic['cum_p']) 67 for statistic in statistics_reader: 69 ','.join([statistic['parent_function'], 70 statistic['parent_function_file']]) 72 ','.join([statistic['child_function'], [all …]
|
D | benchmark_metrics_experiment.py | 139 str(statistic[0]), 140 str(statistic[1])]) 141 for parent_function_key, statistic 154 str(statistic[0]), 155 str(statistic[1]), 156 str(statistic[2]), 157 str(statistic[3]), 158 str(statistic[4]), 159 str(statistic[5])]) 160 for group_name, statistic
|
D | utils.py | 320 for statistic in statistics_reader: 321 function_name = statistic['function'] 323 os.path.normpath(statistic['file'])) 324 dso_name = statistic['dso'] 325 inclusive_count = statistic['inclusive_count'] 326 inclusive_count_fraction = statistic['inclusive_count_fraction'] 380 for statistic in statistics_reader: 382 statistic['parent_child_functions'].split( 385 os.path.normpath(statistic['child_function_file'])) 386 inclusive_count = statistic['inclusive_count']
|
D | select_optimal_benchmark_set.py | 145 for statistic in statistics_reader: 146 function_name = statistic['function'] 147 file_name = statistic['file'] 152 distance = float(statistic['distance']) 153 score = float(statistic['score'])
|
D | process_hot_functions.py | 226 [str(statistic) for statistic in group_statistic])])
|
/external/iptables/extensions/ |
D | libxt_statistic.t | 2 -m statistic;;FAIL 3 -m statistic --mode random ! --probability 0.50000000000;=;OK 4 -m statistic --mode random ! --probability 1.1;;FAIL 5 -m statistic --probability 1;;FAIL 6 -m statistic --mode nth ! --every 5 --packet 2;=;OK 7 -m statistic --mode nth ! --every 5;;FAIL 8 -m statistic --mode nth ! --every 5 --packet 5;;FAIL
|
D | libxt_statistic.man | 1 This module matches packets based on some statistic condition.
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 56 patch_norm$statistic, patch_norm$p.value); 59 nopatch_norm$statistic, nopatch_norm$p.value); 82 mww$statistic, mww$p.value, 91 t$statistic, t$parameter, t$p.value,
|
/external/ImageMagick/MagickCore/ |
D | Android.mk | 106 statistic.c\
|
D | Makefile.am | 257 MagickCore/statistic.c \ 258 MagickCore/statistic.h \ 394 MagickCore/statistic.h \
|
D | fx.c | 1122 statistic[MagickPathExtent]; in FxChannelStatistics() local 1161 (void) FormatLocaleString(statistic,MagickPathExtent,"%.20g",(double) in FxChannelStatistics() 1171 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",kurtosis); in FxChannelStatistics() 1180 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",maxima); in FxChannelStatistics() 1189 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",mean); in FxChannelStatistics() 1198 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",minima); in FxChannelStatistics() 1207 (void) FormatLocaleString(statistic,MagickPathExtent,"%g",skewness); in FxChannelStatistics() 1216 (void) FormatLocaleString(statistic,MagickPathExtent,"%g", in FxChannelStatistics() 1222 ConstantString(statistic)); in FxChannelStatistics() 1223 return(QuantumScale*StringToDouble(statistic,(char **) NULL)); in FxChannelStatistics()
|
/external/clang/docs/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0013-utf8.patch | 12 …SQ_DOF", WRITE_STRINGIFY}, // Degrees of freedom associated with the Chi squared statistic
|
/external/mesa3d/docs/specs/ |
D | MESA_swap_frame_usage.spec | 45 call to enable the statistic) to when the next buffer swap completes, tf
|
/external/libpcap/ |
D | README.linux | 100 ps_drop Always 0, this statistic is not gatherd on this platform
|
/external/tcpdump/tests/ |
D | print-AA.out | 135 service for web site monitoring and statistic collection.
|
D | print-A.out | 135 service for web site monitoring and statistic collection.
|
D | print-capXX.out | 292 0x0f80: 7374 6174 6973 7469 6320 636f 6c6c 6563 statistic.collec
|
D | print-capX.out | 286 0x0f70: 6420 7374 6174 6973 7469 6320 636f 6c6c d.statistic.coll
|
/external/mesa3d/docs/relnotes/ |
D | 4.1 | 123 set, GLUT will print out a frames/second statistic to stderr when
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 298 `statistic <ProgrammersManual.html#Statistic>`_ to your pass, which will
|
/external/valgrind/docs/internals/ |
D | 3_8_BUGSTATUS.txt | 202 309721 add client request returning current value of a statistic (e.g. Ir)
|
/external/ltp/testcases/kernel/io/disktest/ |
D | CHANGELOG | 275 Modified performance statistic printing to be more accurate with respect
|
/external/jemalloc/ |
D | ChangeLog | 29 - Remove overly restrictive assertions related to the cactive statistic. This 448 - Fix the cactive statistic to decrease (rather than increase) when active
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 323 Queries gather some statistic from the 3D pipeline over one or more
|
12