/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | memoryview_slice_assign.py | 67 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 D | build-esp8266-latest.sh | 20 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 D | build-esp32-latest.sh | 18 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 D | build-rp2-latest.sh | 12 mv $build_dir/firmware.uf2 $dest_dir/$descr$fw_tag.uf2
|
A D | build-mimxrt-latest.sh | 14 mv $build_dir/firmware.$ext $dest_dir/$descr$fw_tag.$ext
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/tools/ |
A D | haas1000_normalization.sh | 79 …mv 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 121 …mv 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 D | sdcard.py | 185 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 D | Makefile.in | 137 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 D | checker-buildbot.sh | 43 mv analysis/* ../analysis 52 mv analysis "$FINALDIR"
|
A D | updaterev.sh | 18 mv "$header.new" "$header"
|
A D | os2-buildbot.sh | 35 mv SDL2.lib SDL2.dll $ZIPDIR/
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | vfs_fat_ramdisklarge.py | 33 mv = memoryview(buf) 38 self.data[s][:] = mv[off : off + self.SEC_SIZE]
|
/AliOS-Things-master/components/SDL2/ |
A D | config.status | 2066 && 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 D | Makefile.os2 | 92 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 D | stream.py | 62 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 D | Makefile.am | 213 mv pnglibconf.tf8 $@ 218 mv pngprefix.tf1 $@ 274 mv $*.tf2 $@ 284 mv $*.tf5 $@ 293 mv $*.new $@ 307 mv pnglibconf.tf7 $@
|
A D | compile | 332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 63 #define realloc_ext(ptr, n, mv) gc_realloc(ptr, n, mv) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | compile | 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | compile | 332 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 D | compile | 331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile" 333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
|
/AliOS-Things-master/components/ble_host/script/ |
A D | gen_btconfig.sh | 21 mv $C_HEAD_FILE.tmp $C_HEAD_FILE
|
/AliOS-Things-master/components/ble_mesh/script/ |
A D | gen_btconfig.sh | 21 mv $C_HEAD_FILE.tmp $C_HEAD_FILE
|
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | ble_l2cap.py | 79 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 D | build.sh | 32 mv scripts/pnglibconf.dfa.temp scripts/pnglibconf.dfa
|