Home
last modified time | relevance | path

Searched refs:reported (Results 1 - 25 of 39) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp51 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument
124 return !min.value || (min.value && reported.value); in compare()
128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument
131 return reported.value <= min.value; in compare()
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument
137 return reported.min <= min.min && min.max <= reported.max; in compare()
168 m_testCtx.getLog() << TestLog::Message << "FAIL: reported valu in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp60 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() argument
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() argument
163 return !min.value || (min.value && reported.value); in compare()
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() argument
170 return reported.value <= min.value; in compare()
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() argument
176 return reported.min <= min.min && min.max <= reported.max; in compare()
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) in compare() argument
[all...]
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js41 #reported = [];
82 // If this test has had children - it was already reported, so slightly modify the output
105 ArrayPrototypeUnshift(this.#reported, msg);
109 if (this.#reported[0] && this.#reported[0].nesting === data.nesting && this.#reported[0].name === data.name) {
110 ArrayPrototypeShift(this.#reported);
/third_party/node/lib/internal/main/
H A Dwatch_mode.js83 let reported = false;
86 reported = true;
91 if (reported) {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dminimal-http-server-eventlib-foreign.c31 int lifetime = 5, reported; variable
176 if (sequence == TEST_STATE_EXIT && !context && !reported) { in foreign_timer_service()
182 reported = 1; in foreign_timer_service()
H A Dprivate.h10 extern int lifetime, reported;
/third_party/ltp/testscripts/
H A Dnetwork.sh113 echo ltp-pan reported PASS
115 echo ltp-pan reported FAIL
/third_party/mesa3d/src/intel/isl/
H A Disl_priv.h38 static bool reported = false; \
39 if (!reported) { \
41 reported = true; \
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h134 bool reported; member
326 if (unlikely(lost && !device->_lost.reported)) in vk_device_is_lost()
H A Dvk_device.c284 device->_lost.reported = true; in _vk_device_report_lost()
308 device->_lost.reported = true; in _vk_device_set_lost()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h52 static bool reported = false; \
53 if (!reported) { \
55 reported = true; \
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.cc113 void InspectedContext::setReported(int sessionId, bool reported) { in setReported() argument
114 if (reported) in setReported()
H A Dinspected-context.h50 void setReported(int sessionId, bool reported);
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc275 /// @param ctxt the context in which the diff is being reported.
334 /// @param ctxt the context in which the diff is being reported.
421 // Have we reported a size change already? in represent()
521 out << ", as being reported\n"; in represent()
523 out << ", as reported earlier\n"; in represent()
843 /// @return true iff something was reported.
1030 /// @return true if something was reported, false otherwise.
1039 bool reported = false; in maybe_report_diff_for_member() local
1041 return reported; in maybe_report_diff_for_member()
1057 reported in maybe_report_diff_for_member()
[all...]
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.in15 --device=ID Override PCI ID of the reported device
/third_party/node/test/parallel/
H A Dtest-inspector-workers-flat-list.js25 console.log(`Worker ${workerInfo.title} was reported`);
/third_party/skia/modules/pathkit/tests/
H A DtestReporter.js88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
/third_party/skia/modules/canvaskit/tests/
H A DtestReporter.js88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
/third_party/skia/modules/pathkit/perf/
H A DperfReporter.js115 }).then(() => console.log(`Successfully reported ${benchName} to perf aggregator`));
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h1550 static bool reported = false; \
1551 if (!reported) { \
1556 reported = true; \
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h439 static bool reported = false; \
440 if (!reported) { \
443 reported = true; \
452 static bool reported = false; \
453 if (!reported && INTEL_DEBUG(DEBUG_PERF)) { \
458 reported = true; \
/third_party/ltp/
H A Drunltp810 echo "INFO: ltp-pan reported all tests PASS"
814 echo "INFO: ltp-pan reported some tests FAIL"
/third_party/node/lib/internal/test_runner/
H A Dtest.js434 // that the error can be properly reported.
728 } else if (!this.reported) {
737 this.reported = true;
776 // Report any subtests that have not been reported yet. Since all of the
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1035 static unsigned reported; in load_library() local
1037 if (!(reported & mask)) { in load_library()
1038 reported |= mask; in load_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1035 static unsigned reported; in load_library() local
1037 if (!(reported & mask)) { in load_library()
1038 reported |= mask; in load_library()

Completed in 28 milliseconds

12