Home
last modified time | relevance | path

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

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/3_interfaces_extending_classes/
Dinterfaces_extending_classes_1.ts33 choose(): number; method
37 choose(): number { method in h_B
Dinterfaces_extending_classes_2.ts40 choose(): string; method
43 choose(): string { method in h_c
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Drandom.js17 function choose(probability) { function
105 choose: choose, property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_document.js32 choose: function (...args) { method
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp105 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random
128 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random
/third_party/musl/libc-test/src/math/gen/
Drnd.c81 int choose(uint64_t n, size_t k, uint64_t *p) in choose() function
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp38 constexpr uint64_t choose(uint64_t n, uint64_t k) { in choose() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81373 static nsIAtom* choose; member in nsGkAtoms