/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 135 jerry_value_t is_ok = jerryx_arg_transform_this_and_args (this_val, in test_validator1_handler() local 143 TEST_ASSERT (!jerry_value_is_error (is_ok)); in test_validator1_handler() 151 TEST_ASSERT (!jerry_value_is_error (is_ok)); in test_validator1_handler() 159 TEST_ASSERT (!jerry_value_is_error (is_ok)); in test_validator1_handler() 167 TEST_ASSERT (jerry_value_is_error (is_ok)); in test_validator1_handler() 170 jerry_release_value (is_ok); in test_validator1_handler() 230 jerry_value_t is_ok = jerryx_arg_transform_this_and_args (this_val, in test_validator2_handler() local 238 TEST_ASSERT (!jerry_value_is_error (is_ok)); in test_validator2_handler() 244 TEST_ASSERT (jerry_value_is_error (is_ok)); in test_validator2_handler() 247 jerry_release_value (is_ok); in test_validator2_handler() [all …]
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/ |
D | wrap_tools.cpp | 24 bool is_ok = true; in jsmbed_wrap_register_global_function() local 28 is_ok = false; in jsmbed_wrap_register_global_function() 32 return is_ok; in jsmbed_wrap_register_global_function() 36 is_ok = false; in jsmbed_wrap_register_global_function() 40 return is_ok; in jsmbed_wrap_register_global_function() 49 is_ok = false; in jsmbed_wrap_register_global_function() 58 return is_ok; in jsmbed_wrap_register_global_function()
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.c | 753 BROTLI_BOOL is_ok = OpenInputFile(context->current_input_path, &context->fin); in OpenFiles() local 754 if (!context->test_integrity && is_ok) { in OpenFiles() 755 is_ok = OpenOutputFile( in OpenFiles() 758 return is_ok; in OpenFiles() 762 BROTLI_BOOL is_ok = BROTLI_TRUE; in CloseFiles() local 772 is_ok = BROTLI_FALSE; in CloseFiles() 776 if (success && is_ok && context->copy_stat) { in CloseFiles() 783 if (is_ok) { in CloseFiles() 787 is_ok = BROTLI_FALSE; in CloseFiles() 797 return is_ok; in CloseFiles() [all …]
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api-property.c | 56 bool is_ok = jerry_get_own_property_descriptor (global_obj_val, prop_name, &prop_desc); in main() local 57 TEST_ASSERT (is_ok); in main() 78 is_ok = jerry_get_own_property_descriptor (proxy, prop_name, &prop_desc); in main() 79 TEST_ASSERT (!is_ok); in main() 94 is_ok = jerry_get_own_property_descriptor (global_obj_val, prop_name, &prop_desc); in main() 95 TEST_ASSERT (is_ok); in main()
|
D | test-api.c | 169 …bool is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE … in handler_construct() local 170 TEST_ASSERT (is_ok in handler_construct() 179 …is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (bind… in handler_construct() 180 TEST_ASSERT (is_ok in handler_construct() 184 …is_ok = jerry_get_object_native_pointer (this_val, &ptr, &JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (bind… in handler_construct() 185 TEST_ASSERT (is_ok in handler_construct() 345 bool is_ok; in main() local 358 is_ok = test_run_simple ("throw 'Hello World';"); in main() 359 TEST_ASSERT (!is_ok); in main() 443 is_ok = jerry_value_is_constructor (val_A); in main() [all …]
|
/third_party/boost/libs/geometry/test/core/ |
D | assert.cpp | 53 bool is_ok(assert_failure_exception const& ) { return true; } in is_ok() function 60 BOOST_CHECK_EXCEPTION(fun1(a == 2), assert_failure_exception, is_ok); in test_main() 62 BOOST_CHECK_EXCEPTION(fun2(a == 2), assert_failure_exception, is_ok); in test_main()
|
/third_party/jerryscript/tools/ |
D | check-license.py | 72 is_ok = True 84 is_ok = False 86 if not is_ok:
|
/third_party/boost/boost/lexical_cast/detail/ |
D | converter_numeric.hpp | 49 static inline source_type nearbyint(argument_type s, bool& is_ok) BOOST_NOEXCEPT { in nearbyint() 51 if (near_int && is_ok) { in nearbyint() 55 is_ok = !((orig_div_round > 1 ? orig_div_round - 1 : 1 - orig_div_round) > eps); in nearbyint()
|
/third_party/grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.h | 159 bool is_ok);
|
D | alts_handshaker_client.cc | 195 bool is_ok) { in alts_handshaker_client_handle_response() argument 221 if (!is_ok || status != GRPC_STATUS_OK) { in alts_handshaker_client_handle_response()
|
/third_party/jerryscript/jerry-ext/arg/ |
D | arg-transform-functions.c | 460 bool is_ok = jerry_get_object_native_pointer (js_arg, ptr_p, expected_info_p); in jerryx_arg_transform_native_pointer() local 462 if (!is_ok) in jerryx_arg_transform_native_pointer()
|
/third_party/python/Lib/test/ |
D | test_signal.py | 1265 is_ok = False 1267 nonlocal is_ok 1268 is_ok = True 1273 self.assertTrue(is_ok)
|
/third_party/node/test/js-native-api/test_general/ |
D | test_general.c | 90 bool is_ok = error_info->error_code == napi_ok; in testNapiErrorCleanup() local 91 NAPI_CALL(env, napi_get_boolean(env, is_ok, &result)); in testNapiErrorCleanup()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/zlib/ |
D | decode_zlib.wuffs | 75 if status.is_ok() {
|
/third_party/boost/boost/stacktrace/detail/ |
D | frame_msvc.ipp | 265 const bool is_ok = (S_OK == idebug_->GetLineByOffset( 274 return (is_ok ? result : 0);
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gzip/ |
D | decode_gzip.wuffs | 121 if status.is_ok() {
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _call.py | 503 if self._cython_call.is_ok(): 586 if self._cython_call.is_ok():
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _call.py | 504 if self._cython_call.is_ok(): 587 if self._cython_call.is_ok():
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_param.hpp | 188 static const bool is_ok = boost::is_convertible<Name, std::string>::value in check_name() local 192 BOOST_MPL_ASSERT_MSG((is_ok), INVALID_ARGUMENT, (Name)); in check_name()
|
/third_party/jerryscript/docs/ |
D | 16.MIGRATION-GUIDE.md | 587 bool is_ok = jerry_get_object_native_handle (this_val, &ptr); 588 if (is_ok)
|
D | 02.API-REFERENCE.md | 3428 jerry_value_t is_ok = jerry_resolve_or_reject_promise (promise, 3431 // 'is_ok' should be checked if it is an error or not. 3433 jerry_release_value (is_ok); 3498 jerry_value_t is_ok = jerry_resolve_or_reject_promise (promise, 3501 // 'is_ok' should be checked if it is an error or not. 3503 jerry_release_value (is_ok); 3563 jerry_value_t is_ok = jerry_resolve_or_reject_promise (promise, 3567 if (jerry_value_is_error (is_ok)) 3572 jerry_release_value (is_ok);
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | call.pyx.pxi | 253 def is_ok(self): member in _AioCall
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_h.template | 165 // |error| must be an eror, as in, |error.is_ok()| can't be true.
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/ |
D | decode_gif.wuffs | 950 if not status.is_ok() { 1056 if lzw_status.is_ok() {
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | decode_deflate.wuffs | 229 if not status.is_ok() {
|