/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fImplementationLimitTests.cpp | 51 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 D | es3fImplementationLimitTests.cpp | 60 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 D | spec.js | 41 #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 D | watch_mode.js | 83 let reported = false; 86 reported = true; 91 if (reported) {
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
H A D | minimal-http-server-eventlib-foreign.c | 31 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 D | private.h | 10 extern int lifetime, reported;
|
/third_party/ltp/testscripts/ |
H A D | network.sh | 113 echo ltp-pan reported PASS 115 echo ltp-pan reported FAIL
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_priv.h | 38 static bool reported = false; \ 39 if (!reported) { \ 41 reported = true; \
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.h | 134 bool reported; member 326 if (unlikely(lost && !device->_lost.reported)) in vk_device_is_lost()
|
H A D | vk_device.c | 284 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 D | tu_util.h | 52 static bool reported = false; \ 53 if (!reported) { \ 55 reported = true; \
|
/third_party/node/deps/v8/src/inspector/ |
H A D | inspected-context.cc | 113 void InspectedContext::setReported(int sessionId, bool reported) { in setReported() argument 114 if (reported) in setReported()
|
H A D | inspected-context.h | 50 void setReported(int sessionId, bool reported);
|
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.cc | 275 /// @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 D | intel_dump_gpu.in | 15 --device=ID Override PCI ID of the reported device
|
/third_party/node/test/parallel/ |
H A D | test-inspector-workers-flat-list.js | 25 console.log(`Worker ${workerInfo.title} was reported`);
|
/third_party/skia/modules/pathkit/tests/ |
H A D | testReporter.js | 88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | testReporter.js | 88 }).then(() => console.log(`Successfully reported ${testname} to gold aggregator`));
|
/third_party/skia/modules/pathkit/perf/ |
H A D | perfReporter.js | 115 }).then(() => console.log(`Successfully reported ${benchName} to perf aggregator`));
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 1550 static bool reported = false; \ 1551 if (!reported) { \ 1556 reported = true; \
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 439 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 D | runltp | 810 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 D | test.js | 434 // 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 D | dynlink.c | 1035 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 D | dynlink.c | 1035 static unsigned reported; in load_library() local 1037 if (!(reported & mask)) { in load_library() 1038 reported |= mask; in load_library()
|