Searched refs:SKIP (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.6.0/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 588 return SKIP; in verify() 594 return SKIP; in verify() 596 return (matchName(host.c_str(), name, size) ? ALLOW : SKIP); in verify() 608 return (match ? ALLOW : SKIP); in verify()
|
D | TSSLSocket.h | 395 SKIP = 0, // cannot make decision, move on to next (if any) enumerator
|
/Zephyr-Core-3.6.0/drivers/w1/ |
D | Kconfig | 62 this option avoids the SKIP ROM command,
|
/Zephyr-Core-3.6.0/tests/subsys/edac/ibecc/ |
D | README.rst | 69 SKIP - test_ibecc_injection in 0.001 seconds
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/ |
D | README.rst | 31 ``$SKIP`` array environment variable before calling ``RunTest``. This causes 44 SKIP=(transport_tx_seg_block)
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 66 SKIP = 'Skip filter' variable in Filters 740 instance.add_filter("Skip filter", Filters.SKIP) 801 … instance.add_filter("No robot support for the selected platform", Filters.SKIP) 1028 ignore_filters ={Filters.CMD_LINE, Filters.SKIP, Filters.PLATFORM_KEY,
|
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 658 SKIP = 15 variable in _T 1602 if tok_id == _T.SKIP: 2157 _T.SKIP: r"(\s+|(?:/\*(?:.|\n)*?\*/)|//.*$)",
|
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 1542 "SKIP = 50\n", 1544 "plt.plot(epochs[SKIP:], train_loss[SKIP:], 'g.', label='Training loss')\n", 1545 "plt.plot(epochs[SKIP:], val_loss[SKIP:], 'b.', label='Validation loss')\n", 1602 "plt.plot(epochs[SKIP:], train_mae[SKIP:], 'g.', label='Training MAE')\n", 1603 "plt.plot(epochs[SKIP:], val_mae[SKIP:], 'b.', label='Validation MAE')\n", 2841 "SKIP = 100\n", 2846 "plt.plot(epochs[SKIP:], train_loss[SKIP:], 'g.', label='Training loss')\n", 2847 "plt.plot(epochs[SKIP:], val_loss[SKIP:], 'b.', label='Validation loss')\n", 2860 "plt.plot(epochs[SKIP:], train_mae[SKIP:], 'g.', label='Training MAE')\n", 2861 "plt.plot(epochs[SKIP:], val_mae[SKIP:], 'b.', label='Validation MAE')\n",
|
/Zephyr-Core-3.6.0/doc/develop/test/ |
D | ztest.rst | 521 SKIP - test_get_single_buffer in 0.0 seconds
|