/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | unordered_map_modifiers_test.h | 36 std::vector<T> values; in TYPED_TEST_P() local 76 std::vector<T> values; in TYPED_TEST_P() local 104 std::vector<T> values; in TYPED_TEST_P() local 241 std::vector<T> values; in TYPED_TEST_P() local 259 std::vector<T> values; in TYPED_TEST_P() local 271 std::vector<T> values; in TYPED_TEST_P() local
|
/aosp_15_r20/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | Utils.java | 192 ContentValues values = new ContentValues(); in insertChannel() local 201 ContentValues values = new ContentValues(); in insertPrograms() local 232 ContentValues values = new ContentValues(); in insertPreviewPrograms() local 266 ContentValues values = new ContentValues(); in insertRecordedPrograms() local 300 ContentValues values = new ContentValues(); in insertWatchedPrograms() local 336 ContentValues values = new ContentValues(); in insertWatchNextPrograms() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | unordered_map_modifiers_test.h | 36 std::vector<T> values; in TYPED_TEST_P() local 76 std::vector<T> values; in TYPED_TEST_P() local 104 std::vector<T> values; in TYPED_TEST_P() local 241 std::vector<T> values; in TYPED_TEST_P() local 259 std::vector<T> values; in TYPED_TEST_P() local 271 std::vector<T> values; in TYPED_TEST_P() local
|
/aosp_15_r20/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
H A D | PersistentHashArrayMappedTrie.java | 108 private final V[] values; field in PersistentHashArrayMappedTrie.CollisionLeaf 119 private CollisionLeaf(K[] keys, V[] values) { in CollisionLeaf() 192 final Node<K,V>[] values; field in PersistentHashArrayMappedTrie.CompressedIndex 195 private CompressedIndex(int bitmap, Node<K,V>[] values, int size) { in CompressedIndex() 254 Node<K,V>[] values = (Node<K,V>[]) new Node<?,?>[] {node}; in combine() local 264 Node<K,V>[] values = (Node<K,V>[]) new Node<?,?>[] {node1, node2}; in combine() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | unordered_map_modifiers_test.h | 36 std::vector<T> values; in TYPED_TEST_P() local 76 std::vector<T> values; in TYPED_TEST_P() local 104 std::vector<T> values; in TYPED_TEST_P() local 241 std::vector<T> values; in TYPED_TEST_P() local 259 std::vector<T> values; in TYPED_TEST_P() local 271 std::vector<T> values; in TYPED_TEST_P() local
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_subclasses.py | 472 def __init__(self, values, offsets): argument 2037 def fn(values, offsets): argument 2051 def fn(values, offsets1, offsets2): argument 2079 def fn(values, offsets, offsets2): argument 2096 def arg_fn(values=values, other_values=other_values, offsets=offsets): argument 2107 values=values, other_values=other_values, offsets=different_offsets argument 2116 def fn(values, lengths): argument 2129 def fn(values, lengths): argument 2145 def fn(values, offsets): argument 2154 def fn(values, offsets): argument [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/coroutines/ |
H A D | Flow.kt | 48 val values by in collectLastValue() constant 73 val values = mutableListOf<T>() in collectValues() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/coroutines/ |
D | Flows.kt | 48 val values by in collectLastValue() constant 73 val values = mutableListOf<T>() in collectValues() constant
|
/aosp_15_r20/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/ |
H A D | SimPhonebookContract_ContentNotificationsTest.java | 105 ContentValues values = new ContentValues(); in insert_notifiesObserver() local 107 mResolver.insert(SimPhonebookContract.SimRecords.getContentUri(mSubId, EF_ADN), values); in insert_notifiesObserver() local 116 ContentValues values = new ContentValues(); in update_notifiesObserver() local 134 ContentValues values = new ContentValues(); in delete_notifiesObserver() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2TransactionTest.java | 63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_insert() local 90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_update() local 124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_delete() local 153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_bulkInsert() local
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/coroutines/ |
D | Flow.kt | 48 val values by in collectLastValue() constant 73 val values = mutableListOf<T>() in collectValues() constant
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | Utils.cpp | 22 Tensor tensor_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_cpu() 33 Tensor tensor_backend(ArrayRef<T> values, const TensorOptions& options) { in tensor_backend() 39 Tensor tensor_complex_cpu(ArrayRef<T> values, const TensorOptions& options) { in tensor_complex_cpu() 51 ArrayRef<T> values, in tensor_complex_backend()
|
/aosp_15_r20/libcore/json/src/test/java/libcore/org/json/ |
H A D | JSONArrayTest.java | 334 JSONArray values = new JSONArray(); in testToJSONObject() local 352 JSONArray values = new JSONArray(); in testToJSONObjectWithNulls() local 367 JSONArray values = new JSONArray(); in testToJSONObjectMoreNamesThanValues() local 377 JSONArray values = new JSONArray(); in testToJSONObjectMoreValuesThanNames() local 388 JSONArray values = new JSONArray(); in testToJSONObjectNullKey() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
H A D | Percentile.java | 131 public void setData(final double[] values) { in setData() 143 public void setData(final double[] values, final int begin, final int length) { in setData() 191 public double evaluate(final double[] values, final double p) { in evaluate() 221 public double evaluate( final double[] values, final int start, final int length) { in evaluate() 255 public double evaluate(final double[] values, final int begin, in evaluate()
|
/aosp_15_r20/external/webrtc/video/ |
H A D | full_stack_tests_plot.py | 94 def __init__(self, label, values, flags): argument 158 def _Hide(self, values): argument 188 def AverageOverCycle(values, length): argument 242 def _SliceValues(values): argument 319 def __call__(self, parser, namespace, values, option_string=None): argument
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/AutoDiff/ |
H A D | AutoDiffVector.h | 45 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
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | ArrayInitializerExpr.java | 48 private NodeList<Expression> values; field in ArrayInitializerExpr 55 public ArrayInitializerExpr(NodeList<Expression> values) { in ArrayInitializerExpr() 63 public ArrayInitializerExpr(TokenRange tokenRange, NodeList<Expression> values) { in ArrayInitializerExpr() 87 public ArrayInitializerExpr setValues(final NodeList<Expression> values) { in setValues()
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/ |
D | UserIdentificationAssociationResponse.java | 76 @UserIdentificationAssociationValue int[] values) { in UserIdentificationAssociationResponse() 103 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 114 public static UserIdentificationAssociationResponse forSuccess( in forSuccess() 218 int[] values = (flg & 0x4) == 0 ? null : in.createIntArray(); in UserIdentificationAssociationResponse() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ImmutableMultimap.java | 226 int expectedValueCollectionSize(int defaultExpectedValues, Iterable<?> values) { in expectedValueCollectionSize() 278 public Builder<K, V> putAll(K key, Iterable<? extends V> values) { in putAll() 308 public Builder<K, V> putAll(K key, V... values) { in putAll() 460 public ImmutableCollection<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues() 517 public final boolean putAll(K key, Iterable<? extends V> values) { in putAll() 715 Collection<V> values = map.get(element); in count() local 773 public ImmutableCollection<V> values() { in values() method
|
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
H A D | VoicemailContractTest.java | 243 ContentValues values = new ContentValues(); in testForeignUpdate_dirty() local 267 ContentValues values = new ContentValues(); in testForeignUpdate_retainDirty_notDirty() local 291 ContentValues values = new ContentValues(); in testForeignUpdate_explicitNotDirty() local 313 ContentValues values = new ContentValues(); in testForeignUpdate_null_dirty() local 335 ContentValues values = new ContentValues(); in testForeignUpdate_NotNormalized_normalized() local 353 ContentValues values = new ContentValues(); in testLocalUpdate_notDirty() local 371 ContentValues values = new ContentValues(); in testLocalUpdate_retainDirty_dirty() local
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | common_test.cc | 276 void VerifyRightShiftWithRounding(const Input* const values, in VerifyRightShiftWithRounding() 290 static constexpr int32_t values[] = {5, 203, 204, 255, 40000, 50000}; in TEST() local 300 static constexpr uint32_t values[] = {5, 203, 204, 255, in TEST() local 311 static constexpr int64_t values[] = {5, 203, 204, 255, in TEST() local 323 void VerifyRightShiftWithRoundingSigned(const Input* const values, in VerifyRightShiftWithRoundingSigned() 336 static constexpr int32_t values[] = {203, 204, 255, 40000, 50000}; in TEST() local 346 static constexpr int64_t values[] = {203, 204, 255, 40000, in TEST() local
|
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | HidlVehiclePropValueBuilder.java | 78 public HidlVehiclePropValueBuilder addIntValue(int... values) { in addIntValue() 86 public HidlVehiclePropValueBuilder addFloatValue(float... values) { in addFloatValue() 94 public HidlVehiclePropValueBuilder addByteValue(byte... values) { in addByteValue() 102 public HidlVehiclePropValueBuilder setInt64Value(long... values) { in setInt64Value()
|
/aosp_15_r20/art/runtime/arch/ |
H A D | stub_test.cc | 1050 uint8_t values[num_values] = { 0, 1, 2, 128, 0xFF }; in GetSetBooleanStatic() local 1080 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteStatic() local 1111 uint8_t values[] = { 0, true, 2, 128, 0xFF }; in GetSetBooleanInstance() local 1146 int8_t values[] = { -128, -64, 0, 64, 127 }; in GetSetByteInstance() local 1181 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharStatic() local 1211 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortStatic() local 1242 uint16_t values[] = { 0, 1, 2, 255, 32768, 0xFFFF }; in GetSetCharInstance() local 1276 int16_t values[] = { -0x7FFF, -32768, 0, 255, 32767, 0x7FFE }; in GetSetShortInstance() local 1311 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Static() local 1343 uint32_t values[] = { 0, 1, 2, 255, 32768, 1000000, 0xFFFFFFFF }; in GetSet32Instance() local [all …]
|
/aosp_15_r20/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | SQLiteContentProvider.java | 65 protected abstract Uri insertInTransaction(Uri uri, ContentValues values, in insertInTransaction() 71 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() 91 public Uri insert(Uri uri, ContentValues values) { in insert() 121 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() 146 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/ |
D | AidlHalPropValue.cpp | 58 void AidlHalPropValue::setInt32Values(const std::vector<int32_t>& values) { in setInt32Values() 66 void AidlHalPropValue::setInt64Values(const std::vector<int64_t>& values) { in setInt64Values() 74 void AidlHalPropValue::setFloatValues(const std::vector<float>& values) { in setFloatValues() 82 void AidlHalPropValue::setByteValues(const std::vector<uint8_t>& values) { in setByteValues()
|