Home
last modified time | relevance | path

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

/external/skia/tests/graphite/
DKeyTest.cpp103 PaintParamsKey keyB = create_key(&builderB, userSnippetID1, kBlockDataSize); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
130 PaintParamsKey keyB = create_key_with_data(&builderB, userSnippetID, kData); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
/external/cronet/net/spdy/
Dspdy_session_pool_unittest.cc1037 SpdySessionKey keyB(test_host_port_pairB, ProxyServer::Direct(), in TEST_P() local
1162 SpdySessionKey keyB(test_host_port_pairB, ProxyServer::Direct(), in TEST_F() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2414 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2455 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2411 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2452 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
/external/armnn/src/profiling/test/
DProfilingTests.cpp352 arm::pipe::CommandHandlerKey keyB( variable
/external/skia/tests/
DGrStyledShapeTest.cpp137 const Key& keyA, const Key& keyB) { in check_equivalence()