HomeSort by relevance Sort by last modified time
    Searched full:groupsize (Results 1 - 15 of 15) sorted by null

  /external/stlport/src/
num_put.cpp 49 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size local
50 // of group unlimited: we force condition (groupsize <= 0))
54 groupsize = __STATIC_CAST(int, grouping[n++] );
57 if ((groupsize <= 0) || (groupsize >= cur_group - first) || (groupsize == CHAR_MAX)) {
61 // Insert a separator character just before position cur_group - groupsize
62 cur_group -= groupsize;
94 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size local
95 // of group unlimited: we force condition (groupsize <= 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 49 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size local
50 // of group unlimited: we force condition (groupsize <= 0))
54 groupsize = __STATIC_CAST(int, grouping[n++] );
57 if ((groupsize <= 0) || (groupsize >= cur_group - first) || (groupsize == CHAR_MAX)) {
61 // Insert a separator character just before position cur_group - groupsize
62 cur_group -= groupsize;
94 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size local
95 // of group unlimited: we force condition (groupsize <= 0)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
IntentProvider.java 66 final CallLogAdapter adapter, final int position, final long id, final int groupSize) {
85 if (groupSize > 1) {
87 long[] ids = new long[groupSize];
89 for (int index = 0; index < groupSize; ++index) {
CallLogAdapter.java 482 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
484 bindView(view, cursor, groupSize);
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 150 final int groupSize = group.getPreferenceCount();
151 for (int i = 0; i < groupSize; i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 440 final int groupSize = getCharGroupMaximumSize(g);
441 g.mCachedSize = groupSize;
442 size += groupSize;
547 int groupSize = GROUP_FLAGS_SIZE + getGroupCharactersSize(group);
548 if (group.isTerminal()) groupSize += GROUP_FREQUENCY_SIZE;
550 final int offsetBasePoint= groupSize + node.mCachedAddress + size;
552 groupSize += getByteSize(offset);
554 groupSize += getShortcutListSize(group.mShortcutTargets);
557 final int offsetBasePoint = groupSize + node.mCachedAddress + size
561 groupSize += getByteSize(offset) + GROUP_FLAGS_SIZE
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 135 int groupSize = 3;
136 List<MyThread> newThreads = populateGroupsWithThreads(group, groupSize);
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 83 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 741 const unsigned GroupSize = 8;
742 SpillPlacement::BlockConstraint BCS[GroupSize];
743 unsigned TBS[GroupSize];
751 assert(T < GroupSize && "Array overflow");
753 if (++T == GroupSize) {
760 assert(B < GroupSize && "Array overflow");
775 if (++B == GroupSize) {
    [all...]
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 131 protected abstract void bindGroupView(View view, Context context, Cursor cursor, int groupSize,
  /external/expat/lib/
xmlparse.c 646 #define groupSize (parser->m_groupSize)
764 groupSize = 0;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 469 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 725 inline int WireFormatLite::GroupSize(const MessageLite& value) {
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 555 milliseconds