Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/external/chromium-trace/catapult/experimental/heatmap/
Dsmoothness.js1 …r_story_runs": [{"user_story": "ESPN", "start_time": 1445539144.367945, "values": [16.610249999910… property
Dpower.js1 …ns": [{"user_story": "http://cnn.com", "start_time": 1434123502.047614, "values": [36.895798577202… property
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java90 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/
DMultimapReplaceValuesTester.java52 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/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java37 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/chromium-trace/catapult/dashboard/dashboard/
Dfind_step.py38 def Steppiness(values, step_index): argument
53 def _Normalize(values): argument
61 def _MinimizeDistanceFromStep(values): argument
67 def _RegressionSizeScore(values, step_index): argument
79 def _DistanceFromStep(values, step_index): argument
85 def _StepFunctionValues(values, step_index): argument
Dmath_utils.py10 def Mean(values): argument
17 def Median(values): argument
28 def Variance(values): argument
36 def StandardDeviation(values): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DAbstractUnivariateStatistic.java52 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()
DAbstractStorelessUnivariateStatistic.java57 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/webrtc/webrtc/system_wrappers/source/
Ddata_log_c_helpers_unittest.c71 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
Ddata_log_c.cc59 const int* values, in WebRtcDataLog_InsertArray_int()
74 const float* values, in WebRtcDataLog_InsertArray_float()
89 const double* values, in WebRtcDataLog_InsertArray_double()
104 const int32_t* values, in WebRtcDataLog_InsertArray_int32()
119 const uint32_t* values, in WebRtcDataLog_InsertArray_uint32()
134 const int64_t* values, in WebRtcDataLog_InsertArray_int64()
/external/mesa3d/src/mesa/main/
Dpixel.c110 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/android_icu4j/src/main/java/android/icu/impl/
DSimplePatternFormatter.java223 public String format(CharSequence... values) { in format()
232 public static String formatCompiledPattern(String compiledPattern, CharSequence... values) { in formatCompiledPattern()
251 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
271 String compiledPattern, StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
295 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
316 String compiledPattern, StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
356 String[] values = new String[getPlaceholderCount()]; in toString() local
392 String compiledPattern, CharSequence[] values, in format()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVariance.java215 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()
DSemiVariance.java178 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimplePatternFormatter.java221 public String format(CharSequence... values) { in format()
230 public static String formatCompiledPattern(String compiledPattern, CharSequence... values) { in formatCompiledPattern()
249 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
269 String compiledPattern, StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
293 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
314 String compiledPattern, StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
354 String[] values = new String[getPlaceholderCount()]; in toString() local
390 String compiledPattern, CharSequence[] values, in format()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDatabaseTestBase.java58 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DRecordWriter.java15 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/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DRecordWriter.java16 void boolArray(String name, boolean[] values); in boolArray()
18 void characterArray(String name, char[] values); in characterArray()
20 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray()
22 void stringArray(String name, String[] values); in stringArray()
23 void stringTable(String name, String[][] values); in stringTable()
/external/chromium-trace/catapult/telemetry/third_party/WebKit/PerformanceTests/resources/
Dstatistics.js28 this.max = function (values) { argument
36 this.min = function (values) { argument
44 this.sum = function (values) { argument
48 this.squareSum = function (values) { argument
106 this.confidenceInterval = function (values, probability) { argument
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.py49 def __call__(self, parser, namespace, values, option_string=None): argument
57 def __call__(self, parser, namespace, values, option_string=None): argument
74 def __call__(self, parser, namespace, values, option_string=None): argument
97 def __call__(self, parser, namespace, values, option_string=None): argument
120 def __call__(self, parser, namespace, values, option_string=None): argument
132 def __call__(self, parser, namespace, values, option_string=None): argument
146 def __call__(self, parser, namespace, values, option_string=None): argument
159 def __call__(self, parser, namespace, values, option_string=None): argument
173 def __call__(self, parser, namespace, values, option_string=None): argument
181 def __call__(self, parser, namespace, values, option_string=None): argument
[all …]
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Dconfig.py65 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/aac/libAACenc/src/
Dbit_cnt.cpp109 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/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h45 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/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java83 public Uri insert(Uri uri, ContentValues values) { in insert()
119 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
137 Map<String, String> values = new HashMap<String, String>(); in getProperties() local
151 Map<String, String> values = new HashMap<String, String>(); in getEnvironmentVariables() local
157 Map<String, String> values = new LinkedHashMap<String, String>(); in getArguments() local

12345678910>>...47