Home
last modified time | relevance | path

Searched refs:choose (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp47 float r = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
48 float g = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
49 float b = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
50 float a = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components)); in getRandomColor()
174 …state.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(co… in computeRandomRenderState()
177 …state.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(s… in computeRandomRenderState()
178 …state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
179 …state.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
186 …state.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); in computeRandomRenderState()
194 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_EN… in computeRandomRenderState()
[all …]
DglsRandomUniformBlockCase.cpp107 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock()
112 …layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(mat… in generateBlock()
233 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType()
240 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
/third_party/boost/libs/date_time/xmldoc/
Ddate_time_fo_stylesheet.xsl20 <xsl:choose>
23 </xsl:choose>
26 <xsl:choose>
29 </xsl:choose>
48 <xsl:choose>
55 <xsl:choose>
62 </xsl:choose>
65 <xsl:choose>
73 <xsl:choose>
83 </xsl:choose>
[all …]
/third_party/mindspore/tests/ut/python/pipeline/parse/
Dtest_graph_return_const_param.py52 choose = ChooseOneParam(0)
55 out = choose(tensor_x, tensor_y)
60 choose = ChooseOneParam(1)
63 out = choose(tensor_x, tensor_y)
70 choose = ChooseOneConst(0, tensor_x, tensor_y)
71 out = choose()
78 choose = ChooseOneConst(1, tensor_x, tensor_y)
79 out = choose()
/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
39 BOOST_STATIC_ASSERT((boost::python::detail::is_same<choose<2>::type,c2>::value)); in main()
40 BOOST_STATIC_ASSERT((boost::python::detail::is_same<choose<3>::type,c3>::value)); in main()
41 BOOST_STATIC_ASSERT((boost::python::detail::is_same<choose<4>::type,c4>::value)); in main()
42 BOOST_STATIC_ASSERT((boost::python::detail::is_same<choose<5>::type,void*>::value)); in main()
/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
194 choose = SDL_TRUE; /* at least we know there's a battery. */ in check_proc_acpi_battery()
197 choose = SDL_TRUE; in check_proc_acpi_battery()
200 choose = SDL_TRUE; in check_proc_acpi_battery()
203 if (choose) { in check_proc_acpi_battery()
448 SDL_bool choose = SDL_FALSE; in SDL_GetPowerInfo_Linux_sys_class_power_supply() local
497 choose = SDL_TRUE; /* at least we know there's a battery. */ in SDL_GetPowerInfo_Linux_sys_class_power_supply()
499 choose = SDL_TRUE; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
502 choose = SDL_TRUE; in SDL_GetPowerInfo_Linux_sys_class_power_supply()
505 if (choose) { in SDL_GetPowerInfo_Linux_sys_class_power_supply()
/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_graph_return_const_param.py52 choose = ChooseInitParameter()
54 out = choose()
59 choose = ChooseInitParameterWithInput()
62 out = choose(input_data)
/third_party/boost/libs/outcome/doc/src/content/reference/aliases/
Ddefault_policy.md8 1. If `EC` and `EP` is `void`, choose {{% api "terminate" %}}.
10 2. If {{% api "is_error_code_available<T>" %}} true for `EC`, choose {{% api "error_code_throw_as_s…
12 3. If {{% api "is_exception_ptr_available<T>" %}} true for `EC` or `EP`, choose {{% api "exception_…
14 4. Else choose {{% api "fail_to_compile_observers" %}}, which fails the build with a useful message.
/third_party/flutter/skia/third_party/externals/sdl/src/power/macosx/
DSDL_syspower.c46 SDL_bool choose = SDL_FALSE; in checkps() local
123 choose = SDL_TRUE; /* at least we know there's a battery. */ in checkps()
126 choose = SDL_TRUE; in checkps()
129 choose = SDL_TRUE; in checkps()
132 if (choose) { in checkps()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp60 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
63 T choose (InputIter first, InputIter last);
105 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
132 choose(first, last, &val, 1); in choose()
DdeRandom.cpp130 rnd.choose(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items), &itemsDst[0], numItemsPicked); in Random_selfTest()
144 DE_TEST_ASSERT(expected[i] == rnd.choose<int>(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items))); in Random_selfTest()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dterminal_test.dart134 prompt: 'Please choose something',
139 'Please choose something [a|b|c]: d\n'
140 'Please choose something [a|b|c]: \n'
142 'Please choose something [a|b|c]: b\n');
151 prompt: 'Please choose something',
158 'Please choose something: \n'
/third_party/flutter/flutter/examples/flutter_gallery/test/
Ddrawer_test.dart38 // Switch to the dark theme: first menu button, choose 'Dark'
46 // Switch to the light theme: first menu button, choose 'Light'
54 // Switch back to system theme setting: first menu button, choose 'System Default'
65 // Popup the platform menu: third menu button, choose 'Cupertino'
77 // Popup the text size menu: second menu button, choose 'Small'
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp1353 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests()
1354 …const vk::VkSamplerYcbcrRange colorRange(rng.choose<RangeNamePair>(begin(colorRanges), end(colorRa… in buildTests()
1355 …const vk::VkChromaLocation chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocation… in buildTests()
1397 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(shaderTypes.begin(), shaderTypes.end… in buildTests()
1398 …const vk::VkChromaLocation chromaLocation(rng.choose<ChromaLocationNamePair>(chromaLocations.begin… in buildTests()
1460 …const vk::VkSamplerYcbcrRange colorRange(rng.choose<RangeNamePair>(begin(colorRanges), end(colorRa… in buildTests()
1461 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes… in buildTests()
1462 …const vk::VkChromaLocation yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations… in buildTests()
1495 …const glu::ShaderType shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes)… in buildTests()
1496 …const vk::VkChromaLocation yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations)… in buildTests()
[all …]
/third_party/flutter/skia/src/core/
DSkAutoBlitterChoose.h25 this->choose(draw, matrix, paint, drawCoverage);
31 SkBlitter* choose(const SkDraw& draw, const SkMatrix* matrix, const SkPaint& paint,
/third_party/skia/src/core/
DSkAutoBlitterChoose.h26 this->choose(draw, matrixProvider, paint, drawCoverage);
32 SkBlitter* choose(const SkDraw& draw, const SkMatrixProvider* matrixProvider,
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_metal.txt67 1) Should the application be able to choose a specific version of Metal?
70 seem like recommended practice to choose a Metal version when
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp150 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock()
155 …layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(mat… in generateBlock()
292 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType()
299 …flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(pre… in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5349 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(i… in addAttachmentTests()
5363 …const VkFormat format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END… in addAttachmentTests()
5364 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests()
5365 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests()
5368 …? rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayouts), DE_ARRAY_END(initialAndFi… in addAttachmentTests()
5369 …: rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayoutsLazy), DE_ARRAY_END(initialA… in addAttachmentTests()
5371 …? rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayouts), DE_ARRAY_END(initialAndFi… in addAttachmentTests()
5372 …: rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(initialAndFinalColorLayoutsLazy), DE_ARRAY_END(initialA… in addAttachmentTests()
5373 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in addAttachmentTests()
5375 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests()
[all …]
/third_party/boost/libs/outcome/doc/src/content/experimental/
Dstatus_result.md30 You can absolutely choose an `E` type which is non-erased e.g. `posix_code` directly.
31 You can also choose an `E` type which is contract guaranteed to be a failure
34 Whether to choose typed status codes versus the erased status codes depends on your
/third_party/flutter/skia/third_party/externals/angle2/doc/
DChoosingANGLEBranch.md6 This document illustrates how to choose a branch of ANGLE which can be expected
21 works to choose an appropriate ANGLE branch for your project. You will, however,
22 likely want to make sure that you choose a branch that is used for a relatively
/third_party/wayland_standard/doc/publican/
Dmerge-mapcoords.xsl36 <xsl:choose>
57 </xsl:choose>
/third_party/gettext/gettext-runtime/man/
Dngettext.x2 ngettext \- translate message and choose plural form
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_ops.py1262 match_res(mnp.choose, onp.choose, x, y, mode='wrap', dtype=mnp.int32)
1263 match_res(mnp.choose, onp.choose, x, y, mode='clip', dtype=mnp.int32)
1271 match_all_arrays(mnp.choose(*mnp_arrays, mode='wrap'), onp.choose(*onp_arrays, mode='wrap'))
1272 match_all_arrays(mnp.choose(*mnp_arrays, mode='clip'), onp.choose(*onp_arrays, mode='clip'))
1657 match_res(mnp_x.choose, x.choose, y, mode='wrap')
1658 match_res(mnp_x.choose, x.choose, y, mode='clip')
1667 match_all_arrays(mnp_x.choose(mnp_arrays, mode='wrap'), x.choose(onp_arrays, mode='wrap'))
1668 match_all_arrays(mnp_x.choose(mnp_arrays, mode='clip'), x.choose(onp_arrays, mode='clip'))
/third_party/e2fsprogs/lib/et/test_cases/
Dcontinuation.et5 therefore may be easily guessed. Please choose another password.\n\

12345678910>>...55