/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/ |
A D | yunit.c | 28 yunit_test_case_setup setup; member 88 yunit_test_case_setup setup, in yunit_add_test_suite() argument 102 node->setup = setup; in yunit_add_test_suite() 147 test_suite->setup, test_suite->teardown); in yunit_add_test_suites() 248 if (test_suite_node->setup != NULL) { in _run_test_case() 249 test_suite_node->setup(); in _run_test_case()
|
A D | hal_test.c | 255 static void setup(void) in setup() function 264 { "hal test", init, cleanup, setup, teardown, aos_hal_testcases },
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | setup.py | 5 from distutils.core import setup 23 setup(name="libwebp",
|
A D | README | 43 $ python setup.py build_ext 44 $ python setup.py install --prefix=pylocal
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.h | 75 VP8IoSetupHook setup; member 118 VP8IoSetupHook setup,
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | main_functions.h | 26 void setup();
|
A D | main_functions.cc | 60 void setup() in setup() function
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 96 if (testcase->setup) { in testcase_run_bare_() 97 env = testcase->setup->setup_fn(testcase); in testcase_run_bare_() 108 if (testcase->setup) { in testcase_run_bare_() 109 if (testcase->setup->cleanup_fn(testcase, env) == 0) in testcase_run_bare_()
|
A D | tinytest.h | 57 const struct testcase_setup_t *setup; /**< Optional setup/cleanup fns*/ member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_usbhost.h | 85 typedef void (*HAL_USBHOST_SETUP_COMPL_HANDLER)(struct HAL_USBHOST_SETUP_XFER_T *setup, int error); 148 int hal_usbhost_start_setup_xfer(const struct HAL_USBHOST_SETUP_XFER_T *setup, uint32_t *recv_len);
|
/AliOS-Things-master/hardware/chip/rtl872xd/test/cutest/ |
A D | cut.c | 119 if (cut.ccur->setup) in cut_main() 120 cut.ccur->setup(cut.ccur->data); in cut_main()
|
A D | cut.h | 34 void (*setup)(void*); member
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | main.c | 81 setup(); in application_start()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/include/ |
A D | yunit.h | 46 yunit_test_case_setup setup; member 57 yunit_test_case_setup setup,
|
/AliOS-Things-master/components/py_engine/tests/net_hosted/ |
A D | README | 5 Note that setup for these tests and tests themselves are WIP, and may
|
/AliOS-Things-master/components/epoll/example/ |
A D | test_device.c | 164 static int event_poll(file_t *f, int setup, poll_notify_t notify, in event_poll() argument 170 if (!setup) { in event_poll()
|
/AliOS-Things-master/components/select/example/ |
A D | test_device.c | 164 static int event_poll(file_t *f, int setup, poll_notify_t notify, in event_poll() argument 170 if (!setup) { in event_poll()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | SDL2_image.spec | 37 %setup
|
A D | SDL2_image.spec.in | 37 %setup
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 141 int setup: 1, member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | dwc_otg_pcd_if.h | 119 dwc_setup_cb_t setup; member
|
/AliOS-Things-master/components/SDL2/ |
A D | SDL2.spec | 38 %setup -q
|
A D | SDL2.spec.in | 38 %setup -q
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfx.spec | 64 %setup -q
|
A D | ChangeLog | 40 * Fixed version setup in configure.in 180 * use $(includedir)/SDL to automake setup 183 * added dynamic font setup routine
|