Home
last modified time | relevance | path

Searched refs:secstr (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py286 secstr = 'secure' if secure else 'insecure'
291 'cpp_generic_async_streaming_ping_pong_%s' % secstr,
301 'cpp_generic_async_streaming_qps_unconstrained_%s' % secstr,
314 (mps, secstr),
328 (mps, secstr),
340 'cpp_generic_async_streaming_qps_1channel_1MBmsg_%s' % secstr,
356 secstr,
369 'cpp_generic_async_streaming_qps_unconstrained_1cq_%s' % secstr,
382 % secstr,
395 secstr,
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1273 UChar secstr[150]; in TestCompressOverlap() local
1289 secstr[count] = 0x0020; /* [06, 05, 05] */ in TestCompressOverlap()
1295 secstr[count] = 0x0332; /* [, 87, 05] */ in TestCompressOverlap()
1302 resultlen = ucol_getSortKey(coll, secstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap()
1328 secstr[count] = 0; in TestCompressOverlap()
1330 resultlen = ucol_getSortKey(coll, secstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap()