Home
last modified time | relevance | path

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

/third_party/boost/libs/python/test/
Dif_else.cpp15 struct choose struct
38 BOOST_STATIC_ASSERT((boost::python::detail::is_same<choose<1>::type,c1>::value)); in main() argument
/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/flutter/skia/third_party/externals/sdl/src/power/linux/
DSDL_syspower.c132 SDL_bool choose = SDL_FALSE; in check_proc_acpi_battery() local
448 SDL_bool choose = SDL_FALSE; in SDL_GetPowerInfo_Linux_sys_class_power_supply() local
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c46 SDL_bool choose = SDL_FALSE; in checkps() local
/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/mindspore/mindspore/numpy/
Darray_ops.py2088 def choose(a, choices, mode='clip'): function
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py910 def choose(x, choices, mode='clip'): function
/third_party/mindspore/mindspore/common/
Dtensor.py1537 def choose(self, choices, mode='clip'): member in Tensor
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp38 constexpr uint64_t choose(uint64_t n, uint64_t k) { in choose() function