Home
last modified time | relevance | path

Searched refs:kRandom (Results 1 – 9 of 9) sorted by relevance

/external/skia/bench/
DPicturePlaybackBench.cpp29 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); )
DBulkRectBench.cpp36 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/
Dconstants.h490 kRandom = 0x01, enumerator
516 kRandom = 0x01, enumerator
/external/cronet/tot/base/allocator/
Dpartition_alloc_features.h131 kRandom, enumerator
Dpartition_alloc_features.cc215 {RetagMode::kRandom, "random"},
/external/cronet/stable/base/allocator/
Dpartition_alloc_features.h131 kRandom, enumerator
Dpartition_alloc_features.cc215 {RetagMode::kRandom, "random"},
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
Demulated_peer.cc25 return (type == fbt::AddressType::kRandom) in LeAddressTypeFromFidl()
Demulator.cc95 res.emplace(fuchsia_bluetooth::AddressType::kRandom); in LeOwnAddressTypeToFidl()