Home
last modified time | relevance | path

Searched defs:values (Results 176 – 200 of 16701) sorted by relevance

12345678910>>...669

/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A 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()
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DGenericDocumentParcel.java461 public Builder putInPropertyMap(@NonNull String name, @NonNull String[] values) in putInPropertyMap()
471 public Builder putInPropertyMap(@NonNull String name, @NonNull boolean[] values) { in putInPropertyMap()
480 public Builder putInPropertyMap(@NonNull String name, @NonNull double[] values) { in putInPropertyMap()
489 public Builder putInPropertyMap(@NonNull String name, @NonNull long[] values) { in putInPropertyMap()
497 public Builder putInPropertyMap(@NonNull String name, @NonNull byte[][] values) { in putInPropertyMap()
506 @NonNull String name, @NonNull GenericDocumentParcel[] values) { in putInPropertyMap()
515 public Builder putInPropertyMap(@NonNull String name, @NonNull EmbeddingVector[] values) { in putInPropertyMap()
525 @NonNull String name, @NonNull AppSearchBlobHandle[] values) { in putInPropertyMap()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-080.md3 ### CVE Number
6 ### Impact
31 ### Patches
36 ### For more information
39 ### Attribution
/aosp_15_r20/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
H A DLegacyStorageTest.java384 ContentValues values = new ContentValues(); in testInsertHiddenFile() local
721 ContentValues values = new ContentValues(); in testCanRenameAFileWithNoDBRow_hasRW() local
825 ContentValues values = new ContentValues(); in assertFileInsertWithMimeType() local
908 ContentValues values = new ContentValues(); in testLegacySystemGalleryCanUpdateToExistingDirectory() local
982 ContentValues values = new ContentValues(); in testScanUpdatesMetadataForNewlyAddedFile_hasRW() local
1091 ContentValues values = new ContentValues(); in testInsertFromExternalDirsViaData() local
1122 ContentValues values = new ContentValues(); in testUpdateToExternalDirsViaData() local
1149 ContentValues values = new ContentValues(); in testInsertToOtherAppPrivateDirFails() local
1157 values); in testInsertToOtherAppPrivateDirFails() local
1163 ContentValues values = new ContentValues(); in testInsertToOtherAppPrivateDirFails() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSorting.cpp415 Tensor& values, in kthvalue_out_impl_cpu()
502 Tensor& values, in median_with_indices_impl()
784 Tensor& values, in kthvalue_out_cpu()
800 Tensor& values, in kthvalue_out()
811 Tensor values = at::empty({0}, self.options()); in kthvalue() local
850 Tensor& values, in median_out_cpu()
866 Tensor& values, in median_out()
876 Tensor values = at::empty({0}, self.options()); in median() local
897 Tensor& values, in nanmedian_out_cpu()
913 Tensor& values, in nanmedian_out()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
H A DSwipeToDismissInteractorTest.kt51 val values by collectValues(underTest.dismissFling) in <lambda>() constant
71 val values by collectValues(underTest.dismissFling) in <lambda>() constant
97 val values by collectValues(underTest.dismissFling) in <lambda>() constant
/aosp_15_r20/developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
DProvisioningValuesLoader.java61 HashMap<String, String> values = new HashMap<>(); in loadInBackground() local
69 public void deliverResult(Map<String, String> values) { in deliverResult() argument
99 private void loadFromDisk(HashMap<String, String> values) { in loadFromDisk() argument
114 private void loadFromFile(HashMap<String, String> values, File file) throws IOException { in loadFromFile() argument
133 private void gatherAdminExtras(HashMap<String, String> values) { in gatherAdminExtras() argument
155 private void loadSystemValues(HashMap<String, String> values) { in loadSystemValues() argument
/aosp_15_r20/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
H A DProvisioningValuesLoader.java60 HashMap<String, String> values = new HashMap<>(); in loadInBackground() local
68 public void deliverResult(Map<String, String> values) { in deliverResult() argument
98 private void loadFromDisk(HashMap<String, String> values) { in loadFromDisk() argument
113 private void loadFromFile(HashMap<String, String> values, File file) throws IOException { in loadFromFile() argument
138 private void gatherAdminExtras(HashMap<String, String> values) { in gatherAdminExtras() argument
161 private void loadSystemValues(HashMap<String, String> values) { in loadSystemValues() argument
/aosp_15_r20/developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
H A DProvisioningValuesLoader.java61 HashMap<String, String> values = new HashMap<>(); in loadInBackground() local
69 public void deliverResult(Map<String, String> values) { in deliverResult() argument
99 private void loadFromDisk(HashMap<String, String> values) { in loadFromDisk() argument
114 private void loadFromFile(HashMap<String, String> values, File file) throws IOException { in loadFromFile() argument
133 private void gatherAdminExtras(HashMap<String, String> values) { in gatherAdminExtras() argument
155 private void loadSystemValues(HashMap<String, String> values) { in loadSystemValues() argument
/aosp_15_r20/external/rust/android-crates-io/crates/async-stream/tests/
Dstream.rs45 let values: Vec<_> = s.collect().await; in yield_single_value() localVariable
75 let values: Vec<_> = s.collect().await; in yield_multi_value() localVariable
96 let values: Vec<_> = s.collect().await; in unit_yield_in_select() localVariable
115 let values: Vec<_> = s.collect().await; in yield_with_select() localVariable
131 let values: Vec<_> = s.collect().await; in return_stream() localVariable
193 let values: Vec<_> = s.collect().await; in stream_in_stream() localVariable
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java163 ContentValues values = new ContentValues(); in testMarkAsDirtyParameter() local
174 ContentValues values = new ContentValues(); in testGroupDirtyClearedWhenSetExplicitly() local
210 ContentValues values = new ContentValues(); in testGroupVersionUpdates() local
254 final ContentValues values = new ContentValues(); in testDelayVisibleTransaction() local
303 final ContentValues values = new ContentValues(); in testLocalMixedVisible() local
316 final ContentValues values = new ContentValues(); in testUngroupedVisible() local
346 final ContentValues values = new ContentValues(); in testMultipleSourcesVisible() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_util_test.cc298 std::vector<string> values{"a", "b", "c"}; in TEST() local
322 std::vector<int32> values{1, 2}; in TEST() local
342 std::vector<int64_t> values{1, 2}; in TEST() local
362 std::vector<uint32> values{1, 2}; in TEST() local
382 std::vector<uint64> values{1, 2}; in TEST() local
402 std::vector<float> values{1.1, 2.2}; in TEST() local
422 std::vector<double> values{1.1, 2.2}; in TEST() local
442 std::vector<bool> values{true, false}; in TEST() local
547 std::vector<T> values; in CreateAsProtoTensorContent() local
558 std::vector<T> values; in CreateAsProtoField() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt295 val values = mutableListOf<Float>() in <lambda>() constant
385 val values = mutableListOf<DozeTransitionModel>() in <lambda>() constant
452 val values = mutableListOf<Point?>() in <lambda>() constant
481 val values = mutableListOf<Point?>() in <lambda>() constant
506 val values = mutableListOf<BiometricUnlockSource?>() in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/types/
DParceledArrayTest.kt37 val values = mapOf("key" to arrayOf("String")) in valid() constant
50 val values = mapOf("key" to arrayOf(Point())) in wrongElementType() constant
100 val values = mapOf("key" to 1) in wrongType() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/api/
H A DPrefixVisitorTest.java36 List<CldrValue> values = new ArrayList<>(); in TestSinglePathProcessing() local
69 List<CldrValue> values = new ArrayList<>(); in TestSameParentPathProcessing() local
105 List<CldrValue> values = new ArrayList<>(); in TestMultiplePathProcessing() local
190 List<CldrValue> values = new ArrayList<>(); in TestNestedPrefixVisitors() local
264 List<CldrValue> values = new ArrayList<>(); in TestParentPathsNotAllowed() local
281 private static void addTo(List<CldrValue> values, String fullPath, String value) { in addTo()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DPrimaryBouncerToDozingTransitionViewModelTest.kt66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant
88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentView_udfpsNotEnrolledAndEnabled_noUpdates() constant
108 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
H A DAlternateBouncerToDozingTransitionViewModelTest.kt66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant
88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled() constant
108 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
H A DGlanceableHubToLockscreenTransitionViewModelTest.kt56 val values by collectValues(underTest.keyguardAlpha) in lockscreenFadeIn() constant
92 val values by collectValues(underTest.keyguardTranslationX) in lockscreenTranslationX() constant
121 val values by collectValues(underTest.keyguardTranslationX) in lockscreenTranslationX_resetsAfterCancellation() constant
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorstate.cpp77 std::vector<float> values) { in SetFillColor()
84 std::vector<float> values) { in SetStrokeColor()
91 pdfium::span<float> values) { in SetFillPattern()
98 pdfium::span<float> values) { in SetStrokePattern()
105 std::vector<float> values, in SetColor()
129 pdfium::span<float> values, in SetPattern()
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
H A DMetricsReportLog.java115 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
129 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
202 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
214 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
226 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
238 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
250 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.cc60 void SetTensorData(const std::vector<T>& values, TfLitePtrUnion* data) { in SetTensorData()
79 const auto& values = testing::Split<T>(csv_values, ","); in SetData() local
276 const auto& values = testing::Split<float>(csv_values, ","); in SetInput() local
282 const auto& values = testing::Split<int32_t>(csv_values, ","); in SetInput() local
288 const auto& values = testing::Split<int64_t>(csv_values, ","); in SetInput() local
294 const auto& values = testing::Split<uint8_t>(csv_values, ","); in SetInput() local
300 const auto& values = testing::Split<bool>(csv_values, ","); in SetInput() local
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DDeviceReportLog.java98 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
112 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
185 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
197 public void addValues(String message, long[] values, ResultType type, ResultUnit unit) { in addValues()
209 public void addValues(String message, float[] values, ResultType type, ResultUnit unit) { in addValues()
221 public void addValues(String message, boolean[] values, ResultType type, ResultUnit unit) { in addValues()
233 public void addValues(String message, List<String> values, ResultType type, ResultUnit unit) { in addValues()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp235 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P() local
336 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P() local
373 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P() local
402 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P() local
457 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P() local
569 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P_GUARDED() local
656 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P_GUARDED() local
751 const vector<FieldValue>& values = event.getValues(); in TEST_P() local
780 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P_GUARDED() local
805 const vector<FieldValue>& values = logEvent.getValues(); in TEST_P_GUARDED() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java99 ContentValues values = new ContentValues(); in insertKey() local
244 ContentValues values = new ContentValues(); in setRecoveryStatus() local
329 ContentValues values = new ContentValues(); in setPlatformKeyGenerationId() local
384 ContentValues values = new ContentValues(); in setUserSerialNumber() local
401 ContentValues values = new ContentValues(); in setBadRemoteGuessCounter() local
448 ContentValues values = new ContentValues(); in invalidateKeysForUser() local
460 ContentValues values = new ContentValues(); in invalidateKeysForUserIdOnCustomScreenLock() local
670 ContentValues values = new ContentValues(); in setRecoverySecretTypes() local
761 ContentValues values = new ContentValues(); in setActiveRootOfTrust() local
1027 ContentValues values = new ContentValues(); in setLong() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A 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()

12345678910>>...669