Searched refs:kLen (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/android/
H A Djni_array_unittest.cc16 const size_t kLen = arraysize(kBytes); local
18 ScopedJavaLocalRef<jbyteArray> bytes = ToJavaByteArray(env, kBytes, kLen);
24 EXPECT_EQ(std::vector<uint8>(kBytes, kBytes + kLen), vec);
49 const size_t kLen = arraysize(kInts); local
52 CheckIntConversion(env, kInts, kLen, ToJavaIntArray(env, kInts, kLen));
54 const std::vector<int> vec(kInts, kInts + kLen);
55 CheckIntConversion(env, kInts, kLen, ToJavaIntArray(env, vec));
77 const size_t kLen = arraysize(kLongs); local
80 CheckLongConversion(env, kLongs, kLen, ToJavaLongArra
88 const size_t kLen = arraysize(kInts); local
114 const size_t kLen = arraysize(kFloats); local
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_benchmarks_test.cc45 size_t kLen = 1024; local
46 int *int_array = new int[kLen];
47 ManyAccessFunc(int_array, kLen, 1 << 24);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccolltst.c56 uint32_t kLen = (uint32_t)strlen((const char *)sourceKey); local
61 for(i = 0; i<kLen; i++) {
H A Dcmsccoll.c4913 int32_t rLen, tLen, ruleLen, sLen, kLen; local
5022 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
5026 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5039 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
5043 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5056 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
5061 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
/external/icu4c/test/cintltst/
H A Dccolltst.c58 uint32_t kLen = (uint32_t)strlen((const char *)sourceKey); local
63 for(i = 0; i<kLen; i++) {
H A Dcmsccoll.c4932 int32_t rLen, tLen, ruleLen, sLen, kLen; local
5041 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
5045 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5058 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
5062 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5075 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
5080 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc217 const int kLen = 16 * 1024; local
232 buffer = (char*)MmapOrDie(kLen, "Report");
233 buffer_size = kLen;
243 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); argument
252 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n");
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.c2727 int32_t kLen = (int32_t)uprv_strlen(k); local
2732 ((valuesIndex+kLen+1+1) >= VALUES_BUF_SIZE)) { /* no more space in buffer (string + 2 nulls) */
2737 valuesIndex += kLen;
/external/icu4c/common/
H A Duresbund.cpp2778 int32_t kLen = (int32_t)uprv_strlen(k); local
2783 ((valuesIndex+kLen+1+1) >= VALUES_BUF_SIZE)) { /* no more space in buffer (string + 2 nulls) */
2788 valuesIndex += kLen;
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c9539 PRInt32 kLen; local
9540 kLen = ssl3_ConsumeHandshakeNumber(ss, 2, &enc_pms.data, &enc_pms.len);
9541 if (kLen < 0) {
9545 if ((unsigned)kLen < enc_pms.len) {
9546 enc_pms.len = kLen;

Completed in 1838 milliseconds