Searched refs:Present (Results 1 - 25 of 31) sorted by relevance

12

/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/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/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp69 SymbolicOp.AddSymbol.Present = true;
87 if (SymbolicOp.AddSymbol.Present) {
98 if (SymbolicOp.SubtractSymbol.Present) {
/external/llvm/include/llvm-c/
H A DDisassembler.h75 uint64_t Present; /* 1 if this symbol is present */ member in struct:LLVMOpInfoSymbol1
/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/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp81 SymbolicOp.AddSymbol.Present = true;
165 if (SymbolicOp.AddSymbol.Present) {
180 if (SymbolicOp.SubtractSymbol.Present) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp108 swap_chain->Present(0, 0);
H A Dd3d11winmain.cpp164 swap_chain->Present(0, 0);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp108 swap_chain->Present(0, 0);
H A Dd3d11winmain.cpp164 swap_chain->Present(0, 0);
/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/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/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/llvm/lib/AsmParser/
H A DLLParser.h187 bool ParseOptionalToken(lltok::Kind T, bool &Present, argument
190 Present = false;
195 Present = true;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DSwapChain11.cpp385 // IDXGISwapChain::Present documentation states that valid sync intervals are in the [0,4] range
594 result = mSwapChain->Present(0, 0);
596 result = mSwapChain->Present(mSwapInterval, 0);
603 ERR("Present failed: the D3D11 device was removed: 0x%08X", removedReason);
608 ERR("Present failed: the D3D11 device was reset from a bad command.");
613 ERR("Present failed with error code 0x%08X", result);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DSwapChain9.cpp178 // Some non-switchable AMD GPUs / drivers do not respect the source rectangle to Present. Therefore, when the vendor ID
312 HRESULT result = mSwapChain->Present(&rect, &rect, NULL, NULL, 0);
321 // On Windows 8 systems, IDirect3DSwapChain9::Present sometimes returns 0x88760873 when the windows is
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl264 HRESULT Present(
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl264 HRESULT Present(
/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/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/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/chromium_org/third_party/usb_ids/
H A Dusb.ids17079 002 Present Status
17133 060 Present
17232 0d0 AC Present
17233 0d1 Battery Present

Completed in 1031 milliseconds

12