| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
| D | StatUtils.java | 90 public static double sum(final double[] values) { in sum() 108 public static double sum(final double[] values, final int begin, in sum() 124 public static double sumSq(final double[] values) { in sumSq() 142 public static double sumSq(final double[] values, final int begin, in sumSq() 157 public static double product(final double[] values) { in product() 175 public static double product(final double[] values, final int begin, in product() 194 public static double sumLog(final double[] values) { in sumLog() 216 public static double sumLog(final double[] values, final int begin, in sumLog() 234 public static double mean(final double[] values) { in mean() 255 public static double mean(final double[] values, final int begin, in mean() [all …]
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | MultimapReplaceValuesTester.java | 52 List<V> values = Arrays.asList(sampleValues().e0, null, sampleValues().e3); in testReplaceValuesWithNullValue() local 62 List<V> values = Arrays.asList(sampleValues().e0, sampleValues().e2, sampleValues().e3); in testReplaceValuesWithNullKey() local 72 List<V> values = Arrays.asList(sampleValues().e0, sampleValues().e2, sampleValues().e3); in testReplaceEmptyValues() local 84 List<V> values = Collections.emptyList(); in testReplaceValuesWithEmpty() local 95 List<V> values = Arrays.asList( in testReplaceValuesWithDuplicates() local 111 List<V> values = Arrays.asList(sampleValues().e0, sampleValues().e2, sampleValues().e3); in testReplaceNonEmptyValues() local 129 List<V> values = Arrays.asList(sampleValues().e0, sampleValues().e2, sampleValues().e3); in testReplaceValuesPropagatesToGet() local 138 List<V> values = Collections.singletonList(sampleValues().e3); in testReplaceValuesRemoveNotSupported() local 140 multimap().replaceValues(sampleKeys().e0, values); in testReplaceValuesRemoveNotSupported() local 149 List<V> values = Collections.singletonList(sampleValues().e3); in testReplaceValuesPutNotSupported() local [all …]
|
| /external/linux-tools-perf/src/tools/perf/util/ |
| D | values.c | 6 void perf_read_values_init(struct perf_read_values *values) in perf_read_values_init() 26 void perf_read_values_destroy(struct perf_read_values *values) in perf_read_values_destroy() 44 static void perf_read_values__enlarge_threads(struct perf_read_values *values) in perf_read_values__enlarge_threads() 57 static int perf_read_values__findnew_thread(struct perf_read_values *values, in perf_read_values__findnew_thread() 79 static void perf_read_values__enlarge_counters(struct perf_read_values *values) in perf_read_values__enlarge_counters() 99 static int perf_read_values__findnew_counter(struct perf_read_values *values, in perf_read_values__findnew_counter() 118 void perf_read_values_add_value(struct perf_read_values *values, in perf_read_values_add_value() 131 struct perf_read_values *values) in perf_read_values__display_pretty() 177 struct perf_read_values *values) in perf_read_values__display_raw() 226 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
|
| /external/marisa-trie/v0_1_5/tests/ |
| D | io-test.cc | 29 double values[] = { 345, 456 }; in TestFilename() local 56 double values[3]; in TestFilename() local 73 const double *values; in TestFilename() local 113 double values[] = { 456, 567, 678 }; in TestFd() local 135 double values[3]; in TestFd() local 166 double values[3] = { 456, 567, 678 }; in TestFile() local 183 double values[3]; in TestFile() local 205 double values[3] = { 456, 567, 678 }; in TestStream() local 216 double values[3]; in TestStream() local
|
| /external/marisa-trie/tests/ |
| D | io-test.cc | 28 double values[] = { 345, 456 }; in TestFilename() local 55 double values[3]; in TestFilename() local 72 const double *values; in TestFilename() local 112 double values[] = { 456, 567, 678 }; in TestFd() local 134 double values[3]; in TestFd() local 165 double values[3] = { 456, 567, 678 }; in TestFile() local 182 double values[3]; in TestFile() local 204 double values[3] = { 456, 567, 678 }; in TestStream() local 215 double values[3]; in TestStream() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
| D | AbstractUnivariateStatistic.java | 52 public void setData(final double[] values) { in setData() 79 public void setData(final double[] values, final int begin, final int length) { in setData() 98 public double evaluate(final double[] values) { in evaluate() 106 public abstract double evaluate(final double[] values, final int begin, final int length); in evaluate() 133 final double[] values, in test() 192 final double[] values, in test()
|
| D | AbstractStorelessUnivariateStatistic.java | 57 public double evaluate(final double[] values) { in evaluate() 86 public double evaluate(final double[] values, final int begin, final int length) { in evaluate() 125 public void incrementAll(double[] values) { in incrementAll() 144 public void incrementAll(double[] values, int begin, int length) { in incrementAll()
|
| /external/guava/guava-tests/benchmark/com/google/common/math/ |
| D | StatsBenchmark.java | 37 double mean(double[] values) { in mean() 47 double mean(double[] values) { in mean() 61 double mean(double[] values) { in mean() 70 abstract double mean(double[] values); in mean() 91 MeanAndVariance variance(double[] values, MeanAlgorithm meanAlgorithm) { in variance() 97 MeanAndVariance variance(double[] values, MeanAlgorithm meanAlgorithm) { in variance() 109 MeanAndVariance variance(double[] values, MeanAlgorithm meanAlgorithm) { in variance() 126 MeanAndVariance variance(double[] values, MeanAlgorithm meanAlgorithm) { in variance() 141 abstract MeanAndVariance variance(double[] values, MeanAlgorithm meanAlgorithm); in variance() 152 private double[][] values = new double[0x100][]; field in StatsBenchmark
|
| /external/webrtc/src/system_wrappers/source/ |
| D | data_log_c_helpers_unittest.c | 71 int values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int() local 81 float values[kTestArrayLen] = {1.0f, 2.0f, 3.0f, 4.0f}; in WebRtcDataLogCHelper_TestInsertArray_float() local 91 double values[kTestArrayLen] = {1.0, 2.0, 3.0, 4.0}; in WebRtcDataLogCHelper_TestInsertArray_double() local 101 int32_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int32() local 111 uint32_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_uint32() local 121 int64_t values[kTestArrayLen] = {1, 2, 3, 4}; in WebRtcDataLogCHelper_TestInsertArray_int64() local
|
| D | data_log_c.cc | 61 const int* values, in WebRtcDataLog_InsertArray_int() 76 const float* values, in WebRtcDataLog_InsertArray_float() 91 const double* values, in WebRtcDataLog_InsertArray_double() 106 const int32_t* values, in WebRtcDataLog_InsertArray_int32() 121 const uint32_t* values, in WebRtcDataLog_InsertArray_uint32() 136 const int64_t* values, in WebRtcDataLog_InsertArray_int64()
|
| /external/mesa3d/src/mesa/main/ |
| D | pixel.c | 110 const GLfloat *values) in store_pixelmap() 184 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv() 226 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv() 282 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv() 338 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB() 383 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv() 389 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB() 434 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv() 440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB() 493 _mesa_GetPixelMapusv( GLenum map, GLushort *values ) in _mesa_GetPixelMapusv()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
| D | RecordWriter.java | 15 void boolArray(String name, boolean[] values); in boolArray() 17 void characterArray(String name, char[] values); in characterArray() 19 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray() 21 void stringArray(String name, String[] values); in stringArray() 22 void stringTable(String name, String[][] values); in stringTable()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
| D | Variance.java | 215 public double evaluate(final double[] values) { in evaluate() 243 public double evaluate(final double[] values, final int begin, final int length) { in evaluate() 302 public double evaluate(final double[] values, final double[] weights, in evaluate() 358 public double evaluate(final double[] values, final double[] weights) { in evaluate() 388 public double evaluate(final double[] values, final double mean, in evaluate() 441 public double evaluate(final double[] values, final double mean) { in evaluate() 490 public double evaluate(final double[] values, final double[] weights, in evaluate() 564 public double evaluate(final double[] values, final double[] weights, final double mean) { in evaluate()
|
| D | SemiVariance.java | 178 public double evaluate(final double[] values) { in evaluate() 201 public double evaluate(final double[] values, final int start, final int length) { in evaluate() 217 public double evaluate(final double[] values, Direction direction) { in evaluate() 234 public double evaluate(final double[] values, final double cutoff) { in evaluate() 251 … public double evaluate(final double[] values, final double cutoff, final Direction direction) { in evaluate() 273 public double evaluate (final double[] values, final double cutoff, final Direction direction, in evaluate()
|
| D | StandardDeviation.java | 152 public double evaluate(final double[] values) { in evaluate() 175 public double evaluate(final double[] values, final int begin, final int length) { in evaluate() 203 public double evaluate(final double[] values, final double mean, in evaluate() 229 public double evaluate(final double[] values, final double mean) { in evaluate()
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| D | DatabaseTestBase.java | 58 ContentValues values = new ContentValues(); in setUp() local 86 ContentValues values = new ContentValues(); in testInsertAndQuery() local 109 ContentValues values = new ContentValues(); in testInsertAndRawQuery() local 137 ContentValues values = new ContentValues(); in testInsertOrThrow() local 234 ContentValues values = new ContentValues(); in testInsertWithException() local 249 ContentValues values = new ContentValues(); in testInsertRowIdGeneration() local 259 ContentValues values = new ContentValues(); in testInsertKeyGeneration() local 459 ContentValues values = new ContentValues(); in testExecSQLAutoIncrementSQLite() local 566 ContentValues values = new ContentValues(); in addPerson() local 573 ContentValues values = new ContentValues(); in updateName() local [all …]
|
| /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
| D | config.py | 65 def __init__(self, values=None, defaults=None): argument 115 def __setitem__(self, module, values): argument 143 def setdefault(self, module, values): argument 164 def update(self, module, values): argument 201 def __init__(self, module, values=None): argument
|
| /external/eigen/unsupported/Eigen/src/AutoDiff/ |
| D | AutoDiffVector.h | 45 inline AutoDiffVector(const ValueType& values) in AutoDiffVector() 67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) in AutoDiffVector() 95 inline const ValueType& values() const { return m_values; } in values() function 96 inline ValueType& values() { return m_values; } in values() function
|
| /external/selinux/policycoreutils/sepolicy/ |
| D | sepolicy.py | 46 def __call__(self, parser, namespace, values, option_string=None): argument 52 def __call__(self, parser, namespace, values, option_string=None): argument 67 def __call__(self, parser, namespace, values, option_string=None): argument 88 def __call__(self, parser, namespace, values, option_string=None): argument 108 def __call__(self, parser, namespace, values, option_string=None): argument 118 def __call__(self, parser, namespace, values, option_string=None): argument 130 def __call__(self, parser, namespace, values, option_string=None): argument 141 def __call__(self, parser, namespace, values, option_string=None): argument 153 def __call__(self, parser, namespace, values, option_string=None): argument 159 def __call__(self, parser, namespace, values, option_string=None): argument [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | SimplePatternFormatter.java | 130 public String format(CharSequence... values) { in format() 149 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 176 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 219 String[] values = new String[this.getPlaceholderCount()]; in toString() local 242 PlaceholderValues values) { in formatReturningOffsetLength() 382 private final CharSequence[] values; field in SimplePatternFormatter.PlaceholderValues 386 public PlaceholderValues(CharSequence ...values) { in PlaceholderValues()
|
| /external/aac/libAACenc/src/ |
| D | bit_cnt.cpp | 109 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 185 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count3_4_5_6_7_8_9_10_11() 256 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count5_6_7_8_9_10_11() 311 static void FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count7_8_9_10_11() 361 static void FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, in FDKaacEnc_count9_10_11() 408 static void FDKaacEnc_count11(const SHORT *RESTRICT values, in FDKaacEnc_count11() 449 static void FDKaacEnc_countEsc(const SHORT *RESTRICT values, in FDKaacEnc_countEsc() 519 INT FDKaacEnc_bitCount(const SHORT *values, in FDKaacEnc_bitCount() 545 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook) in FDKaacEnc_countValues() 779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBi… in FDKaacEnc_codeValues()
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | EmptyCachesTest.java | 194 Collection<Object> values = cache.asMap().values(); in testValues_nullToArray() local 227 Collection<Object> values = cache.asMap().values(); in testValues_clear() local 236 Collection<Object> values = cache.asMap().values(); in testValues_empty_remove() local 252 Collection<Object> values = cache.asMap().keySet(); in testValues_remove() local
|
| /external/hamcrest/src/org/hamcrest/core/ |
| D | DescribedAs.java | 18 private final Object[] values; field in DescribedAs 22 public DescribedAs(String descriptionTemplate, Matcher<T> matcher, Object[] values) { in DescribedAs() 52 …ublic static <T> Matcher<T> describedAs(String description, Matcher<T> matcher, Object... values) { in describedAs()
|
| /external/hamcrest/src/org/hamcrest/ |
| D | BaseDescription.java | 56 … public <T> Description appendValueList(String start, String separator, String end, T... values) { in appendValueList() 60 …c <T> Description appendValueList(String start, String separator, String end, Iterable<T> values) { in appendValueList() 64 …e <T> Description appendValueList(String start, String separator, String end, Iterator<T> values) { in appendValueList() 68 … appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values)… in appendList()
|
| D | Description.java | 30 T... values); in appendValueList() 36 Iterable<T> values); in appendValueList() 43 Iterable<? extends SelfDescribing> values); in appendList()
|