Home
last modified time | relevance | path

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

/bionic/tests/
DAndroid.build.prebuilt.mk20 …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/
Dsymbols.py57 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:
Dcheck-symbols-glibc.py42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' %
44 for f in files:
Dgenfunctosyscallnrs.py50 for filename in args.files:
Dgenseccomp.py239 for filename in args.files:
248 syscall_files=args.files)
Dpylintrc13 # 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/
DREADME.TXT1 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.gitignore5 # Byte-compiled / optimized / DLL files
30 # Usually these files are written by a python script from a template
Dpresubmit.py39 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/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-openbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-freebsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/
DREADME.md71 # 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 …]
Dandroid-changes-for-ndk-developers.md121 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/
Dcramfs_fs.h40 __u32 files; member
Dfuse.h47 uint64_t files; member
/bionic/libc/kernel/tools/
Dupdate_all.py39 for root, _, files in os.walk(src_dir):
40 for file in sorted(files):
Dutils.py88 for root, dirs, files in os.walk(path):
89 for f in files:
Dkernel.py73 self.files = set() # set of files being parsed for headers
87 self.files.add(from_file)
160 return self.files.copy()
/bionic/libc/kernel/
DREADME.TXT23 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/
D32-bit-abi.md6 that use `off_t` to working on files no larger than 2GiB.
21 files have always worked.
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h225 evFile *files, *fdNext; member
/bionic/libc/
DAndroid.bp1 // 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
DNOTICE159 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/
DREADME.md154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when