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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 125 l_flags = 0
126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
127 if 'a' in which: l_flags = l_flags | os.O_APPEND
128 if 's' in which: l_flags = l_flags | os.O_SYNC
134 if '!' in which: l_flags = cur_fl & ~ l_flags
135 else: l_flags = cur_fl | l_flag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 125 l_flags = 0
126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
127 if 'a' in which: l_flags = l_flags | os.O_APPEND
128 if 's' in which: l_flags = l_flags | os.O_SYNC
134 if '!' in which: l_flags = cur_fl & ~ l_flags
135 else: l_flags = cur_fl | l_flag
    [all...]
  /external/libnl-headers/
netlink-types.h 161 uint32_t l_flags; member in struct:rtnl_link
  /external/elfutils/libelf/
abstract.h 310 TYPE_NAME (ElfW2(Bits, Ext##Word), l_flags) \
elf.h 1661 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon19968
1670 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon19969
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 1626 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon39197
1635 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon39198
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 1626 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon40787
1635 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon40788
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 1626 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon42302
1635 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon42303
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 1394 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon30324
1403 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon30325
    [all...]

Completed in 250 milliseconds