Home
last modified time | relevance | path

Searched refs:criteria (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/node/deps/npm/node_modules/events/tests/
Dcommon.js59 function _mustCallInner(fn, criteria, field) { argument
60 if (typeof criteria == 'undefined') criteria = 1;
63 criteria = fn;
69 if (typeof criteria !== 'number')
70 throw new TypeError('Invalid ' + field + ' value: ' + criteria);
78 context[field] = criteria;
/third_party/node/deps/undici/src/node_modules/busboy/test/
Dcommon.js42 function _mustCallInner(fn, criteria = 1, field) { argument
47 criteria = fn;
53 if (typeof criteria !== 'number')
54 throw new TypeError(`Invalid ${field} value: ${criteria}`);
57 [field]: criteria,
/third_party/mesa3d/src/egl/main/
Deglconfig.c446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) in _eglMatchConfig() argument
457 cmp = _eglGetConfigKey(criteria, attr); in _eglMatchConfig()
595 const _EGLConfig *criteria, EGLBoolean compare_id) in _eglCompareConfigs() argument
624 if (criteria) { in _eglCompareConfigs()
627 if (criteria->RedSize > 0) { in _eglCompareConfigs()
631 if (criteria->GreenSize > 0) { in _eglCompareConfigs()
635 if (criteria->BlueSize > 0) { in _eglCompareConfigs()
641 if (criteria->LuminanceSize > 0) { in _eglCompareConfigs()
646 if (criteria->AlphaSize > 0) { in _eglCompareConfigs()
796 _EGLConfig criteria; in _eglChooseConfig() local
[all …]
Deglconfig.h203 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria);
213 const _EGLConfig *criteria, EGLBoolean compare_id);
/third_party/ltp/testcases/realtime/func/matrix_mult/
Dmatrix_mult.c40 static float criteria; variable
288 if (savg > (cavg * criteria)) in main_thread()
292 criteria); in main_thread()
308 criteria = pass_criteria * numcpus; in main()
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dembedded.txt27 There are more decision criteria thinkable:
33 One problem of taking criteria like quality and performance into account when
37 Beside adding more ranking criteria, we might consider adding an overridable
/third_party/ltp/testcases/realtime/doc/
DHOWTO_ADD_TESTS34 - a clear description of test purpose and criteria
38 - your test has clear PASS/FAIL criteria if functional
/third_party/libdrm/
DCONTRIBUTING.rst61 below criteria:
67 criteria.
79 criteria, tools, and processes.
102 patches that violate the documented merge criteria, will also be handled through
DRELEASING1 The release criteria for libdrm is essentially "if you need a release,
/third_party/vulkan-loader/
DGOVERNANCE.md24 - Write control: Approve pull/merge requests (verify submissions vs. acceptance criteria)
47 …- The goal is to be responsive to contributors while ensuring acceptance criteria is met and to fa…
/third_party/node/test/common/
Dindex.js425 function _mustCallInner(fn, criteria = 1, field) { argument
429 criteria = fn;
435 if (typeof criteria !== 'number')
436 throw new TypeError(`Invalid ${field} value: ${criteria}`);
439 [field]: criteria,
Dsea.js74 … if (!/SignTool Error: No certificates were found that met all the given criteria/.test(err)) {
/third_party/skia/third_party/externals/tint/test/bug/tint/
D926.wgsl10 // Increment cubeVerts based on some criteria...
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigReference.cpp69 Criteria criteria; member
75 , criteria (CRITERIA_LAST) in AttribRule()
83 , criteria (criteria_) in AttribRule()
411 switch (rule.criteria) in isMatch()
/third_party/openssl/doc/man3/
DOSSL_STORE_SEARCH.pod17 - Type and functions to create OSSL_STORE search criteria
48 These functions are used to specify search criteria to help search for specific
51 and then wants to add on search criteria in a uniform and supported manner.
DX509_LOOKUP.pod151 associated with the B<X509_LOOKUP> using different criteria, where the looked up
154 matching the criteria in the associated B<X509_STORE>, which makes it
155 possible to handle cases where the criteria have more than one hit.
/third_party/openGLES/extensions/SGIX/
DSGIX_subdiv_patch.txt50 * Is a per-corner maximum valence criteria preferred? (compared to
51 accumulative criteria)
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_subdiv_patch.txt50 * Is a per-corner maximum valence criteria preferred? (compared to
51 accumulative criteria)
/third_party/openGLES/extensions/NV/
DNV_multisample_coverage.txt227 match criteria for GLXFBConfig attributes, p. 19)
236 (add a new entry to table 3.4: Default values and match criteria
249 match criteria for GLXFBConfig attributes, p. 19, by incrementing
283 criteria used by glXChooseVisual, p.38)
289 (add a new entry to table 3.8: Defaults and selection criteria used
419 first pixel format that meets the criteria.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_multisample_coverage.txt227 match criteria for GLXFBConfig attributes, p. 19)
236 (add a new entry to table 3.4: Default values and match criteria
249 match criteria for GLXFBConfig attributes, p. 19, by incrementing
283 criteria used by glXChooseVisual, p.38)
289 (add a new entry to table 3.8: Defaults and selection criteria used
419 first pixel format that meets the criteria.
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c44 wgl_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) in wgl_match_config() argument
46 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) in wgl_match_config()
49 if (!_eglMatchConfig(conf, criteria)) in wgl_match_config()
/third_party/mesa3d/docs/
Drelease-calendar.rst22 Take a look :ref:`here <criteria>` if you'd like to
/third_party/node/test/parallel/
Dtest-single-executable-application.js93 if (!/SignTool Error: No certificates were found that met all the given criteria/.test(err)) {
/third_party/libinput/doc/user/
Dtablet-debugging.rst25 libinput bug: device does not meet tablet criteria. Ignoring this device.
/third_party/typescript/.github/ISSUE_TEMPLATE/
DFeature_request.md29 Suggestions that don't meet all these criteria are very, very unlikely to be accepted.

12345678