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

  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 150 final int groupSize = group.getPreferenceCount();
151 for (int i = 0; i < groupSize; i++) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 135 int groupSize = 3;
136 List<MyThread> newThreads = populateGroupsWithThreads(group, groupSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 395 final int groupSize = getCharGroupMaximumSize(g, options);
396 g.mCachedSize = groupSize;
397 size += groupSize;
555 int groupSize = getGroupHeaderSize(group, formatOptions);
556 if (group.isTerminal()) groupSize += FormatSpec.GROUP_FREQUENCY_SIZE;
558 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
560 final int offsetBasePoint = groupSize + node.mCachedAddress + size;
566 groupSize += FormatSpec.SIGNED_CHILDREN_ADDRESS_SIZE;
568 groupSize += getByteSize(offset);
571 groupSize += getShortcutListSize(group.mShortcutTargets)
    [all...]
  /external/expat/lib/
xmlparse.c 658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 303 milliseconds