Searched refs:kRandom (Results 1 – 9 of 9) sorted by relevance
/external/skia/bench/ |
D | PicturePlaybackBench.cpp | 29 enum Mode { kTiled, kRandom }; enumerator 39 case kRandom: fName.append("_random"); break; in TiledPlaybackBench() 79 case kRandom: x = rand.nextRangeScalar(0, 768); in onDraw() 97 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); ) 99 DEF_BENCH( return new TiledPlaybackBench(kRTree, kRandom); )
|
D | BulkRectBench.cpp | 36 kRandom, // Random overlapping rectangles enumerator 73 if (kLayout == RectangleLayout::kRandom) { in computeName() 190 if (kLayout == RectangleLayout::kRandom) { in onDelayedSetup() 285 ADD_BENCH_FAMILY(1000, RectangleLayout::kRandom)
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | constants.h | 490 kRandom = 0x01, enumerator 516 kRandom = 0x01, enumerator
|
/external/cronet/tot/base/allocator/ |
D | partition_alloc_features.h | 131 kRandom, enumerator
|
D | partition_alloc_features.cc | 215 {RetagMode::kRandom, "random"},
|
/external/cronet/stable/base/allocator/ |
D | partition_alloc_features.h | 131 kRandom, enumerator
|
D | partition_alloc_features.cc | 215 {RetagMode::kRandom, "random"},
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/ |
D | emulated_peer.cc | 25 return (type == fbt::AddressType::kRandom) in LeAddressTypeFromFidl()
|
D | emulator.cc | 95 res.emplace(fuchsia_bluetooth::AddressType::kRandom); in LeOwnAddressTypeToFidl()
|