Searched refs:files (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/tools/ |
D | symbols.py | 57 def GetFromAndroidStaticLib(files): argument 62 for f in files: 73 def GetFromAndroidSo(files): argument 80 for f in files: 85 def GetFromSystemSo(files): argument 88 for f in files:
|
D | check-symbols-glibc.py | 42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' % 44 for f in files:
|
/bionic/ |
D | README.md | 63 # drags in all the architecture-specific files. 65 # Every architecture needs a handful of machine-specific assembler files. 69 # The majority of header files are actually in libc/include/, but many 74 # Most architectures have a handful of optional assembler files 78 # The syscalls directories contain script-generated assembler files. 82 # The public header files on everyone's include path. These are a mixture of 83 # files written by us and files taken from BSD. 86 # The kernel uapi header files. These are scrubbed copies of the originals 87 # in external/kernel-headers/. These files must not be edited directly. The 94 # These are private header files meant for use within bionic itself. [all …]
|
/bionic/tools/bionicbb/ |
D | .gitignore | 5 # Byte-compiled / optimized / DLL files 30 # Usually these files are written by a python script from a template
|
D | presubmit.py | 39 files = gerrit.get_files_for_revision(change_id, patch_set) 40 return 'CleanSpec.mk' in [os.path.basename(f) for f in files] 44 files = gerrit.get_files_for_revision(change_id, patch_set) 45 return any('tools/bionicbb' in f for f in files)
|
/bionic/libc/upstream-openbsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-freebsd/ |
D | README.txt | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 49 for root, dirs, files in os.walk( original_dir ): 50 for file in files:
|
D | utils.py | 64 for root, dirs, files in os.walk(path): 65 for f in files:
|
D | kernel.py | 73 self.files = set() # set of files being parsed for headers 87 self.files.add(from_file) 160 return self.files.copy()
|
/bionic/libc/kernel/ |
D | README.TXT | 20 also includes the header files that are generated by building the kernel 34 Checks out the android kernel and generates all uapi header files. 35 copies all the changed files into external/kernel-headers. 60 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
|
/bionic/libc/kernel/uapi/linux/ |
D | cramfs_fs.h | 45 __u32 files; member
|
D | fuse.h | 54 uint64_t files; member
|
/bionic/libc/upstream-dlmalloc/ |
D | README.txt | 2 (aka dlmalloc). You should not edit these files directly. Make fixes
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 225 evFile *files, *fdNext; member
|
/bionic/libc/ |
D | Android.mk | 673 LOCAL_SRC_FILES := $(call all-c-files-under,tzcode)
|
D | NOTICE | 3794 of this software and associated documentation files (the "Software"), to deal 3820 of this software and associated documentation files (the "Software"), to deal
|