Home
last modified time | relevance | path

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

12345678910>>...40

/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 …]
DAbstractListMultimapTester.java34 protected void assertGet(K key, V... values) { in assertGet()
38 protected void assertGet(K key, Collection<V> values) { in assertGet()
/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/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()
DUnivariateStatistic.java33 double evaluate(double[] values); in evaluate()
44 double evaluate(double[] values, int begin, int length); in evaluate()
/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/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
/external/mesa3d/src/mesa/main/
Dpixel.c103 const GLfloat *values) in store_pixelmap()
177 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv()
218 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv()
273 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv()
328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB()
371 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv()
377 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB()
420 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv()
426 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB()
477 _mesa_GetPixelMapusv( GLenum map, GLushort *values ) in _mesa_GetPixelMapusv()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DRecordWriter.java17 void boolArray(String name, boolean[] values); in boolArray()
19 void characterArray(String name, char[] values); in characterArray()
21 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray()
23 void stringArray(String name, String[] values); in stringArray()
24 void stringTable(String name, String[][] values); in stringTable()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DRecordWriter.java18 void boolArray(String name, boolean[] values); in boolArray()
20 void characterArray(String name, char[] values); in characterArray()
22 void namedIndexArray(String name, String[] names, byte[] values); in namedIndexArray()
24 void stringArray(String name, String[] values); in stringArray()
25 void stringTable(String name, String[][] values); in stringTable()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DDescription.java34 T... values); in appendValueList()
40 Iterable<T> values); in appendValueList()
47 Iterable<? extends SelfDescribing> values); in appendList()
58 String end, Iterable<? extends SelfDescribing> values) { in appendList()
74 String end, T... values) { in appendValueList()
80 String end, Iterable<T> values) { in appendValueList()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleFormatter.java100 public String format(CharSequence... values) { in format()
121 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
143 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
155 String[] values = new String[getArgumentLimit()]; in toString() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleFormatter.java97 public String format(CharSequence... values) { in format()
117 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend()
138 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
149 String[] values = new String[getArgumentLimit()]; in toString() local
/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/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/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/toolchain-utils/cros_utils/
Dtabulator.py74 def _AllFloat(values): argument
78 def _GetFloats(values): argument
221 def _AllStringsSame(self, values): argument
229 def _Literal(self, cell, values, baseline_values): argument
232 def _ComputeFloat(self, cell, values, baseline_values): argument
235 def _ComputeString(self, cell, values, baseline_values): argument
241 def _GetGmean(self, values): argument
252 def Compute(self, cell, values, baseline_values): argument
296 def Compute(self, cell, values, baseline_values): argument
309 def Compute(self, cell, values, baseline_values): argument
[all …]
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java82 public Uri insert(Uri uri, ContentValues values) { in insert()
118 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
136 Map<String, String> values = new HashMap<String, String>(); in getProperties() local
150 Map<String, String> values = new HashMap<String, String>(); in getEnvironmentVariables() local
156 Map<String, String> values = new LinkedHashMap<String, String>(); in getArguments() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
DSelfDescribingValueIterator.java8 private Iterator<T> values; field in SelfDescribingValueIterator
10 public SelfDescribingValueIterator(Iterator<T> values) { in SelfDescribingValueIterator()
/external/llvm/tools/llvm-c-test/
Dmetadata.c19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_add_named_metadata_operand() local
31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_set_metadata() local
/external/clang/test/Analysis/
Dregion-store.c27 int values[length]; in concreteOffsetBindingIsInvalidatedBySymbolicOffsetAssignment() local
43 void testConstraintOnRegionOffset(int *values, int length, int i){ in testConstraintOnRegionOffset()
51 void testConstraintOnRegionOffsetStack(int *values, int length, int i) { in testConstraintOnRegionOffsetStack()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DDescribedAs.java17 private final Object[] values; field in DescribedAs
21 public DescribedAs(String descriptionTemplate, Matcher<T> matcher, Object[] values) { in DescribedAs()
66 …ublic static <T> Matcher<T> describedAs(String description, Matcher<T> matcher, Object... values) { in describedAs()
/external/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java195 Collection<Object> values = cache.asMap().values(); in testValues_nullToArray() local
228 Collection<Object> values = cache.asMap().values(); in testValues_clear() local
237 Collection<Object> values = cache.asMap().values(); in testValues_empty_remove() local
253 Collection<Object> values = cache.asMap().keySet(); in testValues_remove() local

12345678910>>...40