Home
last modified time | relevance | path

Searched defs:keyB (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/graphite/
DKeyTest.cpp91 PaintParamsKey keyB = create_key(dict, (int) BuiltInCodeSnippetID::kSolidColorShader, &arena); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/interceptors/
DInternalLoggingChannelInterceptorTest.java194 Metadata.Key<String> keyB = in internalLoggingChannelInterceptor() local
/external/cronet/stable/net/spdy/
Dspdy_session_pool_unittest.cc1166 SpdySessionKey keyB(test_host_port_pairB, PRIVACY_MODE_DISABLED, in TEST_P() local
1294 SpdySessionKey keyB(test_host_port_pairB, PRIVACY_MODE_DISABLED, in TEST_F() local
/external/cronet/tot/net/spdy/
Dspdy_session_pool_unittest.cc1166 SpdySessionKey keyB(test_host_port_pairB, PRIVACY_MODE_DISABLED, in TEST_P() local
1294 SpdySessionKey keyB(test_host_port_pairB, PRIVACY_MODE_DISABLED, in TEST_F() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2413 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2454 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2410 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2451 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
/external/armnn/src/profiling/test/
DProfilingTests.cpp352 arm::pipe::CommandHandlerKey keyB( variable
/external/skia/tests/
DGrStyledShapeTest.cpp138 const Key& keyA, const Key& keyB) { in check_equivalence()