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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountTypeManagerTest.java 46 final AccountType typeA = new MockAccountType("type1", null, null);
52 final AccountWithDataSet accountA1 = createAccountWithDataSet("a1", typeA);
71 buildAccountTypes(typeA, typeB)
78 buildAccountTypes(typeA)
106 buildAccountTypes(typeA, typeC)
112 buildAccountTypes(typeA, typeC),
118 buildAccountTypes(typeD, typeA, typeC),
124 buildAccountTypes(typeD, typeA, typeC, typeB),
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 119 int typeA = 1;
123 typeA = 0;
130 typeA = 2;
136 if (typeA == typeB) {
139 return (int) Math.signum(typeA - typeB);
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 428 unsigned char typeA = *p++;
434 if (int x = typeB - typeA) // FIXME: Note the subtleness!
437 switch (typeA) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 260 milliseconds