Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/include/
A Dyunit.h120 #define YUNIT_ASSERT_EQUAL(expect, actual) \ argument
122 int result = (expect == actual); \
126 "%s==%s", #expect, #actual); \
136 #define YUNIT_ASSERT_STR_EQUAL(expect, actual) \ argument
143 #expect, (const char *)expect, #actual, (const char *)actual); \
154 #expect, (const char *)expect, #actual, (const char *)actual, len); \
161 #define YUNIT_ASSERT_PTR_EQUAL(expect, actual) \ argument
163 int result = (expect == actual); \
168 #expect, expect, #actual, actual); \
173 int result = (expect != actual); \
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Drewrite_tag.c266 uint64 expect = base_value + i*10; in rewrite_test() local
268 if( rowoffset[i] != expect ) in rewrite_test()
275 (int) (expect >> 32), in rewrite_test()
276 (int) (expect & 0xFFFFFFFF) ); in rewrite_test()
289 uint64 expect = 100 + i*10; in rewrite_test() local
291 if( rowbytes[i] != expect ) in rewrite_test()
298 (int) (expect >> 32), in rewrite_test()
299 (int) (expect & 0xFFFFFFFF) ); in rewrite_test()
A DMakefile.in364 --expect-failure "$$am__expect_failure"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
68 --expect-failure) expect_failure=$2; shift;;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprov.c145 u8_t expect; /* Next expected PDU */ member
633 plink.expect = PROV_START; in prov_invite()
825 plink.expect = PROV_PUB_KEY; in prov_start()
887 plink.expect = PROV_RANDOM; in send_confirm()
1010 plink.expect = PROV_CONFIRM; in send_pub_key()
1114 plink.expect = PROV_DATA; in prov_random()
1195 plink.expect = 0; in prov_data()
1378 plink.expect = PROV_INVITE; in link_open()
1441 if (type != PROV_FAILED && type != plink.expect) { in prov_msg_recv()
1643 plink.expect = 0xFF; in bt_mesh_pb_gatt_recv()
[all …]
A Dprovisioner_prov.c176 u8_t expect; /* Next expected PDU */ member
1628 link[i].expect = PROV_CAPABILITIES; in send_invite()
2025 link[i].expect = PROV_CONFIRM; in send_confirm()
2096 link[i].expect = PROV_INPUT_COMPLETE; in bt_mesh_prov_output_data()
2140 if (link[i].expect != PROV_INPUT_COMPLETE) { in prov_dh_key_cb()
2215 link[i].expect = PROV_PUB_KEY; in send_pub_key()
2321 link[i].expect = PROV_RANDOM; in prov_confirm()
2487 link[i].expect = PROV_COMPLETE; in send_prov_data()
2787 if (link[i].expect == PROV_CAPABILITIES) { in link_ack()
2865 if (type != PROV_FAILED && type != link[i].expect) { in prov_msg_recv()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
67 --expect-failure) expect_failure=$2; shift;;
A Dconfigure.ac43 dnl configure.ac and Makefile.am expect automake 1.11.2 or a compatible later
A DMakefile.in468 --expect-failure "$$am__expect_failure"
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/factory/
A Dsys_api_cdc_comm.h25 int recv_data_ex(unsigned char *buf, size_t len, size_t expect, size_t *rlen);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/communication/comminication_knowles/
A Dcommunication_sysapi.h60 int recv_data_dma(unsigned char *buf, unsigned int len, unsigned int expect);
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_dev/inc/
A Dusb_cdc.h98 int usb_serial_direct_recv(uint8_t *dma_buf, uint32_t size, uint32_t expect, uint32_t *recv,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A DREADME.md73 Note we would not expect the striding step to be larger than the stack_size
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c1144 check_param_count(int nparams, int expect) in check_param_count() argument
1146 if (nparams != expect) in check_param_count()
/AliOS-Things-master/components/littlevgl/docs/
A DCONTRIBUTING.md26 - Tell what you experience or expect. _"The button is not working"_ is not enough info to get help.
/AliOS-Things-master/components/SDL2/docs/
A DREADME-macosx.md184 /Library/Frameworks. Therefore, the testers and project stationary expect
A DREADME-ios.md85 Some OpenGL ES functions such as glViewport expect sizes in pixels rather than
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure.ac282 printf("Right shift isn't acting as I expect it to.\n");
A Dstructure.txt171 buffer is always an integral number of blocks wide and high, and we expect
791 multiple passes through the image.) We also expect that only "small" objects
818 Small objects of any lifespan may be allocated at any time. We expect that
880 extended memory by itself. To support this, we will expect the main program
A Dlibjpeg.txt605 If you reuse a decompression object, you cannot expect your parameter
1348 files: 0 represents 100% ink coverage, rather than 0% ink as you'd expect.
2422 standardized --- expect to find LF (Unix style), CR/LF (DOS style), or CR
2993 expect that few applications will need more than four or so.
A Dinstall.txt435 3. Compile. Don't expect "make test" to pass, since the supplied test
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DCMakeLists.txt105 # We expect the Makefiles to define the sources as defined in the first regex.
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md22 …and libmbedx509 depends on libmbedcrypto. As a result, some linkers will expect flags to be in a s…
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME53 Note: All ___Color routines expect the color to be in the format 0xRRGGBBAA.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ329 incorrectly produce or expect raw deflate data per the deflate

Completed in 52 milliseconds

12