Home
last modified time | relevance | path

Searched full:expects (Results 1 – 25 of 1451) sorted by relevance

12345678910>>...59

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh487 local -a expects=("${@}")
509 local expect=${expects[$key]}
527 local -a expects=("${@}")
531 vxlan_flood_test $mac $dst $vid "${expects[@]}"
567 local -a expects=(0 0 0 0 0)
568 expects[$hit_idx]=10
570 vxlan_flood_test $mac $dst $vid "${expects[@]}"
616 local -a expects=(0 0 0 0 0)
624 expects[0]=10; expects[1]=10; expects[3]=10
625 vxlan_flood_test $mac $dst $vid "${expects[@]}"
[all …]
/OK3568_Linux_fs/buildroot/package/python-flask-expects-json/
H A Dpython-flask-expects-json.hash1 # md5, sha256 from https://pypi.org/pypi/flask-expects-json/json
2 md5 c1fb8ede58db312d7923212dc97b8ab4 flask-expects-json-1.5.0.tar.gz
3 sha256 0087dc3d089f1ac75a1fc0f259f4dbd02bbb9c356e92e1a080f2309e2f75d053 flask-expects-json-1.5.0.…
H A DConfig.in2 bool "python-flask-expects-json"
9 https://github.com/fischerfredl/flask-expects-json
H A Dpython-flask-expects-json.mk3 # python-flask-expects-json
8 PYTHON_FLASK_EXPECTS_JSON_SOURCE = flask-expects-json-$(PYTHON_FLASK_EXPECTS_JSON_VERSION).tar.gz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DVAX_002ddirectives.html83 <dd><p>This expects zero or more flonums, separated by commas, and
89 <dd><p>This expects zero or more flonums, separated by commas, and
95 <dd><p>This expects zero or more flonums, separated by commas, and
101 <dd><p>This expects zero or more flonums, separated by commas, and
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DVAX_002ddirectives.html83 <dd><p>This expects zero or more flonums, separated by commas, and
89 <dd><p>This expects zero or more flonums, separated by commas, and
95 <dd><p>This expects zero or more flonums, separated by commas, and
101 <dd><p>This expects zero or more flonums, separated by commas, and
/OK3568_Linux_fs/u-boot/common/
H A Dzmodem.h86 #define ESCCTL 0x40 /* Receiver expects ctl chars to be escaped */
87 #define ESC8 0x80 /* Receiver expects 8th bit to be escaped */
95 #define TESCCTL 0100 /* Transmitter expects ctl chars to be escaped */
96 #define TESC8 0200 /* Transmitter expects 8th bit to be escaped */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dadi,axi-spdif-tx.txt7 The controller expects two clocks, the clock used for the AXI interface and
12 the core. The core expects one dma channel for transmit.
H A Ddesignware-i2s.txt7 clocks. The controller expects one clock: the clock used as the sampling
11 the core. The core expects one or two dma channels: one for transmit and
H A Dadi,axi-i2s.txt10 The controller expects two clocks, the clock used for the AXI interface and
15 the core. The core expects two dma channels if both transmit and receive are
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_python_flask_expects_json.py19 def try_json(self, payload, expects): argument
24 self.assertEqual(output[0], str(expects))
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-net-qmi13 '802.3' mode, and the driver expects to exchange
16 and the driver expects to echange IPv4 or IPv6 packets
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmeson-routines.bbclass7 # Map our ARCH values to what Meson expects:
31 # Map our OS values to what Meson expects:
/OK3568_Linux_fs/u-boot/tools/patman/test/
H A Dtest01.txt9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
/OK3568_Linux_fs/buildroot/package/bcache-tools/
H A Dbcache-tools.mk19 # The bcache-tools Makefile expects the man8 directory to exist
20 # expects the /lib/udev/rules.d directory to exist.
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmisc_usbsevseg.rst28 hex expects a value between 0-15 per character,
29 ascii expects a value between '0'-'9' and 'A'-'F'.
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dxen-asm.S286 * CS were. The kernel expects __USER_DS and __USER_CS, so
305 * CS were. The kernel expects __USER32_DS and __USER32_CS, so
326 * CS were. The kernel expects __USER32_DS and __USER32_CS, so
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-memops.c86 * This function adds another user to the provided vma. It expects
104 * This function releases the user from the provided vma. It expects
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S117 # less_than_8 expects length in upper 3 bits of len_dw
118 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
250 shl $32-4, len_dw # less_than_16 expects length
258 # less_than_8 expects length in upper 3 bits of len_dw
259 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.c266 return opterror(opt, "expects a numerical value", flags); in get_value()
281 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
284 return opterror(opt, "expects a numerical value", flags); in get_value()
300 return opterror(opt, "expects a numerical value", flags); in get_value()
316 return opterror(opt, "expects a numerical value", flags); in get_value()
331 return opterror(opt, "expects an unsigned numerical value", flags); in get_value()
334 return opterror(opt, "expects a numerical value", flags); in get_value()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-ite.c52 /* Touchpad on, userspace expects F22 for this */ in ite_input_mapping()
57 /* Touchpad off, userspace expects F23 for this */ in ite_input_mapping()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc8 # gcc 3.x expects 'f77', 4.0 expects 'f95', 4.1 and 4.2 expect 'fortran'
/OK3568_Linux_fs/kernel/include/linux/
H A Dhil_mlc.h70 /* HILSE_IN simply expects any non-errored packet to arrive
75 /* HILSE_EXPECT expects a particular packet to arrive
H A Dkgdb.h129 * GDB expects, stored in @gdb_regs.
139 * the format that GDB expects.
285 * this I/O driver is temporary and expects to be replaced. Called when
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c40 /* AMR value the parent expects to read from the child. */
49 /* IAMR value the parent expects to read from the child. */
52 /* UAMOR value the parent expects to read from the child. */

12345678910>>...59