Home
last modified time | relevance | path

Searched defs:values (Results 151 – 175 of 16701) sorted by relevance

12345678910>>...669

/aosp_15_r20/hardware/google/pixel/pixelstats/
DStatsHelper.cpp63 std::vector<VendorAtomValue> values(2); in reportSpeakerImpedance() local
82 std::vector<VendorAtomValue> values(5); in reportSpeakerHealthStat() local
107 std::vector<VendorAtomValue> values(2); in reportSlowIo() local
128 std::vector<VendorAtomValue> values(kChargeCyclesBucketsCount); in reportChargeCycles() local
147 std::vector<VendorAtomValue> values(3); in reportHardwareFailed() local
168 std::vector<VendorAtomValue> values(4); in reportSpeechDspStat() local
191 std::vector<VendorAtomValue> values(5); in reportUsbPortOverheat() local
216 std::vector<VendorAtomValue> values(4); in reportUsbDataSessionEvent() local
/aosp_15_r20/external/tensorflow/tensorflow/c/kernels/
H A Dsummary_op_test.cc54 void TestScalarSummaryOp(Tensor* tags, Tensor* values, string expected_output, in TestScalarSummaryOp()
100 Tensor values(DT_FLOAT, {vectorSize}); in TEST() local
117 Tensor values(DT_DOUBLE, {vectorSize}); in TEST() local
134 Tensor values(DT_HALF, {vectorSize}); in TEST() local
150 Tensor values(DT_FLOAT, {2}); in TEST() local
161 Tensor values(DT_FLOAT, {2, 1}); in TEST() local
172 Tensor values(DT_FLOAT, {2, 1}); in TEST() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A 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()
/aosp_15_r20/external/armnn/delegate/test/
H A DDelegateOptionsTest.cpp140 std::vector<std::string> values { "CpuRef", "1", "1"}; variable
175 std::vector<std::string> values { "CpuRef", "1", "0"}; variable
281 std::vector<std::string>& values, in CreateFp16StringParsingTestRun()
321 …std::vector<std::string> values { "CpuRef", "1", "1", "i… variable
330 std::vector<std::string> values { "CpuRef", "TRUE", "true"}; variable
339 std::vector<std::string> values { "CpuRef", "true", "True"}; variable
348 std::vector<std::string> values { "CpuRef", "true", "0"}; variable
357 std::vector<std::string> values { "CpuRef", "1", "false"}; variable
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/data/repository/
H A DZenModeRepositoryTest.kt98 val values = mutableListOf<NotificationManager.Policy?>() in <lambda>() constant
117 val values = mutableListOf<NotificationManager.Policy?>() in <lambda>() constant
136 val values = mutableListOf<Int?>() in <lambda>() constant
155 val values = mutableListOf<List<ZenMode>>() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DBouncerToGoneFlowsTest.kt93 val values by collectValues(underTest.scrimAlpha(500.milliseconds, PRIMARY_BOUNCER)) in scrimAlpha_runDimissFromKeyguard_shadeExpanded() constant
119 val values by collectValues(underTest.scrimAlpha(500.milliseconds, PRIMARY_BOUNCER)) in scrimAlpha_runDimissFromKeyguard_shadeNotExpanded() constant
144 val values by collectValues(underTest.scrimAlpha(500.milliseconds, PRIMARY_BOUNCER)) in scrimBehindAlpha_leaveShadeOpen() constant
203 val values by collectValues(underTest.scrimAlpha(500.milliseconds, PRIMARY_BOUNCER)) in scrimBehindAlpha_doNotLeaveShadeOpen() constant
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DPropertyValuesHolderTest.java108 float[] values = {mStartY, mEndY}; in testGetPropertyName() local
115 float[] values = {mStartY, mEndY}; in testSetPropertyName() local
123 float[] values = {mStartY, mEndY}; in testClone() local
133 float[] values = {mStartY, mEndY}; in testSetValues() local
245 float[] values = {mStartY, mEndY}; in testOfFloat() local
261 float[] values = {mStartY, mEndY}; in testOfFloat_Property() local
281 int[] values = {start, end}; in testOfInt() local
300 int values[] = {startColor, endColor}; in testOfInt_Property() local
409 float[] values = (float[]) animation.getAnimatedValue(); in testOfMultiFloat_Array() local
503 int[] values = (int[]) animation.getAnimatedValue(); in testOfMultiInt_Array() local
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java111 final ValuesDelta values = ValuesDelta.fromAfter(after); in getInsert() local
150 final ContentValues values = new ContentValues(); in buildPhone() local
159 final ContentValues values = new ContentValues(); in buildEmail() local
167 static void insertPhone(RawContactDeltaList set, long rawContactId, ContentValues values) { in insertPhone()
239 final ContentValues values = new ContentValues(); in buildAssertVersion() local
245 final ContentValues values = new ContentValues(); in buildAggregationModeUpdate() local
259 final ContentValues values = new ContentValues(); in buildUpdateAggregationKeepTogether() local
266 static ContentValues buildDataInsert(ValuesDelta values, long rawContactId) { in buildDataInsert()
276 static ContentProviderOperation buildOper(Uri uri, int type, ValuesDelta values) { in buildOper()
280 static ContentProviderOperation buildOper(Uri uri, int type, ContentValues values) { in buildOper()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dslice_test.cc41 Array3D<float> values(3, 3, 3); in TEST_F() local
54 Array3D<float> values(3, 3, 3); in TEST_F() local
67 Array3D<float> values(3, 3, 3); in TEST_F() local
104 Array2D<float> values(256, 256); in XLA_TEST_F() local
126 Array2D<float> values(1, 4096); in TEST_F() local
140 Array2D<float> values(16, 4); in TEST_F() local
158 Array4D<float> values(2, 2, 24, 256); in TEST_F() local
169 Array2D<int> values(2 * 3 * 24, 7); in TEST_F() local
179 Array4D<int> values(2, 3, 5, 7); in TEST_F() local
189 Array4D<float> values(2, 4, 6, 8); in XLA_TEST_F() local
[all …]
/aosp_15_r20/art/test/952-invoke-custom/src/
H A DTestReturnValues.java217 char[] values = { in testCharReturnValues() local
229 double[] values = { in testDoubleReturnValues() local
243 float[] values = { in testFloatReturnValues() local
257 int[] values = {Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.SIZE, -Integer.SIZE}; in testIntReturnValues() local
264 long[] values = {Long.MIN_VALUE, Long.MAX_VALUE, (long) Long.SIZE, (long) -Long.SIZE}; in testLongReturnValues() local
271 Object[] values = {null, "abc", Integer.valueOf(123)}; in testObjectReturnValues() local
284 short[] values = { in testShortReturnValues() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dgeneric_multiset_test.hpp46 value_cont_type values (6); in test_all() local
77 value_cont_type values (5); in test_impl() local
97 void test_generic_multiset<ContainerDefiner>::test_sort(value_cont_type& values) in test_sort()
123 void test_generic_multiset<ContainerDefiner>::test_insert(value_cont_type& values) in test_insert()
159 void test_generic_multiset<ContainerDefiner>::test_swap(value_cont_type& values) in test_swap()
179 void test_generic_multiset<ContainerDefiner>::test_merge(value_cont_type& values) in test_merge()
228 void test_generic_multiset<ContainerDefiner>::test_find(value_cont_type& values) in test_find()
Dunordered_test.hpp49 void test_unordered<ContainerDefiner>::test_all (value_cont_type& values) in test_all()
101 value_cont_type values (5); in test_impl() local
122 void test_unordered<ContainerDefiner>::test_sort(value_cont_type& values) in test_sort()
148 void test_unordered<ContainerDefiner>::test_insert(value_cont_type& values, detail::false_) //not m… in test_insert()
205 void test_unordered<ContainerDefiner>::test_insert(value_cont_type& values, detail::true_) //is mul… in test_insert()
394 void test_unordered<ContainerDefiner>::test_swap(value_cont_type& values) in test_swap()
441 void test_unordered<ContainerDefiner>::test_rehash(value_cont_type& values, detail::true_) in test_rehash()
570 void test_unordered<ContainerDefiner>::test_rehash(value_cont_type& values, detail::false_) in test_rehash()
618 void test_unordered<ContainerDefiner>::test_find(value_cont_type& values) in test_find()
656 void test_unordered<ContainerDefiner>::test_clone(value_cont_type& values) in test_clone()
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/
DBundleHelper.java717 Bundle values; in fromRecord() local
776 Bundle values = bundle.getBundle(VALUES); in toRecord() local
812 Bundle values = new Bundle(); in getBasalMetabolicRateRecordValues() local
818 Metadata metadata, Instant time, ZoneOffset startZoneOffset, Bundle values) { in createBasalMetabolicRateRecord()
827 Bundle values = new Bundle(); in getExerciseSessionRecordValues() local
932 Bundle values) { in createExerciseSessionRecord()
1042 Bundle values = new Bundle(); in getHeartRateRecordValues() local
1059 Bundle values = new Bundle(); in getSleepRecordValues() local
1080 Bundle values = new Bundle(); in getDistanceRecordValues() local
1086 Bundle values = new Bundle(); in getTotalCaloriesBurnedRecord() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops.py160 def concat(values, axis, name: str = 'concat'): argument
176 def leaf_op(values): argument
393 def _extend_op(values, leaf_op, empty_st_op=None): argument
447 def list_op(values): argument
458 def empty_st_op(values): argument
545 def _assert_all_paths_match(values): argument
557 def _assert_all_ranks_match(values): argument
567 def _assert_concat_compatible_structured_tensors(values): argument
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DCtsVerifierReportLog.java124 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
136 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
234 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
246 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
258 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
270 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
282 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
317 public void addValues(String message, JSONArray values) { in addValues()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseCsrTensor.cpp128 …er(const Tensor& compressed_indices, const Tensor& plain_indices, const Tensor& values, const IntA… in _validate_sparse_compressed_tensor_args_worker()
322 …gs(const Tensor& compressed_indices, const Tensor& plain_indices, const Tensor& values, IntArrayRe… in _validate_sparse_compressed_tensor_args()
326 …ensor_args(const Tensor& crow_indices, const Tensor& col_indices, const Tensor& values, IntArrayRe… in _validate_sparse_csr_tensor_args()
330 …ensor_args(const Tensor& ccol_indices, const Tensor& row_indices, const Tensor& values, IntArrayRe… in _validate_sparse_csc_tensor_args()
334 …ensor_args(const Tensor& crow_indices, const Tensor& col_indices, const Tensor& values, IntArrayRe… in _validate_sparse_bsr_tensor_args()
338 …ensor_args(const Tensor& ccol_indices, const Tensor& row_indices, const Tensor& values, IntArrayRe… in _validate_sparse_bsc_tensor_args()
441 auto values = at::empty(values_size, options_.dtype(dtype)); in sparse_compressed_tensor_with_dims() local
455 const Tensor& values, in _sparse_compressed_tensor_unsafe_symint()
482 const Tensor& values, in _sparse_compressed_tensor_unsafe_template()
523 const Tensor& values, in _estimate_sparse_compressed_tensor_size()
[all …]
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/proto/google/cloud/contentwarehouse/v1/
H A Ddocument.proto174 oneof values { oneof
206 repeated int32 values = 1; field
212 repeated float values = 1; field
218 repeated string values = 1; field
224 repeated string values = 1; field
231 repeated google.type.DateTime values = 1; field
237 repeated TimestampValue values = 1; field
/aosp_15_r20/external/googleapis/google/cloud/contentwarehouse/v1/
H A Ddocument.proto188 oneof values { oneof
220 repeated int32 values = 1; field
226 repeated float values = 1; field
232 repeated string values = 1; field
238 repeated string values = 1; field
245 repeated google.type.DateTime values = 1; field
251 repeated TimestampValue values = 1; field
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
H A DMediaStore_FilesTest.java107 ContentValues values = new ContentValues(); in testGetContentUri() local
197 ContentValues values = new ContentValues(); in testCaseSensitivity() local
256 final ContentValues values = new ContentValues(); in testAccessInternal() local
277 final ContentValues values = new ContentValues(); in testAccessInternal() local
296 final ContentValues values = new ContentValues(); in testAccess() local
313 final ContentValues values = new ContentValues(); in testAccess() local
336 ContentValues values = new ContentValues(); in testUpdateMediaType() local
364 ContentValues values = new ContentValues(); in testInsertDocumentFile() local
385 final ContentValues values = new ContentValues(); in testDateAddedFrozen() local
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/
H A DMediaStore_FilesTest.java106 ContentValues values = new ContentValues(); in testGetContentUri() local
195 ContentValues values = new ContentValues(); in testCaseSensitivity() local
253 final ContentValues values = new ContentValues(); in testAccessInternal() local
274 final ContentValues values = new ContentValues(); in testAccessInternal() local
292 final ContentValues values = new ContentValues(); in testAccess() local
309 final ContentValues values = new ContentValues(); in testAccess() local
331 ContentValues values = new ContentValues(); in testUpdateMediaType() local
358 ContentValues values = new ContentValues(); in testInsertDocumentFile() local
378 final ContentValues values = new ContentValues(); in testDateAddedFrozen() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DActionBatch.java114 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
225 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
260 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
309 final ContentValues values = MetadataDbHelper.makeContentValues(0, in execute() local
360 final ContentValues values = MetadataDbHelper.makeContentValues(0, in execute() local
400 final ContentValues values = MetadataDbHelper.makeContentValues( in execute() local
448 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
519 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
558 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, in execute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dfeature_util_test.cc46 auto values = GetFeatureValues<protobuf_int64>(feature); in TEST() local
96 std::vector<int> values{1, 2, 3}; in TEST() local
113 auto values = GetFeatureValues<float>(feature); in TEST() local
184 auto values = GetFeatureValues<std::string>(feature); in TEST() local
239 std::vector<double> values{1.1, 2.2, 3.3}; in TEST() local
252 std::vector<double> values{1.1, 2.2, 3.3}; in TEST() local
290 std::vector<double> values{1.1, 2.2, 3.3}; in TEST() local
303 std::vector<double> values{1.1, 2.2, 3.3}; in TEST() local
330 std::vector<std::string> values = {"hello", "world"}; in TEST() local
345 std::vector<protobuf_int64> values{1, 2, 3}; in TEST() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/ui/
H A DAnimatedValueTest.kt39 val values = events.toAnimatedValueFlow() in <lambda>() constant
52 val values = events.toAnimatedValueFlow() in <lambda>() constant
65 val values = events.toAnimatedValueFlow() in <lambda>() constant
79 val values = events.toAnimatedValueFlow() in <lambda>() constant
94 val values = events.toAnimatedValueFlow() in <lambda>() constant
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dtensor_test.cc78 std::string ToProtoContent(std::initializer_list<T> values) { in ToProtoContent()
84 std::string ToProtoContent(std::initializer_list<string_view> values) { in ToProtoContent()
103 std::initializer_list<int32_t> values{1, 2, 3, 4}; in TEST() local
114 std::initializer_list<string_view> values{"abc", "de", "", in TEST() local
126 std::initializer_list<int32_t> values{5, 6, 7, 8, 9, 10}; in TEST() local
138 std::initializer_list<string_view> values{"aaaaaaaa", "b", "cccc", "ddddddd"}; in TEST() local
161 std::initializer_list<int32_t> values{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in TEST() local
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
H A DReportLog.java79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric()
156 double[] values = new double[length]; in parse() local
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
242 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
249 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
256 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
263 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
270 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()

12345678910>>...669