Searched refs:secstr (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/tools/run_tests/performance/ |
D | scenario_config.py | 286 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/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 290 secstr = 'secure' if secure else 'insecure' 295 'cpp_generic_async_streaming_ping_pong_%s' % secstr, 306 'cpp_generic_async_streaming_qps_unconstrained_%s' % secstr, 320 (mps, secstr), 335 (mps, secstr), 347 'cpp_generic_async_streaming_qps_1channel_1MBmsg_%s' % secstr, 363 secstr, 376 'cpp_generic_async_streaming_qps_unconstrained_1cq_%s' % secstr, 390 % secstr, 403 secstr, [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 1275 UChar secstr[150]; in TestCompressOverlap() local 1291 secstr[count] = 0x0020; /* [06, 05, 05] */ in TestCompressOverlap() 1297 secstr[count] = 0x0332; /* [, 87, 05] */ in TestCompressOverlap() 1304 resultlen = ucol_getSortKey(coll, secstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap() 1330 secstr[count] = 0; in TestCompressOverlap() 1332 resultlen = ucol_getSortKey(coll, secstr, 150, result, UPRV_LENGTHOF(result)); in TestCompressOverlap()
|