Home
last modified time | relevance | path

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

/external/icu/icu4c/source/data/rbnf/
Dmt.txt189 "300: <%spellout-cardinal-masculine< mija[>%%and-typeA-masculine>];",
190 "1000: elf[>%%and-typeA-masculine>];",
191 "2000: elfejn[>%%and-typeA-masculine>];",
192 "3000: <%%thousands< elef[>%%and-typeA-masculine>];",
193 "11000/1000: <%spellout-cardinal-masculine< elf[>%%and-typeA-masculine>];",
194 "1000000: miljun[>%%and-typeA-masculine>];",
195 "2000000: <%spellout-cardinal-masculine< miljuni[>%%and-typeA-masculine>];",
196 "11000000/1,000: <%spellout-cardinal-masculine< miljun[>%%and-typeA-masculine>];",
197 "1000000000: biljun[>%%and-typeA-masculine>];",
198 "2000000000: <%spellout-cardinal-masculine< biljuni[>%%and-typeA-masculine>];",
[all …]
/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/lldb/source/Commands/
DCommandObjectType.cpp515 const char* typeA = command.GetArgumentAtIndex(i); in DoExecute() local
516 ConstString typeCS(typeA); in DoExecute()
590 const char* typeA = command.GetArgumentAtIndex(0); in DoExecute() local
591 ConstString typeCS(typeA); in DoExecute()
608 result.AppendErrorWithFormat ("no custom format for %s.\n", typeA); in DoExecute()
1104 const char* typeA = command.GetArgumentAtIndex(i); in Execute_ScriptSummary() local
1105 if (typeA && *typeA) in Execute_ScriptSummary()
1106 options->m_target_types << typeA; in Execute_ScriptSummary()
1203 const char* typeA = command.GetArgumentAtIndex(i); in Execute_StringSummary() local
1204 if (!typeA || typeA[0] == '\0') in Execute_StringSummary()
[all …]
/external/lldb/test/lang/cpp/dynamic-value/
DTestCppValueCast.py85 typeA = target.FindFirstType('DerivedA')
87 self.DebugSBType(typeA)
89 self.assertTrue(typeA)
109 instanceA = tellerA.Cast(typeA.GetPointerType())
/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/libxml2/
Dxmlschemas.c16002 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA, in xmlSchemaAreEqualTypes() argument
16009 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()
16011 return (typeA == typeB); in xmlSchemaAreEqualTypes()