HomeSort by relevance Sort by last modified time
    Searched refs:choose (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 47 float r = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
48 float g = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
49 float b = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
50 float a = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
174 state.stencil[ndx].function = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
177 state.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
178 state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
179 state.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
186 state.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
194 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2))
    [all...]
glsRandomUniformBlockCase.cpp 107 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end());
112 layoutFlags |= rnd.choose<deUint32>(&matrixCandidates[0], &matrixCandidates[DE_LENGTH_OF_ARRAY(matrixCandidates)]);
233 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end());
240 flags |= rnd.choose<deUint32>(&precisionCandidates[0], &precisionCandidates[DE_LENGTH_OF_ARRAY(precisionCandidates)]);
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 27 .choose-pin-content-area {
75 #choose-pin-msg {
79 #choose-pin-error {
93 .choose-pin-input-area {
98 #choose-pin-action-area {
choose_mobile_network.js 60 $('choose').hidden = true;
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) function in class:de::Random
126 T Random::choose (InputIter first, InputIter last) function in class:de::Random
130 choose(first, last, &val, 1);
deRandom.cpp 107 // choose(first, last, resultOut, num)
130 rnd.choose(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items), &itemsDst[0], numItemsPicked);
136 // choose(first, last)
144 DE_TEST_ASSERT(expected[i] == rnd.choose<int>(DE_ARRAY_BEGIN(items), DE_ARRAY_END(items)));
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 20 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
33 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
  /ndk/sources/cxx-stl/gabi++/
Android.mk 10 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
24 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
  /external/yaffs2/yaffs2/
Kconfig 15 To compile the YAFFS2 file system support as a module, choose M here:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 10 self.package_name += random.choose(string.letters)
62 var += random.choose(string.letters)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 10 self.package_name += random.choose(string.letters)
62 var += random.choose(string.letters)
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents.c 35 #error You must choose your operating system here
51 #error You must choose your operating system here
147 #error You must choose your operating system here
411 #error You must choose your operating system here
  /ndk/sources/cxx-stl/stlport/
Android.mk 80 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
93 # For armeabi*, choose thumb mode unless LOCAL_ARM_MODE := arm
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 54 #choose-data-types-body {
59 #choose-data-types-body > .checkbox:first-child {
63 #choose-data-types-body > .checkbox:last-child {
206 #choose-data-types-form {
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 42 // this requirement, we choose "readystatechange" event of window and use
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 16 ; or any other register you choose
sce3.asm 16 ; or any other register you choose
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 153 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end());
211 EGLContext context = m_rnd.choose<EGLContext>(m_contexts.begin(), m_contexts.end());
273 EGLSurface surface = m_rnd.choose<EGLSurface>(m_pbuffers.begin(), m_pbuffers.end());
teglChooseConfigTests.cpp 21 * \brief Choose config tests.
338 return rnd.choose<EGLint>(types, types+DE_LENGTH_OF_ARRAY(types));
344 return rnd.choose<EGLint>(caveats, caveats+DE_LENGTH_OF_ARRAY(caveats));
419 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end());
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 249 m_rnd.choose(m_varNames.begin(), m_varNames.end(), inNames.begin(), (int)numVars);
269 return m_rnd.choose<std::string>(m_varNames.begin(), m_varNames.end());
288 const std::string op = std::string("") + m_rnd.choose<char>(operators.begin(), operators.end());
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 339 const float a = rnd->choose<float>(DE_ARRAY_BEGIN(alphaValues), DE_ARRAY_END(alphaValues));
340 const float r = a * rnd->choose<float>(DE_ARRAY_BEGIN(rgbValues), DE_ARRAY_END(rgbValues));
341 const float g = a * rnd->choose<float>(DE_ARRAY_BEGIN(rgbValues), DE_ARRAY_END(rgbValues));
342 const float b = a * rnd->choose<float>(DE_ARRAY_BEGIN(rgbValues), DE_ARRAY_END(rgbValues));
  /external/jemalloc/src/
jemalloc.c 150 unsigned i, choose, first_null; local
152 choose = 0;
159 * Choose the first arena that has the lowest
163 arenas[choose]->nthreads)
164 choose = i;
179 if (arenas[choose]->nthreads == 0
185 ret = arenas[choose];
    [all...]
  /external/chromium_org/remoting/webapp/
butter_bar.js 82 // If both messages can be shown choose only one randomly.
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 339 // Choose
712 // Choose random
713 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes);
834 // \todo [2011-02-28 pyry] Give lower weight to entries without range? Choose subtype range?
835 const ValueEntry* entry = state.getRandom().choose<const ValueEntry*>(state.getVariableManager().getBegin<IsWritableEntry>(), state.getVariableManager().getEnd<IsWritableEntry>());
871 ConstValueRangeAccess selectedRange = state.getRandom().choose<const ValueEntry*>(first, end)->getValueRange();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 262 'do_extra_handshake must choose one subprotocol from '

Completed in 1304 milliseconds

1 2 3 4