Home
last modified time | relevance | path

Searched refs:set_status (Results 1 - 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array.c186 ecma_value_t set_status = ecma_op_object_put (array_obj_p, in ecma_builtin_array_object_from() local
193 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from()
240 ecma_value_t set_status = ecma_builtin_helper_def_prop_by_index (array_obj_p, k, mapped_value, flags); in ecma_builtin_array_object_from() local
245 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from()
357 ecma_value_t set_status = ecma_builtin_helper_def_prop_by_index (array_obj_p, k, mapped_value, flags); in ecma_builtin_array_object_from() local
362 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from()
373 ecma_value_t set_status = ecma_op_object_put (array_obj_p, in ecma_builtin_array_object_from() local
380 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_builtin_array_object_from()
/third_party/openssl/test/
H A Dasynctest.c171 int set_status = 1; in test_ASYNC_callback_status() local
182 || ASYNC_WAIT_CTX_set_status(waitctx, set_status) != 1 in test_ASYNC_callback_status()
183 || set_status != ASYNC_WAIT_CTX_get_status(waitctx)) { in test_ASYNC_callback_status()
/third_party/node/deps/v8/src/objects/
H A Djs-promise.h56 void set_status(Promise::PromiseState status);
H A Djs-collator.cc404 UErrorCode set_status = U_ZERO_ERROR; in New() local
405 icu_locale.setUnicodeKeywordValue("co", "search", set_status); in New()
406 DCHECK(U_SUCCESS(set_status)); in New()
H A Dmodule.cc61 module.set_status(new_status); in SetStatusInternal()
64 module.set_status(new_status); in SetStatusInternal()
H A Dobjects.cc5370 void JSPromise::set_status(Promise::PromiseState status) { in set_status() function in v8::JSPromise
5421 promise->set_status(Promise::kFulfilled); in Fulfill()
5467 promise->set_status(Promise::kRejected); in Reject()
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness-shadowrealm.js77 promise_test(t => {t.set_status(status, message); t.phase = t.phases.HAS_RESULT; t.done()}, name);
H A Dtestharness.js697 tests.set_status(tests.status.ERROR, msg);
1091 tests.set_status(tests.status.ERROR,
1118 tests.set_status(tests.status.ERROR,
2569 this.set_status(this.TIMEOUT, "Test timed out");
2599 this.set_status(status, message, stack);
2867 Test.prototype.set_status = function(status, message, stack)
2880 this.set_status(this.TIMEOUT, "Test timed out");
2911 this.set_status(this.PASS, null);
3200 tests.set_status(tests.status.ERROR,
3234 tests.set_status(dat
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc421 void set_status(int a_status) { status_ = a_status; } in set_status() function in testing::internal::DeathTestImpl
717 set_status(static_cast<int>(status_code)); in Wait()
955 set_status(static_cast<int>(buffer.return_code)); in Wait()
1090 set_status(status_value); in Wait()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc425 void set_status(int a_status) { status_ = a_status; } in set_status() function in testing::internal::DeathTestImpl
735 set_status(static_cast<int>(status_code)); in Wait()
943 set_status(static_cast<int>(buffer.return_code)); in Wait()
1084 set_status(status_value); in Wait()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc418 void set_status(int a_status) { status_ = a_status; } in set_status() function in testing::internal::DeathTestImpl
716 set_status(static_cast<int>(status_code)); in Wait()
963 set_status(buffer.return_code); in Wait()
1104 set_status(status_value); in Wait()
/third_party/astc-encoder/Test/testlib/
H A Dresultset.py195 def set_status(self, result): member in Record
/third_party/astc-encoder/Test/
H A Dastc_test_image.py212 res.set_status(determine_result(image, refResult, res))
/third_party/python/Lib/multiprocessing/
H A Dsynchronize.py357 set_status = 'set' if self.is_set() else 'unset'
358 return f"<{type(self).__qualname__} at {id(self):#x} {set_status}>"
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c656 int set_status = set_extradata(avctx, sample_buffer); in vtenc_output_callback() local
657 if (set_status) { in vtenc_output_callback()
658 set_async_error(vtctx, set_status); in vtenc_output_callback()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c3267 ecma_value_t set_status = ecma_op_object_put (obj_p, in ecma_regexp_match_helper() local
3272 if (ECMA_IS_VALUE_ERROR (set_status)) in ecma_regexp_match_helper()
3275 return set_status; in ecma_regexp_match_helper()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2784 module.set_status(Module::kUnlinked); in NewSourceTextModule()
2815 module.set_status(Module::kUnlinked); in NewSyntheticModule()

Completed in 41 milliseconds