HomeSort by relevance Sort by last modified time
    Searched refs:__in (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
driverspecs.h 18 #define __in macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
inet.h 38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
46 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
54 extern char *inet_ntoa (struct in_addr __in) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
inet.h 38 extern in_addr_t inet_lnaof (struct in_addr __in) __THROW;
46 extern in_addr_t inet_netof (struct in_addr __in) __THROW;
54 extern char *inet_ntoa (struct in_addr __in) __THROW;
  /external/chromium_org/cloud_print/service/win/
installer.cc 137 int WINAPI WinMain(__in HINSTANCE hInstance,
138 __in HINSTANCE hPrevInstance,
139 __in LPSTR lpCmdLine,
140 __in int nCmdShow) {
cloud_print_service_config.cc 441 int WINAPI WinMain(__in HINSTANCE hInstance,
442 __in HINSTANCE hPrevInstance,
443 __in LPSTR lpCmdLine,
444 __in int nCmdShow) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
wait.h 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \
48 { .__in = (status) }).__i))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \
48 { .__in = (status) }).__i))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 66 __convert_to_v(const char* __in, _Tv& __out, ios_base::iostate& __err,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 66 __convert_to_v(const char* __in, _Tv& __out, ios_base::iostate& __err,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 66 __convert_to_v(const char* __in, _Tv& __out, ios_base::iostate& __err,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 66 __convert_to_v(const char* __in, _Tv& __out, ios_base::iostate& __err,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]
specstrings.h 112 // LPCSTR pszString, // No annotation required, const implies __in.
118 // __in HWND hwndControl, // An initialized read-only parameter.
127 // LPCSTR pszSrc, // No annotation required, const implies __in.
561 #ifndef __in
562 #define __in __pre __valid __pre __deref __readonly macro
565 #define __in_ecount(size) __in __pre __elem_readableTo(size)
568 #define __in_bcount(size) __in __pre __byte_readableTo(size)
620 #define __in_opt __in __exceptthat __maybenull
678 #define __deref_in __in __pre __deref __deref __readonly
    [all...]
sal.h 119 LPCSTR pszString, -- No annotation required, const implies __in.
125 __in HWND hwndControl, -- An initialized read-only parameter.
134 LPCSTR pszSrc, -- No annotation required, const implies __in.
499 #define __in __pre __valid __pre __deref __readonly macro
500 #define __in_ecount(size) __in __pre __elem_readableTo(size)
501 #define __in_bcount(size) __in __pre __byte_readableTo(size)
502 #define __in_z __in __pre __nullterminated
505 #define __in_nz __in
542 #define __in_opt __in __exceptthat __maybenull
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 12 typedef HRESULT (__stdcall *FuncType_DWriteCreateFactory)(__in DWRITE_FACTORY_TYPE, __in REFIID, __out IUnknown **);
102 __in DWRITE_GLYPH_RUN const* glyphRun,
423 __in DWRITE_GLYPH_RUN const* glyphRun,
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 533 int WINAPI WinMain(__in HINSTANCE hInstance,
534 __in HINSTANCE hPrevInstance,
535 __in LPSTR lpCmdLine,
536 __in int nCmdShow) {

Completed in 991 milliseconds

1 2