Searched
full:pure (Results
376 -
400 of
1743) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
daogetrw.h | 85 STDMETHOD(GetRows) (THIS_ LONG cRowsToSkip,LONG cCol,LPDAOCOLUMNBINDING prgBndCol,ULONG cbRowLen,LPDAOFETCHROWS pFetchRows) PURE; 92 STDMETHOD(AddGetRowsErr) (THIS_ HRESULT hr) PURE;
|
d3dx9math.h | 418 STDMETHOD(QueryInterface)(THIS_ REFIID riid, LPVOID * ppvObj) PURE; 419 STDMETHOD_(ULONG,AddRef)(THIS) PURE; 420 STDMETHOD_(ULONG,Release)(THIS) PURE; 421 STDMETHOD(Pop)(THIS) PURE; 422 STDMETHOD(Push)(THIS) PURE; 423 STDMETHOD(LoadIdentity)(THIS) PURE; 424 STDMETHOD(LoadMatrix)(THIS_ const D3DXMATRIX* pM ) PURE; 425 STDMETHOD(MultMatrix)(THIS_ const D3DXMATRIX* pM ) PURE; 426 STDMETHOD(MultMatrixLocal)(THIS_ const D3DXMATRIX* pM ) PURE; 427 STDMETHOD(RotateAxis)(THIS_ const D3DXVECTOR3* pV, FLOAT Angle) PURE; [all...] |
vfw.h | 909 STDMETHOD(QueryInterface) (THIS_ REFIID riid,LPVOID *ppvObj) PURE; 910 STDMETHOD_(ULONG,AddRef) (THIS) PURE; 911 STDMETHOD_(ULONG,Release) (THIS) PURE; 912 STDMETHOD(Create) (THIS_ LPARAM lParam1,LPARAM lParam2) PURE; 913 STDMETHOD(Info) (THIS_ AVISTREAMINFOW *psi,LONG lSize) PURE; 914 STDMETHOD_(LONG,FindSample)(THIS_ LONG lPos,LONG lFlags) PURE; 915 STDMETHOD(ReadFormat) (THIS_ LONG lPos,LPVOID lpFormat,LONG *lpcbFormat) PURE; 916 STDMETHOD(SetFormat) (THIS_ LONG lPos,LPVOID lpFormat,LONG cbFormat) PURE; 917 STDMETHOD(Read) (THIS_ LONG lStart,LONG lSamples,LPVOID lpBuffer,LONG cbBuffer,LONG *plBytes,LONG *plSamples) PURE; 918 STDMETHOD(Write) (THIS_ LONG lStart,LONG lSamples,LPVOID lpBuffer,LONG cbBuffer,DWORD dwFlags,LONG *plSampWritten,LONG *plBytesWritten) PURE; [all...] |
/bionic/benchmarks/ |
unistd_benchmark.cpp | 46 // Stop GCC optimizing out our pure function.
|
/build/tools/droiddoc/templates-pdk/assets/ |
microtemplate.js | 21 // Convert the template into pure JavaScript
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/external/clang/test/CodeGen/ |
2008-01-25-ByValReadNone.c | 16 int g(struct S x) __attribute__ ((pure));
|
/external/clang/test/Index/ |
overrides.cpp | 29 // CHECK: overrides.cpp:21:16: CXXMethod=h:21:16 (virtual) (pure) Extent=[21:3 - 21:23]
|
/external/clang/test/Sema/ |
builtin-assume.c | 6 int ispure(int) __attribute__((pure));
|
/external/compiler-rt/test/BlocksRuntime/ |
blockimport.c | 17 // pure C nothing more needed
|
/external/libcxxabi/src/ |
cxa_virtual.cpp | 21 abort_message("Pure virtual function called!");
|
/external/liblzf/ |
README | 2 LZF is an extremely fast (not that much slower than a pure memcpy)
|
/external/lldb/test/pexpect-2.4/ |
setup.py | 9 description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-neg-01.ll | 23 ; Test f128. With the loads and stores, a pure negation would probably
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.h | 39 * Pure-LLVM texture sampling code generator.
|
/external/skia/src/core/ |
SkForceCPlusPlusLinking.cpp | 18 // that make us depend on it anyway: a handler when we call a for a pure
|
/external/valgrind/helgrind/ |
README_YARD.txt | 28 * Pure happens before operation, so as not to give any false
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_virtual.cpp | 21 abort_message("Pure virtual function called!");
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/ |
dwarf2_32.h | 22 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
Completed in 281 milliseconds
<<11121314151617181920>>