Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 82) sorted by relevance

1234

/AliOS-Things-master/components/amp/jslib/src/
A Dbt_host.js20 this.failed = options.failed|| function(){};
34 this.failed();
63 if (params.failed) {
64 params.failed();
85 if (params.failed) {
86 params.failed();
110 if (params.failed) {
111 params.failed();
133 params.failed();
154 params.failed();
[all …]
/AliOS-Things-master/components/amp/libjs/lib/
A Dbt_host.js21 this.failed = options.failed|| function(){};
35 this.failed();
63 if (params.failed) {
64 params.failed();
85 if (params.failed) {
86 params.failed();
110 if (params.failed) {
111 params.failed();
133 params.failed();
154 params.failed();
[all …]
/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c282 goto failed; in openslES_CreatePCMRecorder()
289 goto failed; in openslES_CreatePCMRecorder()
296 goto failed; in openslES_CreatePCMRecorder()
303 goto failed; in openslES_CreatePCMRecorder()
311 goto failed; in openslES_CreatePCMRecorder()
318 goto failed; in openslES_CreatePCMRecorder()
325 goto failed; in openslES_CreatePCMRecorder()
336 goto failed; in openslES_CreatePCMRecorder()
352 goto failed; in openslES_CreatePCMRecorder()
357 failed: in openslES_CreatePCMRecorder()
[all …]
/AliOS-Things-master/components/amp/example-js/
A Dbt_host.js55 failed: function() {
69 failed: function() {
86 failed: function() {
100 failed: function() {
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c82 goto failed; in iotx_cm_open_coap()
88 goto failed; in iotx_cm_open_coap()
94 goto failed; in iotx_cm_open_coap()
101 goto failed; in iotx_cm_open_coap()
119 failed: in iotx_cm_open_coap()
A Diotx_cm_mqtt.c31 goto failed; in iotx_cm_open_mqtt()
37 goto failed; in iotx_cm_open_mqtt()
57 failed: in iotx_cm_open_mqtt()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/ir/
A Dmodule_ir.c463 goto failed; in native_ir_learn()
470 goto failed; in native_ir_learn()
477 goto failed; in native_ir_learn()
484 goto failed; in native_ir_learn()
490 goto failed; in native_ir_learn()
499 failed: in native_ir_learn()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DTiffTestCommon.cmake37 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
56 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
72 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
86 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtarith.c112 int state, failed = 0; in validation_ascii_to_fp() local
135 failed = 1; in validation_ascii_to_fp()
151 failed = 1; in validation_ascii_to_fp()
159 failed = 1; in validation_ascii_to_fp()
165 failed = 1; in validation_ascii_to_fp()
173 failed = 1; in validation_ascii_to_fp()
181 failed = 1; in validation_ascii_to_fp()
222 failed = 1; in validation_ascii_to_fp()
229 if (failed) in validation_ascii_to_fp()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/ir/
A Dmodule_ir.c565 goto failed; in native_ir_learn()
571 goto failed; in native_ir_learn()
577 goto failed; in native_ir_learn()
583 goto failed; in native_ir_learn()
589 goto failed; in native_ir_learn()
595 goto failed; in native_ir_learn()
597 failed: in native_ir_learn()
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c345 int failed = 0; in Test64Bit() local
358 ++failed; in Test64Bit()
361 if (verbose && (failed == 0)) in Test64Bit()
363 return (failed ? 1 : 0); in Test64Bit()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_modes.c97 DFBDisplayLayerConfigFlags failed; in CheckSetDisplayMode() local
109 failed = 0; in CheckSetDisplayMode()
110 data->layer->TestConfiguration(data->layer, &config, &failed); in CheckSetDisplayMode()
113 if (failed == 0) in CheckSetDisplayMode()
120 mode->h, failed); in CheckSetDisplayMode()
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig616 echo "$progname: failed program was:" >&5
642 echo "$progname: failed program was:" >&5
1742 echo "${ac_t}failed" 1>&6
2281 echo "$progname: failed program was:" >&5
2330 echo "$progname: failed program was:" >&5
2368 echo "$progname: failed program was:" >&5
2417 echo "$progname: failed program was:" >&5
2457 echo "$progname: failed program was:" >&5
2513 echo "$progname: failed program was:" >&5
2592 echo "$progname: failed program was:" >&5
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltconfig616 echo "$progname: failed program was:" >&5
642 echo "$progname: failed program was:" >&5
1742 echo "${ac_t}failed" 1>&6
2281 echo "$progname: failed program was:" >&5
2330 echo "$progname: failed program was:" >&5
2368 echo "$progname: failed program was:" >&5
2417 echo "$progname: failed program was:" >&5
2457 echo "$progname: failed program was:" >&5
2513 echo "$progname: failed program was:" >&5
2592 echo "$progname: failed program was:" >&5
[all …]
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Djsontest.cpp138 bool TestResult::failed() const { return !failures_.empty(); } in failed() function in JsonTest::TestResult
249 const char* status = result.failed() ? "FAILED" : "OK"; in runTestAt()
260 if (result.failed()) { in runAllTest()
A Djsontest.h80 bool failed() const;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminigzip.c-bak192 if (gzclose(out) != Z_OK) error("failed gzclose");
227 if (gzclose(out) != Z_OK) error("failed gzclose");
249 error("failed fwrite");
252 if (fclose(out)) error("failed fclose");
254 if (gzclose(in) != Z_OK) error("failed gzclose");
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm57 jc open_err ; if failed, return error code
91 jc close_err ; if failed, return error code
125 jc seek_err ; if failed, return error code
159 jc read_err ; if failed, return error code
197 jc write_err ; if failed, return error code
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dtest.cmake.in30 message(FATAL_ERROR "Returned failed status ${TEST_STATUS}!")
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.log181 configure: failed program was:
198 configure: failed program was:
387 configure: failed program was:
426 configure: failed program was:
460 configure: failed program was:
494 configure: failed program was:
554 configure: failed program was:
617 configure: failed program was:
649 configure: failed program was:
710 configure: failed program was:
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/
A DHtmlDoc.cmake39 message(FATAL_ERROR "Groff failed to generate HTML manpage")
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppos.c847 goto failed; in pppos_output_last()
855 goto failed; in pppos_output_last()
866 failed: in pppos_output_last()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake171 message(FATAL_ERROR "CMake step for ${DL_ARGS_PROJ} failed: ${result}")
179 message(FATAL_ERROR "Build step for ${DL_ARGS_PROJ} failed: ${result}")
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake171 message(FATAL_ERROR "CMake step for ${DL_ARGS_PROJ} failed: ${result}")
179 message(FATAL_ERROR "Build step for ${DL_ARGS_PROJ} failed: ${result}")
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dfriend.c352 goto failed; in create_friend_pdu()
377 goto failed; in create_friend_pdu()
382 goto failed; in create_friend_pdu()
387 failed: in create_friend_pdu()

Completed in 39 milliseconds

1234