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

  /bionic/libc/include/bits/
struct_file.h 36 struct __sFILE {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 8 typedef struct __sFILE {
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 28 typedef struct __sFILE {
  /bionic/libc/include/
stdio.h 58 struct __sFILE;
59 typedef struct __sFILE FILE;
  /bionic/libc/stdio/
local.h 61 struct __sFILE {
138 // Callers should use this but fall back to `__sFILE::_seek`.
142 // Values for `__sFILE::_flags`.
stdio.cpp 1131 static_assert(sizeof(::__sFILE) == sizeof(phony::__sFILE),
1132 "size mismatch between `struct __sFILE` implementation and public stub");
1133 static_assert(alignof(::__sFILE) == alignof(phony::__sFILE),
1134 "alignment mismatch between `struct __sFILE` implementation and public stub");
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 219 typedef struct __sFILE {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 520 milliseconds