/external/neven/Embedded/common/src/b_BasicEm/ |
D | Basic.h | 118 #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/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 1 …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.
|
D | restriction-attr1_0_0.err | 1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | FaceFinder.c | 181 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()
|
D | FaceFinder.h | 135 enum bpi_FaceFinderType typeA ); 158 enum bpi_FaceFinderType typeA );
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | VectorMap.c | 160 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()
|
D | VectorMap.h | 118 enum bts_VectorMapType typeA ); 139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Feature.h | 126 enum bbf_FeatureType typeA ); 147 uint32 bbf_featureSizeOf16( struct bbs_Context* cpA, enum bbf_FeatureType typeA );
|
D | Feature.c | 183 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/ |
D | backup-schema-producer_test.cc | 397 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/ |
D | NullHandlingTest.java | 191 String typeA = in testPolymorphicDataNull() local 193 RootData typeAData = MAPPER.readValue(typeA, RootData.class); in testPolymorphicDataNull()
|
/external/libxml2/ |
D | xmlschemas.c | 16156 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument 16163 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes() 16165 return (typeA == typeB); in xmlSchemaAreEqualTypes()
|