Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore2 # NOTE! Don't add files that are generated in specific
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
8 # any tracked files which get ignored after the change.
15 # Hidden files
17 # Except for these hidden files
22 # Backup files
29 # Tag files
36 # Object files
45 # List files
73 # Source insight project files
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dclean.mk51 __clean-files := $(obj-ymn) $(lib-ymn) $(multi-used-ymn) \
54 $(always) $(targets) $(clean-files)
56 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
62 __clean-files := $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(__clean-files))) \
63 $(filter $(objtree)/%, $(__clean-files))
83 __full-clean-files := $(__clean-files)
84 __clean-files := $(filter $(SUBMODS),$(__full-clean-files))
116 __clean-files += $(foreach f,$(__clean-files),$(call get_depfile_name,$f))
122 __clean-files := $(wildcard $(__clean-files))
138 cmd_clean = $(call CMDRMFILE,$(__clean-files))
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcodeformat.py84 files = set()
86 files.update(glob.glob(os.path.join(prefix, pattern), recursive=True))
88 files.difference_update(glob.fnmatch.filter(files, os.path.join(prefix, pattern)))
89 return sorted(files)
147 files = []
148 if args.files:
149 files = list_files(args.files)
151 files = list_files(PATHS, EXCLUSIONS, TOP)
155 for file in files:
160 def batch(cmd, files, N=200): argument
[all …]
/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A DREADME.md3 memzip takes a zip file which is comprised of uncompressed files and
4 and presents it as a filesystem, allowing Python files to be imported.
7 containing uncompressed files found in the directory. It will then generate
17 OBJ += $(BUILD)/memzip-files.o
21 $(BUILD)/memzip-files.o: $(BUILD)/memzip-files.c
24 $(BUILD)/memzip-files.c: $(shell find ${MEMZIP_DIR} -type f)
26 $(Q)$(PYTHON) $(MAKE_MEMZIP) --zip-file $(BUILD)/memzip-files.zip --c-file $@ $(MEMZIP_DIR)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A D.gitignore1 # Visual Studio files
10 # macOS files
24 # Vim swap files
27 # Source indexing files
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dimport_mpy_invalid.py29 def __init__(self, files): argument
30 self.files = files
39 if path in self.files:
44 return UserFile(self.files[path])
A Dimport_mpy_native_gc.py30 def __init__(self, files): argument
31 self.files = files
40 if path in self.files:
45 return UserFile(self.files[path])
A Dimport_mpy_native_x64.py33 def __init__(self, files): argument
34 self.files = files
43 if path in self.files:
48 return UserFile(self.files[path])
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt20 Include files:
29 system include files.
45 C source code files:
100 Support files for both compression and decompression:
125 Non-C source code files:
134 Include files:
140 C source code files:
171 C source code files:
186 *.txt Other documentation files.
212 Test files (see install.txt for test procedure):
[all …]
A Dinstall.txt38 using one of the supplied jconfig and makefile files
73 We provide three different ways to generate these files:
77 files to jconfig.h and Makefile.
138 files:
194 project files (or whatever you do use) to compile all the source files and
257 programs. The supplied makefiles and jconfig files for
436 files are for 8-bit data.
447 text-format or binary-format PPM and PGM files. Binary-format PPM/PGM files
577 and rename the test files.
607 pcfltlib.lib from the project files.
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_userfs.py46 def __init__(self, files): argument
47 self.files = files
57 if path in self.files:
63 return UserFile(mode, self.files[path])
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dremove_old_firmware.py44 filelist = [(date, version, files) for (date, version), files in board.items()]
47 for date, version, files in filelist:
49 remove.extend(files)
51 remove.extend(files)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_diff.c219 const char* files[2] = { NULL, NULL }; in main() local
261 files[0] = (const char*)GET_WARGV(argv, c); in main()
264 files[1] = (const char*)GET_WARGV(argv, c); in main()
292 WPRINTF("Decoding file: %s\n", (const W_CHAR*)files[i]); in main()
293 if (!ReadAnimatedImage(files[i], &images[i], dump_frames, dump_folder)) { in main()
295 (const W_CHAR*)files[i]); in main()
305 WFPRINTF(stderr, "\nFiles %s and %s differ.\n", (const W_CHAR*)files[0], in main()
306 (const W_CHAR*)files[1]); in main()
309 WPRINTF("\nFiles %s and %s are identical.\n", (const W_CHAR*)files[0], in main()
310 (const W_CHAR*)files[1]); in main()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A DREADME.txt1 The test files in this directory mostly have dimension 157x151.
18 BMP files (anchient BMPv2 since v3 does not work):
23 GIF files (anchient GIF '87 since modern GIF does not work):
26 PNM files:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A DREADME1 This directory contains test configuration files, currently always '.dfa' files
5 These files are used in release validation of the 'configure' builds of libpng
9 The files in this directory may change between minor releases, however
16 You can use these .dfa files as the basis of new configurations. Files in this
47 long (excluding the .dfa extension). Submitted .dfa files should have names
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dreadme.txt2 httpd for given html pages (or other files) in a directory.
7 targetdir: relative or absolute path to files to convert
13 process files in subdirectory 'fs'.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DINDEX21 zlib2ansi perl script to convert source files for C++ compilation
29 files that have not yet been updated for zlib 1.2.x
34 zlib public header files (required for library use):
38 private source files used to build the zlib library:
64 source files for sample programs
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/
A Dreadme.txt19 - Decompress current zlib, including all contrib/* files
28 - Decompress current zlib, including all contrib/* files
33 - Decompress current zlib, including all contrib/* files
38 - Decompress current zlib, including all contrib/* files
43 - Decompress current zlib, including all contrib/* files
50 macro ZLIB_WINAPI when compiling your application's source files.
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmissing164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmissing164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/
A DREADME.txt12 * The libpng source files are in ..\..
13 * The zlib source files are in ..\..\..\zlib
15 files get integrated into the next zlib release. The final zlib project
48 If you change anything in the source files, or select different compiler
57 For a list of files that are redistributable in Visual Studio see
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A DREADME1 About PolarSSL files into lwIP PPP support
4 This folder contains some files fetched from the latest BSD release of
8 The PolarSSL files were cleaned to contain only the necessary struct
/AliOS-Things-master/components/jsoncpp/test/jsonchecker/
A Dreadme.txt3 …rking correctly, it must accept all of the pass*.json files and reject all of the fail*.json files.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/man/
A DMakefile.in170 test -z "$$files" \
172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173 $(am__cd) "$$dir" && rm -f $$files; }; \
468 while read files; do \
469 test -z "$$files" || { \
470 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
477 files=`{ for i in $$list; do echo "$$i"; done; \
509 while read files; do \
510 test -z "$$files" || { \
511 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A DREADME.txt18 the original files (libpng_read_fuzzer.options, png.dict, project.yaml)
20 license. Any new files are released under the libpng license (see png.h).
22 The files are
34 png.dict and libpng_read_fuzzer.* are the actual files used by oss-fuzz,

Completed in 15 milliseconds

12345678910>>...14