/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_unittest.cc | 302 static const char* strB = "WhirledPeas"; in TEST_F() local 320 coded_output->WriteVarint32(strlen(strB)); in TEST_F() 321 coded_output->WriteRaw(strB, strlen(strB)); in TEST_F() 336 EXPECT_EQ(strlen(strB), insize); in TEST_F() 338 EXPECT_EQ(0, memcmp(temp_buffer, strB, insize)); in TEST_F() 602 static const char* strB = "QuickBrownFox"; in TEST_F() local 624 outlen = strlen(strB) + 1; in TEST_F() 626 coded_output->WriteRaw(strB, outlen); in TEST_F() 644 EXPECT_EQ(strlen(strB) + 1, insize); in TEST_F() 646 EXPECT_EQ(0, memcmp(temp_buffer, strB, insize)) in TEST_F() [all …]
|
/external/skqp/src/core/ |
D | SkRect.cpp | 151 SkString strL, strT, strR, strB; in dump() local 155 SkAppendScalarDec(&strB, fBottom); in dump() 157 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
|
/external/skia/src/core/ |
D | SkRect.cpp | 160 SkString strL, strT, strR, strB; in dump() local 164 SkAppendScalarDec(&strB, fBottom); in dump() 166 strL.c_str(), strT.c_str(), strR.c_str(), strB.c_str()); in dump()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-12-AlignBug.ll | 9 @.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2011-04-12-AlignBug.ll | 9 @.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 986 UChar strB[MAXSLEN+1]; in TestIncrementalNormalize() local 1004 strB[0] = baseA; in TestIncrementalNormalize() 1007 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize() 1010 strB[sLen] = 0; in TestIncrementalNormalize() 1013 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize() 1015 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 1027 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local 1029 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 1041 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; in TestIncrementalNormalize() local 1043 doTest(coll, strA, strB, UCOL_GREATER); in TestIncrementalNormalize() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1288 StringBuffer strB = new StringBuffer(); in TestIncrementalNormalize() local 1295 strB.delete(0, strB.length()); in TestIncrementalNormalize() 1296 strB.append(baseA); in TestIncrementalNormalize() 1299 strB.insert(1, ccMix[i % 3]); in TestIncrementalNormalize() 1303 … strA.toString(), strB.toString(), 0); // optimized functions in the impl in TestIncrementalNormalize() 1306 strA.toString(), strB.toString(), 0); in TestIncrementalNormalize() 1314 String strB = "A\u00c0\u0316"; in TestIncrementalNormalize() local 1316 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 0); in TestIncrementalNormalize() 1322 String strB = "A\u00c0\u0316\uD800\uDC00"; in TestIncrementalNormalize() local 1324 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 1); in TestIncrementalNormalize() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 1291 StringBuffer strB = new StringBuffer(); in TestIncrementalNormalize() local 1298 strB.delete(0, strB.length()); in TestIncrementalNormalize() 1299 strB.append(baseA); in TestIncrementalNormalize() 1302 strB.insert(1, ccMix[i % 3]); in TestIncrementalNormalize() 1306 … strA.toString(), strB.toString(), 0); // optimized functions in the impl in TestIncrementalNormalize() 1309 strA.toString(), strB.toString(), 0); in TestIncrementalNormalize() 1317 String strB = "A\u00c0\u0316"; in TestIncrementalNormalize() local 1319 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 0); in TestIncrementalNormalize() 1325 String strB = "A\u00c0\u0316\uD800\uDC00"; in TestIncrementalNormalize() local 1327 CollationTest.doTest(this, (RuleBasedCollator)coll, strA, strB, 1); in TestIncrementalNormalize() [all …]
|
/external/libxml2/ |
D | xmlschemas.c | 2953 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaPIllegalAttrErr() local 2958 xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name), in xmlSchemaPIllegalAttrErr() 2961 FREE_AND_NULL(strB); in xmlSchemaPIllegalAttrErr() 14253 xmlChar *strA = NULL, *strB = NULL, *strC = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local 14270 xmlSchemaGetComponentDesignation(&strB, in xmlSchemaCheckDerivationOKRestriction2to4() 14276 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4() 14386 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction2to4() local 14395 xmlSchemaGetComponentDesignation(&strB, baseItem), in xmlSchemaCheckDerivationOKRestriction2to4() 14398 FREE_AND_NULL(strB); in xmlSchemaCheckDerivationOKRestriction2to4() 16589 xmlChar *strA = NULL, *strB = NULL; in xmlSchemaCheckDerivationOKRestriction() local [all …]
|
/external/skqp/tests/ |
D | PathOpsOpTest.cpp | 3667 …const char strB[] = "M31.35 57.75L31.35 57.75C31.9 57.7514 32.45 57.7052 33 57.7587C33.55 57.8122 … in issue3517() local 3668 SkParsePath::FromSVGString(strB, &pathB); in issue3517()
|
/external/skia/tests/ |
D | PathOpsOpTest.cpp | 3667 …const char strB[] = "M31.35 57.75L31.35 57.75C31.9 57.7514 32.45 57.7052 33 57.7587C33.55 57.8122 … in issue3517() local 3668 SkParsePath::FromSVGString(strB, &pathB); in issue3517()
|