Home
last modified time | relevance | path

Searched refs:returned (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D1-2.c15 2. For about ten seconds, keep checking from main() that the "returned"
17 returned even before a signal was sent to it, thus FAIL the test.
19 and verify that "returned" has now been set to 1, meaning that the
20 sigpause returned from suspension.
33 static int returned; variable
49 returned = 1; in a_thread_func()
65 if (returned == 1) { in main()
66 printf("Test FAILED: sigpause returned before " in main()
79 if (returned != 1) { in main()
81 "never returned in main()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-debug.hh261 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return() argument
263 if (unlikely (!returned)) { in _hb_warn_no_return()
264 fprintf (stderr, "OUCH, returned with no call to return_trace(). This is a bug, please report.\n"); in _hb_warn_no_return()
268 /*static*/ inline void _hb_warn_no_return<hb_empty_t> (bool returned HB_UNUSED) in _hb_warn_no_return()
280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in returned() function
291 _hb_warn_no_return<ret_t> (returned); in ~hb_auto_trace_t()
292 if (!returned) { in ~hb_auto_trace_t()
303 if (unlikely (returned)) { in ret()
313 returned = true; in ret()
321 bool returned; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D1-2.c27 * -> Is an error returned when unlocking the mutex in unlocked state?
90 static int returned = 0; variable
123 returned = 0; in deadlk_issue()
125 returned = 1; in deadlk_issue()
159 ("Mutex unlock returned an error but mutex is unlocked."); in unlock_issue()
220 ("Results for unlock issue #1:\n mutex 1 unlocking returned %i\n mutex 2 unlocking returned %i\n", in main()
267 ("Results for unlock issue #2:\n mutex 1 returned %i\n mutex 2 returned %i\n", in main()
306 if (returned in main()
[all...]
H A D3-2.c32 * -> Is an error returned when unlocking the mutex in unlocked state?
96 static int returned = 0; variable
129 returned = 0; in deadlk_issue()
131 returned = 1; in deadlk_issue()
165 ("Mutex unlock returned an error but mutex is unlocked."); in unlock_issue()
213 ("Results for unlock issue #1:\n mutex 1 unlocking returned %i\n mutex 2 unlocking returned %i\n", in main()
260 ("Results for unlock issue #2:\n mutex 1 returned %i\n mutex 2 returned %i\n", in main()
299 if (returned in main()
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex38 However, the offset returned through \Var{offp} is always relative to
39 the returned name, which ensures that the value (address) of the
40 returned name plus the returned offset will always be equal to the
47 returned.
63 returned.
66 returned by the \Func{access\_mem}() call-back (see
H A Dunw_create_addr_space.tex90 \Var{need\_unwind\_info} is non-zero, valid values need to be returned
97 \Type{unw\_error\_t} error-codes may be returned. In particular, this
117 registration list. The variable stored at the returned address must
124 value returned by \Func{get\_dyn\_info\_list\_addr}() if caching is
130 the \Type{unw\_error\_t} error-codes may be returned.
149 the \Type{unw\_error\_t} error-codes may be returned.
168 \Type{unw\_error\_t} error-codes may be returned.
188 \Type{unw\_error\_t} error-codes may be returned.
208 \Type{unw\_error\_t} error-codes may be returned. As a special case,
220 returned nam
[all...]
H A Dunw_step.tex27 negative value of one of the error-codes below is returned.
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
50 In addition, \Func{unw\_step}() may return any error returned by the
H A Dunw_regname.tex22 marks is returned. The returned string is statically allocated and
H A Dunw_apply_reg_state.tex29 returned.
47 returned by the \Func{access\_mem}() call-back (see
H A Dunw_set_reg.tex42 returned.
58 In addition, \Func{unw\_set\_reg}() may return any error returned by
H A Dunw_get_fpreg.tex41 returned.
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
H A Dunw_get_reg.tex42 returned.
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2559 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log) in compare16BitFloat() argument
2565 const Float16 returnedFloat (returned); in compare16BitFloat()
2573 log << TestLog::Message << "Error: expected zero but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2587 log << TestLog::Message << "Error: expected Inf but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2597 log << TestLog::Message << "Error: expected NaN but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2618 log << TestLog::Message << "Error: found unmatched 32-bit and 16-bit floats: " << originalFloat.bits() << " vs " << returned << TestLog::EndMessage; in compare16BitFloat()
2622 bool compare16BitFloat (deUint16 original, deUint16 returned, tc argument
2669 compare16BitFloat(deUint16 original, float returned, tcu::TestLog & log) compare16BitFloat() argument
2717 compare16BitFloat(deFloat16 original, deFloat16 returned, std::string& error) compare16BitFloat() argument
2774 compare16BitFloat64(double original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log) compare16BitFloat64() argument
2837 compare32BitFloat(float expected, float returned, tcu::TestLog& log) compare32BitFloat() argument
2870 compare64BitFloat(double expected, double returned, tcu::TestLog& log) compare64BitFloat() argument
[all...]
H A DvktSpvAsmGraphicsShaderTestUtil.hpp96 // be called. If true is returned, then the test case is assumed to
97 // have passed, if false is returned, then the test case is assumed
612 // returned 16-bit float value. Returns true if they are considered as equal.
621 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log);
624 // float value and compares with the returned 32-bit float value.
634 bool compare16BitFloat (deUint16 returned, float original, tcu::TestLog& log);
635 bool compare16BitFloat (deFloat16 original, deFloat16 returned, std::string& error);
639 // returned 16-bit float value. Returns true if they are considered as equal.
648 bool compare16BitFloat64 (double original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log);
650 // Compare the returned 3
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2556 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log) in compare16BitFloat() argument
2562 const Float16 returnedFloat (returned); in compare16BitFloat()
2570 log << TestLog::Message << "Error: expected zero but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2584 log << TestLog::Message << "Error: expected Inf but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2594 log << TestLog::Message << "Error: expected NaN but returned " << returned << TestLog::EndMessage; in compare16BitFloat()
2615 log << TestLog::Message << "Error: found unmatched 32-bit and 16-bit floats: " << originalFloat.bits() << " vs " << returned << TestLog::EndMessage; in compare16BitFloat()
2619 bool compare16BitFloat (deUint16 original, deUint16 returned, tc argument
2666 compare16BitFloat(deUint16 original, float returned, tcu::TestLog & log) compare16BitFloat() argument
2714 compare16BitFloat(deFloat16 original, deFloat16 returned, std::string& error) compare16BitFloat() argument
2771 compare16BitFloat64(double original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log) compare16BitFloat64() argument
2834 compare32BitFloat(float expected, float returned, tcu::TestLog& log) compare32BitFloat() argument
2867 compare64BitFloat(double expected, double returned, tcu::TestLog& log) compare64BitFloat() argument
[all...]
H A DvktSpvAsmGraphicsShaderTestUtil.hpp96 // be called. If true is returned, then the test case is assumed to
97 // have passed, if false is returned, then the test case is assumed
612 // returned 16-bit float value. Returns true if they are considered as equal.
621 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log);
624 // float value and compares with the returned 32-bit float value.
634 bool compare16BitFloat (deUint16 returned, float original, tcu::TestLog& log);
635 bool compare16BitFloat (deFloat16 original, deFloat16 returned, std::string& error);
639 // returned 16-bit float value. Returns true if they are considered as equal.
648 bool compare16BitFloat64 (double original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& log);
650 // Compare the returned 3
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp1651 Query passes if returned value is unique in current program, matches
1656 Query passes if returned value matches value returned from
1688 GLint returned = glGetUniformLocation(program.name, name.str().c_str());
1692 if (returned != returnedPIQ)
1697 << "\" returned by glGetUniformLocation and differ glGetProgramResourceLocation differ: "
1698 << returned << " != " << returnedPIQ << ".";
1712 if (!(expected == returned || (!used && returned == -1)))
1716 << ", got " << returned << "
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h758 bool check_permutation(std::initializer_list<const char*> expected, std::array<T, U> const& returned) {
759 if (expected.size() != returned.size()) return false;
761 auto found = std::find_if(std::begin(returned), std::end(returned),
763 if (found == std::end(returned)) return false;
768 bool check_permutation(std::initializer_list<const char*> expected, std::vector<T> const& returned) {
769 if (expected.size() != returned.size()) return false;
771 auto found = std::find_if(std::begin(returned), std::end(returned),
773 if (found == std::end(returned)) retur
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer_test.go115 t.Errorf("%v returned error: %v", name, err)
117 t.Errorf("%v returned %d tokens: %v", name, len(got), got)
119 t.Errorf(`%v returned unexpected token kind: got "%+v", expected "%+v"`, name, got[0], test.expect)
121 t.Errorf(`%v returned unexpected token runes: got "%+v", expected "%+v"`, name, string(got[0].Runes), string(test.expect.Runes))
123 t.Errorf(`%v returned unexpected token source: got %+v, expected %+v`, name, got[0].Source, test.expect.Source)
141 t.Errorf(`Lex() returned error "%+v", expected error "%+v"`, gotErr, test.expect)
144 t.Errorf("Lex() returned non-nil for error")
/third_party/node/test/fixtures/wpt/streams/writable-streams/
H A Dwrite.any.js138 'closedPromise should reject with the error returned from the sink\'s write method')
142 'writePromise should reject with the error returned from the sink\'s write method')
146 'writePromise2 should reject with the error returned from the sink\'s write method')
167 'write() should reject with the error returned from the sink\'s write method')
182 'write() should reject with the error returned from the sink\'s write method ')
284 }, 'writing to a released writer should reject the returned promise');
/third_party/node/test/fixtures/wpt/dom/abort/resources/
H A Dabort-signal-any-tests.js30 `The event target is the signal returned by ${desc}`);
53 `The event target is the signal returned by ${desc}`);
140 }, `${desc} works with signals returned by AbortSignal.timeout() ${suffix}`);
/third_party/skia/tests/
H A DPointTest.cpp30 SkScalar returned = SkPoint::Normalize(&point); in test_Normalize() local
32 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength)); in test_Normalize()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h27 // time they are borrowed from and returned to a pool, or whether they persist
31 // when the item is returned.
51 // A Loan is returned by the pool's borrow() function.
206 // time they are borrowed from and returned to the pool.
216 // returned if the pool is empty.
228 // The boolean of the returned pair is true on success, or false if the pool
241 ConditionVariable returned; member in marl::BoundedPool::Storage
249 : returned(allocator) { in Storage()
286 storage->returned.wait(lock, [&] { return storage->free != nullptr; }); in borrow()
325 returned in return_()
[all...]
/third_party/node/test/parallel/
H A Dtest-os-checked-function.js19 message: /^A system error occurred: foo returned bar \(baz\)$/
/third_party/gn/src/gn/
H A Dfunction_get_path_info.cc135 returned.
176 will be returned. If the input is system- absolute, the same input will
177 be returned.

Completed in 21 milliseconds

1234