Home
last modified time | relevance | path

Searched refs:typeA (Results 1 – 12 of 12) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h118 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) << 1 ) argument
119 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) ) argument
120 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 1 ) argument
122 #define bbs_SIZEOF8( typeA ) ( sizeof( typeA ) ) argument
123 #define bbs_SIZEOF16( typeA ) ( sizeof( typeA ) >> 1 ) argument
124 #define bbs_SIZEOF32( typeA ) ( sizeof( typeA ) >> 2 ) argument
/external/libxml2/result/schemas/
Dderivation-ok-restriction-2-1-1_0_0.err1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
2 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
3 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
4 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
5 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
6 …equired' attribute use 'barB_3' of the base complex type definition '{http://FOO}typeA' is missing.
Drestriction-attr1_0_0.err1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.c181 enum bpi_FaceFinderType typeA ) in bpi_faceFinderInit() argument
183 switch( typeA ) in bpi_faceFinderInit()
250 uint32 bpi_faceFinderSizeOf16( struct bbs_Context* cpA, enum bpi_FaceFinderType typeA ) in bpi_faceFinderSizeOf16() argument
252 switch( typeA ) in bpi_faceFinderSizeOf16()
DFaceFinder.h135 enum bpi_FaceFinderType typeA );
158 enum bpi_FaceFinderType typeA );
/external/neven/Embedded/common/src/b_TensorEm/
DVectorMap.c160 enum bts_VectorMapType typeA ) in bts_vectorMapInit() argument
162 switch( typeA ) in bts_vectorMapInit()
249 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA ) in bts_vectorMapSizeOf16() argument
251 switch( typeA ) in bts_vectorMapSizeOf16()
DVectorMap.h118 enum bts_VectorMapType typeA );
139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
/external/neven/Embedded/common/src/b_BitFeatureEm/
DFeature.h126 enum bbf_FeatureType typeA );
147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
DFeature.c183 enum bbf_FeatureType typeA ) in bbf_featureInit() argument
185 switch( typeA ) in bbf_featureInit()
313 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA ) in bbf_featureSizeOf16() argument
315 switch( typeA ) in bbf_featureSizeOf16()
/external/icing/icing/schema/
Dbackup-schema-producer_test.cc397 SchemaTypeConfigProto typeA = in TEST_F() local
404 SchemaProto schema = SchemaBuilder().AddType(typeA).AddType(typeB).Build(); in TEST_F()
450 SchemaTypeConfigProto typeA = in TEST_F() local
476 SchemaProto schema = SchemaBuilder().AddType(typeA).Build(); in TEST_F()
553 SchemaTypeConfigProto typeA = in TEST_F() local
569 SchemaProto schema = SchemaBuilder().AddType(typeA).AddType(typeB).Build(); in TEST_F()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DNullHandlingTest.java191 String typeA = in testPolymorphicDataNull() local
193 RootData typeAData = MAPPER.readValue(typeA, RootData.class); in testPolymorphicDataNull()
/external/libxml2/
Dxmlschemas.c16156 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument
16163 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()
16165 return (typeA == typeB); in xmlSchemaAreEqualTypes()