Home
last modified time | relevance | path

Searched refs:mv (Results 1 – 25 of 102) sorted by relevance

12345

/AliOS-Things-master/components/py_engine/tests/basics/
A Dmemoryview_slice_assign.py67 mv = memoryview(b) variable
68 mv[1:] = mv[:-1]
73 mv = memoryview(b) variable
74 mv[:-1] = mv[1:]
79 mv = memoryview(a) variable
80 mv[1:] = mv[:-1]
85 mv = memoryview(a) variable
86 mv[:-1] = mv[1:]
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dbuild-esp8266-latest.sh20 mv $build_dir/firmware-combined.bin $dest_dir/$descr$fw_tag.bin
21 mv $build_dir/firmware.elf $dest_dir/$descr$fw_tag.elf
22 mv $build_dir/firmware.map $dest_dir/$descr$fw_tag.map
41 mv $build_dir/firmware-ota.bin.ota $dest_dir/$descr$fw_tag.ota
42 mv $build_dir/firmware.elf $dest_dir/$descr$fw_tag.elf
43 mv $build_dir/firmware.map $dest_dir/$descr$fw_tag.map
A Dbuild-esp32-latest.sh18 mv $build_dir/firmware.bin $dest_dir/$descr$fw_tag.bin
19 mv $build_dir/micropython.elf $dest_dir/$descr$fw_tag.elf
20 mv $build_dir/micropython.map $dest_dir/$descr$fw_tag.map
A Dbuild-rp2-latest.sh12 mv $build_dir/firmware.uf2 $dest_dir/$descr$fw_tag.uf2
A Dbuild-mimxrt-latest.sh14 mv $build_dir/firmware.$ext $dest_dir/$descr$fw_tag.$ext
/AliOS-Things-master/hardware/chip/haas1000/drivers/tools/
A Dhaas1000_normalization.sh79mv out/haas1000_normalization/_haas1000_alios.lds out/haas1000_normalization/_haas1000_alios_sec_b…
100 mv out/haas1000_a7/haas1000_a7.bin.lzma out/haas1000_a7/haas1000_a7.bin
121mv out/haas1000_normalization/_haas1000_alios.lds out/haas1000_normalization/_haas1000_alios_sec_b…
140 mv libhaas1000_a7.a libmcuhaas1000_a7.a
143 mv libhaas1000.a libmcuhaas1000.a
155 mv out/haas1000_a7/haas1000_a7.bin.lzma out/haas1000_a7/haas1000_a7.bin
/AliOS-Things-master/components/py_engine/engine/drivers/sdcard/
A Dsdcard.py185 mv = self.dummybuf_memoryview
186 if len(buf) != len(mv):
187 mv = mv[: len(buf)]
188 self.spi.write_readinto(mv, buf)
248 mv = memoryview(buf)
251 self.readinto(mv[offset : offset + 512])
273 mv = memoryview(buf)
275 self.write(_TOKEN_CMD25, mv[offset : offset + 512])
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DMakefile.in137 mv _match.o match.o
143 mv _match.o match.lo
208 -@mv objs/adler32.o $@
213 -@mv objs/crc32.o $@
218 -@mv objs/deflate.o $@
223 -@mv objs/infback.o $@
228 -@mv objs/inffast.o $@
243 -@mv objs/trees.o $@
248 -@mv objs/zutil.o $@
268 -@mv objs/gzlib.o $@
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dchecker-buildbot.sh43 mv analysis/* ../analysis
52 mv analysis "$FINALDIR"
A Dupdaterev.sh18 mv "$header.new" "$header"
A Dos2-buildbot.sh35 mv SDL2.lib SDL2.dll $ZIPDIR/
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_fat_ramdisklarge.py33 mv = memoryview(buf)
38 self.data[s][:] = mv[off : off + self.SEC_SIZE]
/AliOS-Things-master/components/SDL2/
A Dconfig.status2066 && mv -f "$cfgfile.tmp" "$cfgfile" \
2076 && mv -f "$cfgfile.tmp" "$cfgfile" \
2090 && mv -f "$cfgfile.tmp" "$cfgfile" \
2104 && mv -f "$cfgfile.tmp" "$cfgfile" \
2115 && mv -f "$cfgfile.tmp" "$cfgfile" \
2126 && mv -f "$cfgfile.tmp" "$cfgfile" \
2139 && mv -f "$cfgfile.tmp" "$cfgfile" \
2149 && mv -f "$cfgfile.tmp" "$cfgfile" \
2159 && mv -f "$cfgfile.tmp" "$cfgfile" \
2169 && mv -f "$cfgfile.tmp" "$cfgfile" \
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A DMakefile.os292 mv Makefile Makefile~; cp -p Makefile.in Makefile
96 mv Makefile~ Makefile
99 mv Makefile Makefile~; cp -p Makefile.in Makefile
109 mv Makefile~ Makefile
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py62 mv = memoryview(self.out_buf)
64 while off < len(mv):
66 ret = self.s.write(mv[off:])
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.am213 mv pnglibconf.tf8 $@
218 mv pngprefix.tf1 $@
274 mv $*.tf2 $@
284 mv $*.tf5 $@
293 mv $*.new $@
307 mv pnglibconf.tf7 $@
A Dcompile332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c63 #define realloc_ext(ptr, n, mv) gc_realloc(ptr, n, mv) argument
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcompile331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/AliOS-Things-master/components/SDL2/src/image/
A Dcompile332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dcompile331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/AliOS-Things-master/components/ble_host/script/
A Dgen_btconfig.sh21 mv $C_HEAD_FILE.tmp $C_HEAD_FILE
/AliOS-Things-master/components/ble_mesh/script/
A Dgen_btconfig.sh21 mv $C_HEAD_FILE.tmp $C_HEAD_FILE
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/
A Dble_l2cap.py79 mv = memoryview(buf)
85 if not ble.l2cap_send(conn_handle, cid, mv[:n]):
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dbuild.sh32 mv scripts/pnglibconf.dfa.temp scripts/pnglibconf.dfa

Completed in 16 milliseconds

12345