HomeSort by relevance Sort by last modified time
    Searched refs:sys (Results 151 - 175 of 7806) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
file.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
fsuid.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
  /frameworks/compile/libbcc/tools/build/
dataconvert.py 21 import sys namespace
26 sys.stdout.write("""
55 buf = sys.stdin.read(1024)
61 sys.stdout.write(".byte ")
62 sys.stdout.write("0x%02x" % ord(c))
65 sys.stdout.write("\n")
68 sys.stdout.write(", ")
70 sys.stdout.write(",")
72 sys.stdout.write("\n")
76 sys.stdout.write(" .long %d\n" % input_size
    [all...]
  /external/llvm/lib/Object/
ObjectFile.cpp 33 sys::LLVMFileType type = sys::IdentifyFileType(Object->getBufferStart(),
36 case sys::ELF_Relocatable_FileType:
37 case sys::ELF_Executable_FileType:
38 case sys::ELF_SharedObject_FileType:
39 case sys::ELF_Core_FileType:
41 case sys::Mach_O_Object_FileType:
42 case sys::Mach_O_Executable_FileType:
43 case sys::Mach_O_FixedVirtualMemorySharedLib_FileType:
44 case sys::Mach_O_Core_FileType
    [all...]
  /bionic/libc/bionic/
drand48.c 14 #include <sys/cdefs.h>
  /bionic/libc/include/
elf.h 32 #include <sys/exec_elf.h>
  /cts/suite/audio_quality/test_description/conf/
check_conf.py 17 import sys namespace
22 if(sys.version_info < (2,6,0)):
23 print "Wrong Python version ", sys.version_info
24 sys.exit(1)
  /external/dhcpcd/compat/
strlcpy.h 31 #include <sys/types.h>
  /external/webkit/Tools/BuildSlaveSupport/chromium/
remove-crash-logs 31 import sys namespace
34 if sys.platform == 'linux2':
36 elif sys.platform == 'darwin':
40 elif 'win' in sys.platform:

Completed in 827 milliseconds

1 2 3 4 5 67 8 91011>>