HomeSort by relevance Sort by last modified time
    Searched full:getgroup (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsAdapter.java 154 SuggestionCursor c = getGroup(groupPosition);
163 SuggestionCursor groupCursor = getGroup(getGroupPosition(childId));
180 SuggestionCursor cursor = getGroup(groupPosition);
188 SuggestionCursor group = getGroup(groupPosition);
193 public SuggestionCursor getGroup(int groupPosition) {
257 return getSuggestionViewType(getGroup(groupPosition), childPosition);
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) {
75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
86 unsigned Group1 = GetGroup(Reg1);
87 unsigned Group2 = GetGroup(Reg2);
228 DEBUG(if (State->GetGroup(Reg) != 0)
230 State->GetGroup(Reg) << "->g0(region live-out)");
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
347 State->GetGroup(SubregReg) << tag);
382 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
389 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)")
    [all...]
AggressiveAntiDepBreaker.h 89 // GetGroup - Get the group for a register. The returned value is
91 unsigned GetGroup(unsigned Reg);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 132 public Object getGroup(int groupPosition) {
147 textView.setText(getGroup(groupPosition).toString());
  /external/v8/test/test262/
testcfg.py 49 return "%s test262 %s %s" % (self.mode, self.GetGroup(), self.GetName())
66 def GetGroup(self):
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 350 notes = "Test {@link SimpleExpandableListAdapter#getGroup(int)}",
351 method = "getGroup",
355 + "SimpleExpandableListAdapter#getGroup(int) if "
360 assertEquals(expected, mSimpleExpandableListAdapter.getGroup(0));
364 assertEquals(expected, mSimpleExpandableListAdapter.getGroup(3));
367 mSimpleExpandableListAdapter.getGroup(-1);
373 mSimpleExpandableListAdapter.getGroup(4);
CursorTreeAdapterTest.java 490 notes = "Test {@link CursorTreeAdapter#getGroup(int)}",
491 method = "getGroup",
498 assertNull(adapter.getGroup(0));
501 Cursor retCursor = adapter.getGroup(0);
505 retCursor = adapter.getGroup(1);
510 assertNull(adapter.getGroup(2));
BaseExpandableListAdapterTest.java 223 public Object getGroup(int groupPosition) {
  /external/llvm/include/llvm/MC/
MCSectionELF.h 62 const MCSymbol *getGroup() const { return Group; }
  /frameworks/base/media/libstagefright/codecs/aacdec/
Android.mk 48 getgroup.cpp \
get_ics_info.cpp 118 group[] contents will be modified to grouping information. See getgroup
210 CALL getgroup(
364 #include "huffman.h" /* For the declaration of getgroup */
455 getgroup(
getgroup.cpp 20 Pathname: getgroup.c
217 void getgroup( function
255 } /* getgroup */
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 111 public Object getGroup(int groupPosition) {
  /frameworks/base/voip/java/android/net/rtp/
AudioStream.java 74 public AudioGroup getGroup() {
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java 120 public Object getGroup() {
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 581 final AccountDisplay account = (AccountDisplay)this.getGroup(groupPosition);
658 public Object getGroup(int groupPosition) {
709 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition);
751 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 235 if (RFC1779_NAMES == oid.getGroup()) {
251 Object group = oid.getGroup();
  /frameworks/base/core/java/android/widget/
ExpandableListAdapter.java 62 Object getGroup(int groupPosition);
CursorTreeAdapter.java 181 public Cursor getGroup(int groupPosition) {
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 322 public Object getGroup(int groupPosition) {
  /external/clang/include/clang/Driver/
Option.h 103 const OptionGroup *getGroup() const { return Group; }
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 325 public Object getGroup(int groupPosition) {
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 306 public Object getGroup(int groupPosition) {
  /external/icu4c/common/
unames.c 497 * getGroup() does a binary search for the group that contains the
504 getGroup(UCharNames *names, uint32_t code) {
601 const uint16_t *group=getGroup(names, code);
699 group=getGroup(names, start);
    [all...]
  /external/llvm/lib/MC/
MCELFStreamer.cpp 84 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();

Completed in 432 milliseconds

1 2