/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/ |
H A D | Percentile.java | 206 public void setData(final double[] values) { in setData() 218 public void setData(final double[] values, final int begin, final int length) in setData() 270 public double evaluate(final double[] values, final double p) in evaluate() 300 public double evaluate(final double[] values, final int start, final int length) in evaluate() 335 public double evaluate(final double[] values, final int begin, in evaluate() 442 protected double[] getWorkArray(final double[] values, final int begin, final int length) { in getWorkArray() 477 private static double[] copyOf(final double[] values, final int begin, final int length) { in copyOf() 492 private static double[] replaceAndSlice(final double[] values, in replaceAndSlice() 513 private static double[] removeAndSlice(final double[] values, in removeAndSlice() 556 private int[] getPivots(final double[] values) { in getPivots() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/ |
D | AbstractDbIntegrationTest.java | 390 ContentValues values = new ContentValues(); in insertToDb() local 461 ContentValues values = new ContentValues(); in insertToDb() local 474 ContentValues values = new ContentValues(); in insertToDb() local 517 ContentValues values = new ContentValues(); in insertToDb() local 555 ContentValues values = new ContentValues(); in insertToDb() local 583 ContentValues values = new ContentValues(); in insertToDb() local 633 ContentValues values = new ContentValues(); in insertToDb() local 653 ContentValues values = new ContentValues(); in insertToDb() local 714 ContentValues values = new ContentValues(); in insertToDb() local 732 ContentValues values = new ContentValues(); in insertToDb() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | list_test.cpp | 63 void test_list< ListType, ValueContainer >::test_all(ValueContainer& values) in test_all() 91 ::test_front_back(ValueContainer& values) in test_front_back() 119 ::test_sort(ValueContainer& values) in test_sort() 138 ::test_remove_unique (ValueContainer& values) in test_remove_unique() 180 ::test_merge (ValueContainer& values) in test_merge() 196 ::test_insert(ValueContainer& values) in test_insert() 239 ::test_shift(ValueContainer& values) in test_shift() 274 ::test_swap(ValueContainer& values) in test_swap() 350 ::test_container_from_end(ValueContainer& values, detail::true_type) in test_container_from_end() 359 ::test_clone(ValueContainer& values) in test_clone()
|
D | generic_assoc_test.hpp | 59 test_container_from_iterator(value_cont_type& values, detail::true_type) in test_container_from_iterator() 86 value_cont_type values(MaxValues); in test_insert_erase_burst() local 134 void test_generic_assoc<ContainerDefiner>::test_all(value_cont_type& values) in test_all() 150 void test_generic_assoc<ContainerDefiner>::test_root(value_cont_type& values) in test_root() 180 void test_generic_assoc<ContainerDefiner>::test_clone(value_cont_type& values) in test_clone() 209 ::test_container_from_end(value_cont_type& values, detail::true_type) in test_container_from_end() 220 (value_cont_type& values, detail::true_type) in test_splay_up() 255 (value_cont_type& values, detail::true_type) in test_splay_down() 291 (value_cont_type& values, detail::true_type) in test_rebalance() 326 (value_cont_type& values, detail::true_type) in test_insert_before()
|
/aosp_15_r20/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 330 const std::vector<VendorAtomValue> &values, in reportVendorAtom() 417 std::vector<uint64_t> values; in readProcStat() local 555 const std::vector<uint64_t> &values = itr->second; in getValueFromParsedProcStat() local 668 std::vector<VendorAtomValue> values = genPixelMmMetricsPerHour(); in logPixelMmMetricsPerHour() local 678 std::vector<VendorAtomValue> values = readAndGenGcmaPerHour(); in logGcmaPerHour() local 695 std::vector<VendorAtomValue> values = genMmProcessUsageByOomGroupSnapshotAtom(m); in logMmProcessUsageByOomGroupSnapshot() local 720 std::vector<VendorAtomValue> values(last_value_index + 1, tmp); in genPixelMmMetricsPerHour() local 734 std::vector<VendorAtomValue> values = genPixelMmMetricsPerDay(); in logPixelMmMetricsPerDay() local 744 std::vector<VendorAtomValue> values = readAndGenGcmaPerDay(); in logGcmaPerDay() local 776 std::vector<VendorAtomValue> values(last_value_index + 1, tmp); in genPixelMmMetricsPerDay() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/settings/ |
H A D | ControlsSettingsRepositoryImplTest.kt | 82 val values = mutableListOf<Boolean>() in showInLockScreen() constant 109 val values = mutableListOf<Boolean>() in showInLockScreen_changesInOtherUsersAreNotQueued() constant 129 val values = mutableListOf<Boolean>() in actionInLockScreen() constant 156 val values = mutableListOf<Boolean>() in actionInLockScreen_changesInOtherUsersAreNotQueued() constant
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_native_functions.py | 11 def forward(self, values, incr: Optional[List[float]]): argument 16 def forward(self, values, incr: Optional[List[int]]): argument 80 def wrapper(values): argument 94 def fake_module(values, const): argument 134 def wrapper(values): argument 148 def fake_module(values, const): argument 188 def wrapper(values): argument 215 def fake_module(values, const): argument
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DbModifierWithNotification.java | 109 public long insert(String table, String nullColumnHack, ContentValues values) { in insert() 126 public long insert(ContentValues values) { in insert() 173 public int update(Uri uri, String table, ContentValues values, String whereClause, in update() 234 private boolean updateDirtyFlag(ContentValues values, Set<String> packagesModified) { in updateDirtyFlag() 257 private boolean isUpdatingVoicemailColumns(ContentValues values) { in isUpdatingVoicemailColumns() 267 ContentValues values = new ContentValues(); in updateLastModified() local 299 ContentValues values = new ContentValues(); in delete() local 360 private Set<String> getModifiedPackages(ContentValues values) { in getModifiedPackages() 403 private static Boolean getAsBoolean(ContentValues values, String key) { in getAsBoolean()
|
D | DataRowHandler.java | 116 ContentValues values) { in insert() 159 ContentValues values, Cursor c, boolean callerIsSyncAdapter) { in update() 184 public boolean containsSearchableColumns(ContentValues values) { in containsSearchableColumns() 197 public void handleHashIdForInsert(ContentValues values) { in handleHashIdForInsert() 223 private void handleHashIdForUpdate(ContentValues values, long dataId) { in handleHashIdForUpdate() 253 private void handlePrimaryAndSuperPrimary(TransactionContext txContext, ContentValues values, in handlePrimaryAndSuperPrimary() 390 final ContentValues values = new ContentValues(); in getAugmentedValues() local 425 public boolean areAllEmpty(ContentValues values, String[] keys) { in areAllEmpty() 437 public boolean areAnySpecified(ContentValues values, String[] keys) { in areAnySpecified()
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | MediaProviderTest.java | 547 final ContentValues values = new ContentValues(); in testCheckUriPermission() local 593 final ContentValues values = new ContentValues(); in testActionLongFileNameItemHasTrimmedFileName() local 618 final ContentValues values = new ContentValues(); in testInsertionWithFilePathOnAnotherUserVolume_throwsIllegalArgumentException() local 636 final ContentValues values = new ContentValues(); in testInsertionWithInvalidFilePath_throwsIllegalArgumentException() local 652 final ContentValues values = new ContentValues(); in testUpdationWithInvalidFilePath_throwsIllegalArgumentException() local 803 final ContentValues values = new ContentValues(); in testBuildData_withUserId() local 821 final ContentValues values = new ContentValues(); in testSpecialFormatDefaultValue() local 943 final ContentValues values = new ContentValues(); in testEnsureFileColumns_InvalidMimeType_targetSdkQ() local 1311 final ContentValues values = computeDataValues(data); in testComputeDataValues_Grouped() local 1320 ContentValues values; in testComputeDataValues_Extensions() local [all …]
|
/aosp_15_r20/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | TvProvider.java | 1588 public Uri insert(Uri uri, ContentValues values) { in insert() 1645 private Uri insertChannel(Uri uri, ContentValues values) { in insertChannel() 1664 private Uri insertProgram(Uri uri, ContentValues values) { in insertProgram() 1686 private Uri insertWatchedProgram(Uri uri, ContentValues values) { in insertWatchedProgram() 1719 private Uri insertRecordedProgram(Uri uri, ContentValues values) { in insertRecordedProgram() 1736 private Uri insertPreviewProgram(Uri uri, ContentValues values) { in insertPreviewProgram() 1757 private Uri insertWatchNextProgram(Uri uri, ContentValues values) { in insertWatchNextProgram() 1807 ContentValues values = new ContentValues(); in delete() local 1838 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() 1998 private void filterContentValues(ContentValues values, Map<String, String> projectionMap) { in filterContentValues() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/math/ |
H A D | StatsAccumulator.java | 80 public void addAll(Iterable<? extends Number> values) { in addAll() 92 public void addAll(Iterator<? extends Number> values) { in addAll() 103 public void addAll(double... values) { in addAll() 114 public void addAll(int... values) { in addAll() 126 public void addAll(long... values) { in addAll() 136 public void addAll(Stats values) { in addAll() 149 public void addAll(StatsAccumulator values) { in addAll()
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A D | encoder_test.cc | 262 constexpr uint32_t values[] = {0, 50, 100, 150, 200}; in TEST() local 282 constexpr uint32_t values[] = {0, 50, 100, 150, 200}; in TEST() local 300 constexpr uint32_t values[] = {0, 50, 100, 150, 200}; in TEST() local 311 const pw::Vector<uint32_t, 5> values = {0, 50, 100, 150, 200}; in TEST() local 329 const pw::Vector<uint32_t, 5> values = {0, 50, 100, 150, 200}; in TEST() local 341 constexpr bool values[] = {true, false, true, true, false}; in TEST() local 360 constexpr uint32_t values[] = {0, 50, 100, 150, 200}; in TEST() local 384 const pw::Vector<uint32_t, 5> values = {0, 50, 100, 150, 200}; in TEST() local 408 const pw::Vector<int32_t, 5> values = {0, 50, 100, 150, 200}; in TEST() local 432 constexpr int32_t values[] = {-100, -25, -1, 0, 1, 25, 100}; in TEST() local [all …]
|
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/ |
D | vertex_buffer_test.cc | 149 Result SetData(uint8_t location, Format* format, std::vector<Value> values) { in SetData() 171 std::vector<Value> values(4); in TEST_F() local 190 std::vector<Value> values(4); in TEST_F() local 209 std::vector<Value> values(4); in TEST_F() local 228 std::vector<Value> values(4); in TEST_F() local 247 std::vector<Value> values(4); in TEST_F() local 266 std::vector<Value> values(4); in TEST_F() local 285 std::vector<Value> values(4); in TEST_F() local 304 std::vector<Value> values(4); in TEST_F() local 323 std::vector<Value> values(3); in TEST_F() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/ |
H A D | Variance.java | 227 public double evaluate(final double[] values) throws MathIllegalArgumentException { in evaluate() 256 public double evaluate(final double[] values, final int begin, final int length) in evaluate() 316 public double evaluate(final double[] values, final double[] weights, in evaluate() 372 public double evaluate(final double[] values, final double[] weights) in evaluate() 403 public double evaluate(final double[] values, final double mean, in evaluate() 456 …public double evaluate(final double[] values, final double mean) throws MathIllegalArgumentExcepti… in evaluate() 505 public double evaluate(final double[] values, final double[] weights, in evaluate() 580 public double evaluate(final double[] values, final double[] weights, final double mean) in evaluate()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
H A 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()
|
/aosp_15_r20/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
H A D | CalendarTest.java | 142 ContentValues values = new ContentValues(); in getNewCalendarValues() local 184 ContentValues values = new ContentValues(); in getUpdateCalendarValuesWithOriginal() local 246 ContentValues values = new ContentValues(); in getNewSyncStateValues() local 368 ContentValues values = new ContentValues(); in getNewEventValues() local 449 ContentValues values = getNewEventValues(account, seed, calendarId, asSyncAdapter); in getNewRecurringEventValues() local 472 ContentValues values = new ContentValues(); in getNewExceptionValues() local 481 ContentValues values = new ContentValues(); in getUpdateEventValuesWithOriginal() local 510 public static void addDefaultReadOnlyValues(ContentValues values, String account, in addDefaultReadOnlyValues() 542 public static int deleteEvent(ContentResolver resolver, Uri uri, ContentValues values) { in deleteEvent() 1073 ContentValues values = entity.getEntityValues(); in testEventsEntityQuery() local [all …]
|
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/ |
H A D | MediaStoreAudioTestHelper.java | 66 final ContentValues values = getContentValues(volumeName); in insert() local 111 ContentValues values = new ContentValues(); in getContentValues() local 173 ContentValues values = new ContentValues(); in getContentValues() local 216 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 234 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 252 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 273 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 295 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 320 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
|
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/ |
H A D | MediaStoreAudioTestHelper.java | 66 final ContentValues values = getContentValues(volumeName); in insert() local 111 ContentValues values = new ContentValues(); in getContentValues() local 173 ContentValues values = new ContentValues(); in getContentValues() local 216 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 234 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 252 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 273 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 295 ContentValues values = super.getContentValues(volumeName); in getContentValues() local 320 ContentValues values = super.getContentValues(volumeName); in getContentValues() local
|
/aosp_15_r20/external/selinux/python/sepolicy/ |
H A D | sepolicy.py | 56 def __call__(self, parser, namespace, values, option_string=None): argument 64 def __call__(self, parser, namespace, values, option_string=None): argument 79 def __call__(self, parser, namespace, values, option_string=None): argument 102 def __call__(self, parser, namespace, values, option_string=None): argument 127 def __call__(self, parser, namespace, values, option_string=None): argument 139 def __call__(self, parser, namespace, values, option_string=None): argument 153 def __call__(self, parser, namespace, values, option_string=None): argument 166 def __call__(self, parser, namespace, values, option_string=None): argument 181 def __call__(self, parser, namespace, values, option_string=None): argument 215 def __call__(self, parser, namespace, values, option_string=None): argument
|
/aosp_15_r20/external/aac/libAACenc/src/ |
H A D | bit_cnt.cpp | 121 static void FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *const values, in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 187 static void FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *const values, in FDKaacEnc_count3_4_5_6_7_8_9_10_11() 253 static void FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *const values, in FDKaacEnc_count5_6_7_8_9_10_11() 315 static void FDKaacEnc_count7_8_9_10_11(const SHORT *const values, in FDKaacEnc_count7_8_9_10_11() 375 static void FDKaacEnc_count9_10_11(const SHORT *const values, const INT width, in FDKaacEnc_count9_10_11() 431 static void FDKaacEnc_count11(const SHORT *const values, const INT width, in FDKaacEnc_count11() 484 static void FDKaacEnc_countEsc(const SHORT *const values, const INT width, in FDKaacEnc_countEsc() 543 INT FDKaacEnc_bitCount(const SHORT *const values, const INT width, in FDKaacEnc_bitCount() 560 INT FDKaacEnc_countValues(SHORT *RESTRICT values, INT width, INT codeBook) { in FDKaacEnc_countValues() 725 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, in FDKaacEnc_codeValues()
|
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/ |
D | GenericDocumentToProtoConverter.java | 187 String[] values = new String[property.getStringValuesCount()]; in toGenericDocument() local 193 long[] values = new long[property.getInt64ValuesCount()]; in toGenericDocument() local 199 double[] values = new double[property.getDoubleValuesCount()]; in toGenericDocument() local 217 GenericDocument[] values = new GenericDocument[property.getDocumentValuesCount()]; in toGenericDocument() local 225 EmbeddingVector[] values = new EmbeddingVector[property.getVectorValuesCount()]; in toGenericDocument() local 231 AppSearchBlobHandle[] values = in toGenericDocument() local 255 float[] values = new float[vectorProto.getValuesCount()]; in vectorProtoToEmbeddingVector() local
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | SQLiteQueryBuilderTest.java | 505 final ContentValues values = new ContentValues(); in testUpdate() local 572 final ContentValues values = new ContentValues(); in testStrictUpdate() local 739 final ContentValues values = new ContentValues(); in testStrictInsertValues() local 754 final ContentValues values = new ContentValues(); in testStrictUpdateValues() local 847 final ContentValues values = new ContentValues(); in testShouldAppendRowId_hasIdInValues_notAppendId() local 857 final ContentValues values = new ContentValues(); in testShouldAppendRowId_noDataInValues_notAppendId() local 865 final ContentValues values = new ContentValues(); in testShouldAppendRowId_noIdInProjectionMap_notAppendId() local 881 final ContentValues values = new ContentValues(); in testShouldAppendRowId_noProjectionMap_notAppendId() local 890 final ContentValues values = new ContentValues(); in testShouldAppendRowId_hasIdInProjectionMap_shouldAppendId() local 904 private void assertStrictInsertValid(ContentValues values) { in assertStrictInsertValid() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.h | 2716 XlaOp ConstantR1(XlaBuilder* builder, absl::Span<const NativeT> values) { in ConstantR1() 2733 const tensorflow::core::Bitmap& values) { in ConstantR1() 2739 std::initializer_list<std::initializer_list<NativeT>> values) { in ConstantR2() 2745 const Array<NativeT>& values, in ConstantFromArrayWithLayout() 2752 XlaOp ConstantFromArray(XlaBuilder* builder, const Array<NativeT>& values) { in ConstantFromArray() 2759 const Array2D<NativeT>& values, in ConstantR2FromArray2DWithLayout() 2767 const Array2D<NativeT>& values) { in ConstantR2FromArray2D() 2774 const Array3D<NativeT>& values, in ConstantR3FromArray3DWithLayout() 2783 const Array3D<NativeT>& values) { in ConstantR3FromArray3D() 2789 const Array4D<NativeT>& values, in ConstantR4FromArray4DWithLayout() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/configparser/tests/ |
D | test.ini | 14 [values] section 15 Bool = True 16 Boolcoerce = 0 17 Int = -31415 18 Uint = 31415 19 Float = 3.1415
|