Home
last modified time | relevance | path

Searched defs:values (Results 201 – 225 of 16701) sorted by relevance

12345678910>>...669

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java116 ContentValues values = new ContentValues(); in onReceive() local
119 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive() local
126 ContentValues values = new ContentValues(); in onReceive() local
130 .contentResolverUpdate(context.getContentResolver(), uri, values, null, null); in onReceive() local
203 ContentValues values = new ContentValues(); in onReceive() local
209 values, in onReceive() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java76 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame()
90 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame()
124 public Result timeToValues(float[] values) { in timeToValues()
139 public Result timeToValues(int msec, float[] values) { in timeToValues()
163 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame()
165 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DVisibilityPropagation.java43 public void captureValues(TransitionValues values) { in captureValues()
71 public int getViewVisibility(TransitionValues values) { in getViewVisibility()
89 public int getViewX(TransitionValues values) { in getViewX()
100 public int getViewY(TransitionValues values) { in getViewY()
104 private static int getViewCoordinate(TransitionValues values, int coordinateIndex) { in getViewCoordinate()
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc70 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_InsertImpl() local
113 std::vector<V> values = GenerateValues<V>(kSize); in BM_InsertSmall() local
132 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_LookupImpl() local
163 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_Erase() local
190 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseRange() local
243 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_EraseIf() local
353 std::vector<V> values = GenerateValues<V>(kBenchmarkValues * 2); in BM_MixedAddRem() local
411 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_FwdIter() local
432 std::vector<V> values = GenerateValues<V>(kBenchmarkValues); in BM_RangeConstructionImpl() local
610 std::array<int64_t, Size> values; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_table_op.cc89 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert()
105 const Tensor& values) override { in Insert()
120 const Tensor& values) override { in ImportValues()
129 Tensor* values; in ExportValues() local
164 Tensor values(value_dtype(), TensorShape({size})); in AsGraphDef() local
270 Status DoInsert(bool clear, const Tensor& keys, const Tensor& values) { in DoInsert()
292 const Tensor& values) override { in Insert()
307 const Tensor& values) override { in ImportValues()
317 Tensor* values; in ExportValues() local
352 Tensor values(value_dtype(), TensorShape({size, value_shape_.dim_size(0)})); in AsGraphDef() local
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/layoutlib-api/
HDtools.layoutlib-api.jar ... rendering.api.ActionBarCallback$HomeButtonStyle[] $VALUES public static com.android.ide.common. ...
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/layoutlib/layoutlib-api/31.9.0-alpha03/
HDlayoutlib-api-31.9.0-alpha03.jar ... rendering.api.ActionBarCallback$HomeButtonStyle[] $VALUES public static com.android.ide.common. ...
/aosp_15_r20/prebuilts/misc/common/layoutlib_api/
HDlayoutlib_api-prebuilt.jar ... rendering.api.ActionBarCallback$HomeButtonStyle[] $VALUES public static com.android.ide.common. ...
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dframe_buffer.cc200 auto* values = info->buffer->ValuePtr(); in CopyImagesToBuffers() local
209 auto* values = info->buffer->ValuePtr(); in CopyImagesToBuffers() local
216 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyImagesToBuffers() local
235 auto* values = info->buffer->ValuePtr(); in CopyBuffersToImages() local
247 auto* values = info->buffer->ValuePtr(); in CopyBuffersToImages() local
257 auto* values = depth_stencil_attachment_.buffer->ValuePtr(); in CopyBuffersToImages() local
/aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/
H A Dvalidators.py37 def genericIntListValidator(values, validValues): argument
248 def fontInfoVersion2OpenTypeOS2PanoseValidator(values): argument
263 def fontInfoVersion3OpenTypeOS2PanoseValidator(values): argument
280 def fontInfoOpenTypeOS2FamilyClassValidator(values): argument
299 def fontInfoPostscriptBluesValidator(values): argument
315 def fontInfoPostscriptOtherBluesValidator(values): argument
331 def fontInfoPostscriptStemsValidator(values): argument
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dkmeans.h26 inline void sum(T values[], int len, int dimension, int stride, N dst[]) { in sum()
88 void initialPickHeuristicRandom(int k, T values[], int len, int dimension, int stride, T dst[], in initialPickHeuristicRandom()
123 inline int findClosest(T values[], T oldCenters[], int dimension, int stride, int pop_size) { in findClosest()
141 int calculateNewCentroids(int k, T values[], int len, int dimension, int stride, T oldCenters[], in calculateNewCentroids()
179 void runKMeansWithPicks(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeansWithPicks()
209 void runKMeans(int k, T finalCentroids[], T values[], int len, int dimension, int stride, in runKMeans()
223 void applyCentroids(int k, T centroids[], T values[], int len, int dimension, int stride) { in applyCentroids()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops_test.py315 def testSizeAlt(self, values, dtype, expected): argument
465 def testZerosLikeObjectAlt(self, values, dtype, expected): argument
615 def testOnesLikeObjectAlt(self, values, dtype, expected): argument
703 def testRankAlt(self, values, expected): argument
781 def testConcat(self, values, axis, expected): argument
844 def testConcatError(self, values, axis, error_type, error_regex): argument
869 def leaf_op(values): argument
875 def leaf_op(values): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DfontBuilder.py358 def _initTableWithValues(self, tableTag, defaults, values): argument
366 def _updateTableWithValues(self, tableTag, values): argument
371 def setupHead(self, **values):
377 def updateHead(self, **values):
492 def setupOS2(self, **values):
755 def setupHorizontalHeader(self, **values):
761 def setupVerticalHeader(self, **values):
798 def setupPost(self, keepGlyphNames=True, **values):
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentResolverTest.java132 ContentValues values = new ContentValues(); in setUp() local
411 ContentValues values = new ContentValues(); in testQuery_SqlSortingFromBundleArgs() local
477 final ContentValues values = new ContentValues(); in testQuery_SqlSortingFromBundleArgs_Locale() local
608 ContentValues values = new ContentValues(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local
882 ContentValues values = new ContentValues(); in testInsert() local
979 ContentValues values = new ContentValues(); in testDelete() local
1041 ContentValues values = new ContentValues(); in testUpdate() local
1173 ContentValues values = new ContentValues(); in testRegisterContentObserver() local
1236 ContentValues values = new ContentValues(); in testRegisterContentObserverAsUser() local
1264 ContentValues values = new ContentValues(); in testRegisterContentObserverForAllUsers() local
[all …]
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DIcuDataSubject.java39 public void hasValuesFor(String rbPath, String... values) { in hasValuesFor()
43 public void hasValuesFor(String rbPath, RbValue... values) { in hasValuesFor()
44 hasValuesFor(RbPath.parse(rbPath), values); in hasValuesFor() local
47 public void hasValuesFor(RbPath p, String... values) { in hasValuesFor()
51 public void hasValuesFor(RbPath p, RbValue... values) { in hasValuesFor()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsort_ops.py31 def sort(values, axis=-1, direction='ASCENDING', name=None): argument
88 def argsort(values, axis=-1, direction='ASCENDING', stable=False, name=None): argument
153 def _sort_or_argsort(values, axis, direction, return_argsort): argument
186 def _descending_sort(values, axis, return_argsort=False): argument
241 def _ascending_sort(values, axis, return_argsort=False): argument
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/
H A DTemplatedResourceName.java104 Map<String, String> values = template.match(path); in create() local
116 public static TemplatedResourceName create(PathTemplate template, Map<String, String> values) { in create() argument
131 Map<String, String> values = template.matchFromFullName(path); in createFromFullName() local
139 private final ImmutableMap<String, String> values; field in TemplatedResourceName
145 PathTemplate template, Map<String, String> values, String endpoint) { in TemplatedResourceName() argument
282 public Collection<String> values() { in values() method in TemplatedResourceName
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DAlternateBouncerToAodTransitionViewModelTest.kt76 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() constant
103 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled() constant
141 val values by collectValues(underTest.deviceEntryBackgroundViewAlpha) in deviceEntryBackgroundViewDisappear() constant
/aosp_15_r20/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp67 bool getIntFromJsonValues(const Json::Value &values, CdevArray *out, bool inc_check, in getIntFromJsonValues()
100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues()
133 bool getTempRangeInfoFromJsonValues(const Json::Value &values, TempRangeInfo *temp_range_info) { in getTempRangeInfoFromJsonValues()
160 bool getTempStuckInfoFromJsonValue(const Json::Value &values, TempStuckInfo *temp_stuck_info) { in getTempStuckInfoFromJsonValue()
337 Json::Value values = sensor["Combination"]; in ParseVirtualSensorInfo() local
699 const Json::Value &values, in ParseBindedCdevInfo()
1097 Json::Value values; in ParseSensorThrottlingInfo() local
1293 Json::Value values = sensors[i]["HotThreshold"]; in ParseSensorInfo() local
1595 Json::Value values = cooling_devices[i]["State2Power"]; in ParseCoolingDevice() local
1642 Json::Value values; in ParsePowerRailInfo() local
[all …]
/aosp_15_r20/packages/services/Mtp/src/com/android/mtp/
DMtpDatabase.java138 final ContentValues values = new ContentValues(); in queryRoots() local
384 final ContentValues values = new ContentValues(); in putNewDocument() local
549 final ContentValues values = new ContentValues(); in disconnectDocuments() local
579 void writeRowSnapshot(String documentId, ContentValues values) throws FileNotFoundException { in writeRowSnapshot()
600 final ContentValues values = new ContentValues(); in updateObject() local
710 final ContentValues values = new ContentValues(); in setLastBootCount() local
750 ContentValues values, in getDeviceDocumentValues()
792 ContentValues values, in getStorageDocumentValues()
832 ContentValues values, int deviceId, String parentId, in getObjectDocumentValues()
913 static void putValuesToCursor(ContentValues values, MatrixCursor cursor) { in putValuesToCursor()

12345678910>>...669