Searched refs:Present (Results 1 - 25 of 31) sorted by last modified time

12

/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/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl264 HRESULT Present(
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp615 * On Present, it is copied to the actual display
618 * by looking at the buffer contents after Present (but those are undefined).
636 * When you call Present(), the contents of the buffers are rotated, so that buffer 0
640 * same ID3D11Texture2D*, and views based on it, that you got before Present().
642 * Present seems to happen by either copying the relevant buffer into the window,
710 * Present would in such a better design gain a way to specify the number of buffers
1086 virtual HRESULT STDMETHODCALLTYPE Present( function in struct:GalliumDXGISwapChain
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp180 swap_chain->Present(0, 0);
H A Dd3d10x11main.cpp148 swap_chain->Present(0, 0);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp164 swap_chain->Present(0, 0);
H A Dd3d11x11main.cpp108 swap_chain->Present(0, 0);
/external/llvm/include/llvm-c/
H A DDisassembler.h75 uint64_t Present; /* 1 if this symbol is present */ member in struct:LLVMOpInfoSymbol1
/external/llvm/lib/AsmParser/
H A DLLParser.h187 bool ParseOptionalToken(lltok::Kind T, bool &Present, argument
190 Present = false;
195 Present = true;
/external/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp69 SymbolicOp.AddSymbol.Present = true;
87 if (SymbolicOp.AddSymbol.Present) {
98 if (SymbolicOp.SubtractSymbol.Present) {
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp81 SymbolicOp.AddSymbol.Present = true;
165 if (SymbolicOp.AddSymbol.Present) {
180 if (SymbolicOp.SubtractSymbol.Present) {
/external/libedit/
H A Dconfigure1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1657 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
12602 ## include curses.h to prevent "Present But Cannot Be Compiled"
/external/guava/guava/src/com/google/common/base/
H A DOptional.java84 return new Present<T>(checkNotNull(reference));
94 : new Present<T>(nullableReference);
198 private static final class Present<T> extends Optional<T> { class in class:Optional
201 Present(T reference) { method in class:Optional.Present
237 if (object instanceof Present) {
238 Present<?> other = (Present<?>) object;
/external/chromium_org/v8/test/cctest/
H A Dtest-hashmap.cc62 bool Present(int x) { function in class:IntSet
107 CHECK(set.Present(1));
108 CHECK(set.Present(2));
109 CHECK(set.Present(3));
110 CHECK(!set.Present(4));
114 CHECK(!set.Present(1));
115 CHECK(set.Present(2));
116 CHECK(set.Present(3));
120 CHECK(!set.Present(1));
121 CHECK(set.Present(
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc671 // Present the backbuffer contents to the display
672 _pd3dDevice->Present(NULL, NULL, NULL, NULL );
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.cc130 d3d_device_->Present(NULL, NULL, NULL, NULL);
216 d3d_device_->Present(NULL, NULL, NULL, NULL);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm138 idesc64 isrL, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present
177 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
201 pageEntry2M addr, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present
208 pageDirectory2M pageDirE, 0, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present
214 pageDirectory2M pageDirP, 0, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present
H A Dxdfprotect.asm112 idesc32 isrP, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present
150 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl264 HRESULT Present(
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp615 * On Present, it is copied to the actual display
618 * by looking at the buffer contents after Present (but those are undefined).
636 * When you call Present(), the contents of the buffers are rotated, so that buffer 0
640 * same ID3D11Texture2D*, and views based on it, that you got before Present().
642 * Present seems to happen by either copying the relevant buffer into the window,
710 * Present would in such a better design gain a way to specify the number of buffers
1086 virtual HRESULT STDMETHODCALLTYPE Present( function in struct:GalliumDXGISwapChain
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp180 swap_chain->Present(0, 0);
H A Dd3d10x11main.cpp148 swap_chain->Present(0, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp164 swap_chain->Present(0, 0);
H A Dd3d11x11main.cpp108 swap_chain->Present(0, 0);

Completed in 518 milliseconds

12