HomeSort by relevance Sort by last modified time
    Searched refs:typeA (Results 1 - 13 of 13) 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),
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 )
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) )
120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 )
122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) )
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Feature.h 126 enum bbf_FeatureType typeA );
147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
Feature.c 183 enum bbf_FeatureType typeA )
185 switch( typeA )
313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA )
315 switch( typeA )
  /external/neven/Embedded/common/src/b_TensorEm/
VectorMap.h 118 enum bts_VectorMapType typeA );
139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
VectorMap.c 160 enum bts_VectorMapType typeA )
162 switch( typeA )
249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA )
251 switch( typeA )
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinder.c 181 enum bpi_FaceFinderType typeA )
183 switch( typeA )
250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA )
252 switch( typeA )
FaceFinder.h 135 enum bpi_FaceFinderType typeA );
158 enum bpi_FaceFinderType typeA );
  /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/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 686 milliseconds