Searched refs:SHARD (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/core/ |
D | SkBlitter.h | 299 #define SHARD(code) fA->code; fB->code; macro 307 void blitH(int x, int y, int width) override { SHARD(blitH(x, y, width)) } in blitH() 309 SHARD(blitAntiH(x, y, alphas, runs)) in blitAntiH() 312 SHARD(blitV(x, y, height, alpha)) in blitV() 315 SHARD(blitRect(x, y, width, height)) in blitRect() 319 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha)) in blitAntiRect() 321 void blitMask(const SkMask& mask, const SkIRect& clip) override { SHARD(blitMask(mask, clip)) } in blitMask() 323 void blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) override { SHARD(blitAntiH2(x, y, a0, a1)) } in blitAntiH2() 324 void blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) override { SHARD(blitAntiV2(x, y, a0, a1)) } in blitAntiV2() 326 #undef SHARD
|
/external/skia/src/core/ |
D | SkBlitter.h | 299 #define SHARD(code) fA->code; fB->code; macro 307 void blitH(int x, int y, int width) override { SHARD(blitH(x, y, width)) } in blitH() 309 SHARD(blitAntiH(x, y, alphas, runs)) in blitAntiH() 312 SHARD(blitV(x, y, height, alpha)) in blitV() 315 SHARD(blitRect(x, y, width, height)) in blitRect() 319 SHARD(blitAntiRect(x, y, width, height, leftAlpha, rightAlpha)) in blitAntiRect() 321 void blitMask(const SkMask& mask, const SkIRect& clip) override { SHARD(blitMask(mask, clip)) } in blitMask() 323 void blitAntiH2(int x, int y, U8CPU a0, U8CPU a1) override { SHARD(blitAntiH2(x, y, a0, a1)) } in blitAntiH2() 324 void blitAntiV2(int x, int y, U8CPU a0, U8CPU a1) override { SHARD(blitAntiV2(x, y, a0, a1)) } in blitAntiV2() 326 #undef SHARD
|
/external/libprotobuf-mutator/src/ |
D | CMakeLists.txt | 45 foreach(SHARD RANGE ${TEST_SHARDS_MAX}) 46 add_test(test.protobuf_mutator_test_${SHARD} mutator_test --gtest_color=yes AUTO) 48 TEST test.protobuf_mutator_test_${SHARD} 50 GTEST_SHARD_INDEX=${SHARD} 52 endforeach(SHARD)
|
/external/autotest/site_utils/ |
D | server_manager_utils.py | 285 servers = get_servers(role=server_models.ServerRole.ROLE.SHARD,
|
/external/autotest/ |
D | global_config.ini | 57 [SHARD] section
|