Home | History | Annotate | Download | only in unitTests

Lines Matching refs:contentLen

1416             int contentLen = mContentTypeName.length();
1419 // next += encodeUint32(contentLen, array3, next);
1422 + ", contentLen = " + contentLen);
1424 for (i = 0; i < contentLen; i++) {
1429 createRandomWspHeader(array3, rd, next + contentLen + 1, false);
1431 + next + contentLen + 1;
1449 contentLen = mContentTypeName.length();
1452 // next += encodeUint32(contentLen, array3, next);
1454 + ", contentLen = " + contentLen);
1456 for (i = 0; i < contentLen; i++) {
1461 createRandomWspHeaderStrAppId(array3, rd, next + contentLen + 1, false);
1463 + next + contentLen + 1;