HomeSort by relevance Sort by last modified time
    Searched defs:groupSize (Results 1 - 23 of 23) sorted by null

  /frameworks/base/tools/split-select/
RuleGenerator.cpp 125 const size_t groupSize = group.size();
126 for (size_t i = 0; i < groupSize; i++) {
130 for (size_t j = 0; j < groupSize; j++) {
145 const size_t groupSize = group.size();
146 for (size_t i = 0; i < groupSize; i++) {
150 for (size_t j = 0; j < groupSize; j++) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Correlation.java 51 double groupSize = (double) N / mBlockSize; //samples per downsample point.
57 int minIndex = (int)(0.5 + minLatencyMs * mSamplingRate / (groupSize*1000));
89 mEstimatedLatencySamples = maxIndex*groupSize;
109 double groupSize = (double) N / mBlockSize;
114 double nextGroup = groupSize;
119 nextGroup += groupSize;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarGroupRequestDescriptor.java 72 final int groupSize = mDescriptors.size();
77 final RectF[] destArray = new RectF[groupSize];
78 switch (groupSize) {
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
Correlation.java 68 double groupSize = (double) N / mBlockSize; //samples per downsample point.
74 int minIndex = (int) (0.5 + minLatencyMs * mSamplingRate / (groupSize * 1000));
108 mEstimatedLatencySamples = maxIndex * groupSize;
134 double groupSize = (double) N / mBlockSize;
139 double nextGroup = groupSize;
144 nextGroup += groupSize;
  /external/mesa3d/src/glx/
pixel.c 176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize;
200 groupSize = elementSize * components;
204 rowSize = groupsPerRow * groupSize;
211 skipRows * rowSize + skipPixels * groupSize;
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize;
425 groupSize = elementSize * components;
426 rowSize = groupsPerRow * groupSize;
431 sourceRowSize = width * groupSize;
438 skipRows * rowSize + skipPixels * groupSize;
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 161 final int groupSize = group.getPreferenceCount();
162 for (int i = 0; i < groupSize; i++) {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogGroupBuilder.java 102 int groupSize = 1;
141 groupSize++;
149 mGroupCreator.addGroup(cursor.getPosition() - groupSize, groupSize);
152 groupSize = 1;
169 mGroupCreator.addGroup(count - groupSize, groupSize);
CallLogAdapter.java 776 int groupSize = getGroupSize(position);
777 CallDetailsEntries callDetailsEntries = createCallDetailsEntries(c, groupSize);
778 PhoneCallDetails details = createPhoneCallDetails(c, groupSize, views);
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 202 final int groupSize = group.getPreferenceCount();
203 for (int i = 0; i < groupSize; i++) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 125 int groupSize = 3;
126 List<MyThread> newThreads = populateGroupsWithThreads(group, groupSize);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 646 #define groupSize (parser->m_groupSize)
762 groupSize = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 646 #define groupSize (parser->m_groupSize)
762 groupSize = 0;
    [all...]
  /external/expat/lib/
xmlparse.c 666 #define groupSize (parser->m_groupSize)
839 groupSize = 0;
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1641 milliseconds