HomeSort by relevance Sort by last modified time
    Searched refs:check_header (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kernel/fs/acls/
Makefile 27 check_header = $(shell \ macro
34 RESULT := $(call check_header,sys/xattr.h)
  /external/syslinux/com32/lib/sys/module/
elf_module.c 23 static int check_header(Elf_Ehdr *elf_hdr) { function
212 CHECKED(res, check_header(&elf_hdr), error);
  /external/libvpx/libvpx/
configure 536 check_header() { function
574 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
579 check_header pthread.h
580 check_header unistd.h # for sysconf(3) and friends.
582 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports
  /system/core/adb/
transport.h 247 bool check_header(apacket* p, atransport* t);
transport.cpp 273 if (!check_header(p, t)) {
1153 bool check_header(apacket* p, atransport* t) { function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 79 local void check_header OF((gz_stream *s));
198 check_header(s); /* skip the .gz header */
288 local void check_header(s) function
481 check_header(s);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /external/python/cpython2/Lib/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config
  /external/libvpx/libvpx/build/make/
configure.sh 322 check_header(){ function
323 log check_header "$@"
    [all...]
  /external/python/cpython3/Lib/distutils/command/
config.py 324 def check_header(self, header, include_dirs=None, library_dirs=None, member in class:config

Completed in 232 milliseconds