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

  /external/libvpx/libvpx/
configure 521 check_header() { function
563 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
568 check_header stdint.h
569 check_header pthread.h
570 check_header sys/mman.h
571 check_header unistd.h # for sysconf(3) and friends.
573 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports
  /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 307 check_header(){ function
308 log check_header "$@"
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 316 check_header(){ function
317 log check_header "$@"
    [all...]
  /system/core/adb/
transport.cpp 1038 int check_header(apacket *p, atransport *t) function
1041 VLOG(RWX) << "check_header(): invalid magic";
1046 VLOG(RWX) << "check_header(): " << p->msg.data_length << " atransport::max_payload = "

Completed in 825 milliseconds