Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 62) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/
A Dyunit.c28 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 Dhal_test.c255 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 Dsetup.py5 from distutils.core import setup
23 setup(name="libwebp",
A DREADME43 $ 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 Dvp8_dec.h75 VP8IoSetupHook setup; member
118 VP8IoSetupHook setup,
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dmain_functions.h26 void setup();
A Dmain_functions.cc60 void setup() in setup() function
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.c96 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 Dtinytest.h57 const struct testcase_setup_t *setup; /**< Optional setup/cleanup fns*/ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_usbhost.h85 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 Dcut.c119 if (cut.ccur->setup) in cut_main()
120 cut.ccur->setup(cut.ccur->data); in cut_main()
A Dcut.h34 void (*setup)(void*); member
/AliOS-Things-master/solutions/tflite_micro_speech_demo/
A Dmain.c81 setup(); in application_start()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/include/
A Dyunit.h46 yunit_test_case_setup setup; member
57 yunit_test_case_setup setup,
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A DREADME5 Note that setup for these tests and tests themselves are WIP, and may
/AliOS-Things-master/components/epoll/example/
A Dtest_device.c164 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 Dtest_device.c164 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 DSDL2_image.spec37 %setup
A DSDL2_image.spec.in37 %setup
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h141 int setup: 1, member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_pcd_if.h119 dwc_setup_cb_t setup; member
/AliOS-Things-master/components/SDL2/
A DSDL2.spec38 %setup -q
A DSDL2.spec.in38 %setup -q
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfx.spec64 %setup -q
A DChangeLog40 * Fixed version setup in configure.in
180 * use $(includedir)/SDL to automake setup
183 * added dynamic font setup routine

Completed in 25 milliseconds

123