Searched defs:Present (Results 1 - 20 of 20) sorted by last modified time

/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp1831 long Direct3DDevice8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) function in class:D3D8::Direct3DDevice8
1849 swapChain[0]->Present(sourceRect, destRect, destWindowOverride, dirtyRegion);
H A DDirect3DSwapChain8.cpp76 long Direct3DSwapChain8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) function in class:D3D8::Direct3DSwapChain8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp2284 long Direct3DDevice9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) function in class:D3D9::Direct3DDevice9
2290 return swapChain->Present(sourceRect, destRect, destWindowOverride, dirtyRegion, 0);
H A DDirect3DDevice9Ex.cpp607 long Direct3DDevice9Ex::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion) function in class:D3D9::Direct3DDevice9Ex
611 return Direct3DDevice9::Present(sourceRect, destRect, destWindowOverride, dirtyRegion);
H A DDirect3DSwapChain9.cpp80 long Direct3DSwapChain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion, unsigned long flags) function in class:D3D9::Direct3DSwapChain9
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DDisassembler.h68 uint64_t Present; /* 1 if this symbol is present */ member in struct:LLVMOpInfoSymbol1
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h156 bool ParseOptionalToken(lltok::Kind T, bool &Present, LocTy *Loc = 0) { argument
158 Present = false;
163 Present = true;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h663 Present, member in class:XFA_Element
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/mesa3d/include/D3D9/
H A Dd3d9.h175 virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion) = 0;
346 virtual HRESULT WINAPI Present(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags) = 0;
763 HRESULT (WINAPI *Present)(IDirect3DDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion); member in struct:IDirect3DDevice9Vtbl
890 #define IDirect3DDevice9_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d)
1014 HRESULT (WINAPI *Present)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion); member in struct:IDirect3DDevice9ExVtbl
1157 #define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->lpVtbl->Present(p,a,b,c,d)
1512 HRESULT (WINAPI *Present)(IDirect3DSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags); member in struct:IDirect3DSwapChain9Vtbl
1530 #define IDirect3DSwapChain9_Present(p,a,b,c,d,e) (p)->lpVtbl->Present(p,a,b,c,d,e)
1545 HRESULT (WINAPI *Present)(IDirect3DSwapChain9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags); member in struct:IDirect3DSwapChain9ExVtbl
1567 #define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->lpVtbl->Present(
[all...]
/external/llvm/include/llvm-c/
H A DDisassembler.h79 uint64_t Present; /* 1 if this symbol is present */ member in struct:LLVMOpInfoSymbol1
/external/llvm/lib/AsmParser/
H A DLLParser.h201 bool ParseOptionalToken(lltok::Kind T, bool &Present, argument
204 Present = false;
209 Present = true;
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guava/guava/src/com/google/common/base/
H A DPresent.java32 final class Present<T> extends Optional<T> { class in inherits:Optional
35 Present(T reference) { method in class:Present
71 return new Present<V>(checkNotNull(function.apply(reference),
76 if (object instanceof Present) {
77 Present<?> other = (Present<?>) object;
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 342 milliseconds