/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
richole.h | 67 STDMETHOD(GetObject) (THIS_ LONG iob,REOBJECT *lpreobject,DWORD dwFlags) PURE; 69 STDMETHOD(ConvertObject) (THIS_ LONG iob,REFCLSID rclsidNew,LPCSTR lpstrUserTypeNew) PURE; 72 STDMETHOD(SetLinkAvailable) (THIS_ LONG iob,WINBOOL fAvailable) PURE; 73 STDMETHOD(SetDvaspect) (THIS_ LONG iob,DWORD dvaspect) PURE; 74 STDMETHOD(HandsOffStorage) (THIS_ LONG iob) PURE; 75 STDMETHOD(SaveCompleted) (THIS_ LONG iob,LPSTORAGE lpstg) PURE;
|
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_pointer.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, void* v) const;
|
put_bool.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, bool v) const;
|
put_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, long v) const;
|
put_long_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, long long v) const;
|
put_unsigned_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, unsigned long v) const;
|
put_unsigned_long_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, unsigned long long v) const;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_pointer.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, void* v) const;
|
put_bool.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, bool v) const;
|
put_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, long v) const;
|
put_long_long.pass.cpp | 14 // iter_type put(iter_type s, ios_base& iob, char_type fill, long long v) const;
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
barrier.h | 35 #define iob() fast_iob() macro
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-8.js | 38 var Iob = ""; 65 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Iob))))),p);
|
/sdk/find_lock/ |
find_lock.cpp | 327 DWORD iob[2] = { 0, 0 };
local 329 DWORD status = sNtQueryInformationFileFunc(info->handle, iob, buf, sizeof(buf), 9);
|