Searched refs:strC (Results 1 – 4 of 4) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestTypeFactory.java | 165 JavaType strC = tf.constructType(String.class); in testParametricTypes() local 167 assertEquals(strC, t.containedType(0)); in testParametricTypes() 171 …JavaType t2 = tf.constructParametrizedType(Map.class, Map.class, strC, t); // Map<String,ArrayList… in testParametricTypes() 175 assertEquals(strC, t2.containedType(0)); in testParametricTypes() 183 assertEquals(strC, t3.containedType(0)); in testParametricTypes() 191 assertEquals(strC, custom.containedType(0)); in testParametricTypes() 198 assertEquals(strC, custom2.containedType(0)); in testParametricTypes() 209 final JavaType strC = tf.constructType(String.class); in testInvalidParametricTypes() local 214 tf.constructParametrizedType(Map.class, Map.class, strC); in testInvalidParametricTypes() 221 … tf.constructParametrizedType(SingleArgGeneric.class, SingleArgGeneric.class, strC, strC); in testInvalidParametricTypes()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-12-AlignBug.ll | 10 @.strC = private unnamed_addr constant [4 x i8] c"baz\00", section "__TEXT,__cstring,cstring_litera…
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2011-04-12-AlignBug.ll | 10 @.strC = private unnamed_addr constant [4 x i8] c"baz\00", section "__TEXT,__cstring,cstring_litera…
|
/external/libxml2/ |
D | xmlschemas.c | 14253 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local 14273 xmlSchemaGetComponentDesignation(&strC, baseItem)); in xmlSchemaCheckDerivationOKRestriction2to4() 14277 FREE_AND_NULL(strC); in xmlSchemaCheckDerivationOKRestriction2to4() 19789 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckElemPropsCorrect() local 19801 xmlSchemaGetComponentQName(&strC, WXS_ELEM_TYPEDEF(head))); in xmlSchemaCheckElemPropsCorrect() 19804 FREE_AND_NULL(strC) in xmlSchemaCheckElemPropsCorrect()
|