Home
last modified time | relevance | path

Searched defs:groupSize (Results 1 – 25 of 222) sorted by relevance

123456789

/aosp_15_r20/external/lzma/C/
H A DBwtSort.c64 SortGroup(UInt32 BlockSize, UInt32 NumSortedBytes, UInt32 groupOffset, UInt32 groupSize, int NumRef… in SortGroup()
383 UInt32 groupSize = counters[i]; in BlockSort() local
434 UInt32 groupSize; in BlockSort() local
504 UInt32 groupSize = ((Indices[i] & ~0xC0000000) >> kNumBitsMax); in BlockSort() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java182 int csipGroupId, int groupSize, boolean dualMode, boolean ashaDevice) { in processInitProfilePriorities_LeAudioOnlyHelper()
443 int groupSize = 2; in testLateConnectOfLeAudioEnabled_DualModeBud() local
547 int groupSize = 2; in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() local
/aosp_15_r20/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp125 const size_t groupSize = group.size(); in generate() local
145 const size_t groupSize = group.size(); in generate() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java114 int groupSize = 1; in addGroups() local
168 groupCreator.addGroup(cursor.getPosition() - groupSize, groupSize); in addGroups() local
DGroupingListAdapter.java105 public void addGroup(int cursorPosition, int groupSize) { in addGroup()
DCallLogAdapter.java816 int groupSize = getGroupSize(position); in bindCallLogListViewHolder() local
1404 private long[] getCallIds(final Cursor cursor, final int groupSize) { in getCallIds()
/aosp_15_r20/external/mesa3d/src/glx/
H A Dpixel.c153 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local
379 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glEmptyImage() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DChannelShuffle.cpp36 const uint32_t groupSize = axisSize / numGroups; in eval() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefChannelShuffleWorkload.cpp55 const uint32_t groupSize = tensorShape[channelsAxis] / numGroups; in Execute() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/core/
DRoundCornerPreferenceAdapter.java115 int groupSize = group.getPreferenceCount(); in mappingPreferenceGroup() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DAvatarGroupRequestDescriptor.java72 final int groupSize = mDescriptors.size(); in generateDestRectArray() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java150 byte[] address, int groupId, int groupSize, int rank, long uuidLsb, long uuidMsb) { in onDeviceAvailable()
DCsipSetCoordinatorService.java654 BluetoothDevice device, int groupId, int rank, UUID uuid, int groupSize) { in handleDeviceAvailable()
/aosp_15_r20/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java169 final int groupSize = group.getPreferenceCount(); in flattenPreferenceGroup() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_upsample.cpp48 size_t threadSize, groupSize, i; in test_upsample_2_param_fn() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DOldThreadGroupTest.java125 int groupSize = 3; in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ() local
/aosp_15_r20/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java131 protected abstract void bindGroupView(View view, Context context, Cursor cursor, int groupSize, in bindGroupView()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_explicit_s2v.cpp118 size_t threadSize[3], groupSize[3]; in test_explicit_s2v_function() local
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Decoder.h92 UInt32 groupSize; member
H A DBZip2Encoder.cpp559 UInt32 groupSize = 0; in EncodeBlock() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java179 int groupSize = csipSetCoordinatorService.getDesiredGroupSize(groupId); in isLeAudioOnlyGroup() local
DMetricsLogger.java872 int groupSize, in logLeAudioBroadcastAudioSession()
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java154 int groupSize = m.groupCount(); in newFromResponseString() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dcommon.h1106 size_t groupSize = 0; in ExecuteSingleTest() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/atomics/
H A Dtest_atomics.cpp140 size_t threadSize, groupSize; in test_atomic_function() local

123456789