/bionic/tests/ |
D | Android.build.prebuilt.mk | 20 …TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_DATA_NATIVE_TESTS)/bionic-loader-test-libs/prebuilt-elf-files 21 LOCAL_MODULE_PATH_64 := $(TARGET_OUT_DATA_NATIVE_TESTS)/bionic-loader-test-libs/prebuilt-elf-files 24 LOCAL_SRC_FILES_arm := prebuilt-elf-files/arm/$(bionic_tests_module) 25 LOCAL_SRC_FILES_arm64 := prebuilt-elf-files/arm64/$(bionic_tests_module) 26 LOCAL_SRC_FILES_x86 := prebuilt-elf-files/x86/$(bionic_tests_module) 27 LOCAL_SRC_FILES_x86_64 := prebuilt-elf-files/x86_64/$(bionic_tests_module) 28 LOCAL_SRC_FILES_mips := prebuilt-elf-files/mips/$(bionic_tests_module) 29 LOCAL_SRC_FILES_mips64 := prebuilt-elf-files/mips64/$(bionic_tests_module)
|
/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:
|
D | genfunctosyscallnrs.py | 50 for filename in args.files:
|
D | genseccomp.py | 239 for filename in args.files: 248 syscall_files=args.files)
|
D | pylintrc | 13 # Add files or directories to the blacklist. They should be base names, not 54 files-output=no 173 # Tells whether we should check for unused import in __init__ files.
|
/bionic/libc/kernel/android/ |
D | README.TXT | 1 The files under the uapi directory are android kernel uapi header files that 5 None of these files will get updated automatically, and are frozen at their 8 The files under the scsi directory are frozen copies of kernel scsi headers. 15 These files are actually maintained in external/kernel-headers/modified/scsi.
|
/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-netbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/ |
D | README.md | 71 # drags in all the architecture-specific files. 73 # Every architecture needs a handful of machine-specific assembler files. 76 # Most architectures have a handful of optional assembler files 80 # The syscalls directories contain script-generated assembler files. 84 # The public header files on everyone's include path. These are a mixture of 85 # files written by us and files taken from BSD. 88 # The kernel uapi header files. These are scrubbed copies of the originals 89 # in external/kernel-headers/. These files must not be edited directly. The 96 # These are private header files meant for use within bionic itself. 111 # in our world. The *-compat.h files are automatically included [all …]
|
D | android-changes-for-ndk-developers.md | 121 older releases, the .so files were extracted from the APK file 253 with the NDK, but if you're generating ELF files yourself make sure 254 you're not generating ELF files that claim to have text relocations, 373 ELF files. Note that using them puts application under high risk of
|
/bionic/libc/kernel/uapi/linux/ |
D | cramfs_fs.h | 40 __u32 files; member
|
D | fuse.h | 47 uint64_t files; member
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 39 for root, _, files in os.walk(src_dir): 40 for file in sorted(files):
|
D | utils.py | 88 for root, dirs, files in os.walk(path): 89 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 | 23 also includes the header files that are generated by building the kernel 37 Checks out the android kernel and generates all uapi header files. 38 copies all the changed files into external/kernel-headers. 78 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
|
/bionic/docs/ |
D | 32-bit-abi.md | 6 that use `off_t` to working on files no larger than 2GiB. 21 files have always worked.
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 225 evFile *files, *fdNext; member
|
/bionic/libc/ |
D | Android.bp | 1 // Define the common source files for all the libc instances 214 // These files are built with the freebsd-compat.h header file 314 // These files are built with the netbsd-compat.h header file 372 // These files are built with the openbsd-compat.h header file 525 // These files are built with the openbsd-compat.h header file 625 // These files are built with the openbsd-compat.h header file 1789 // crt object files. 2117 // Generate a syscall name / number mapping. These objects are text files 2118 // (thanks to the -dD -E flags) and not binary files. They will then be
|
D | NOTICE | 159 algorithms are contained in the original files. 4614 of this software and associated documentation files (the "Software"), to deal 4640 of this software and associated documentation files (the "Software"), to deal
|
/bionic/libc/malloc_debug/ |
D | README.md | 154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when
|