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

12

/external/guava/guava-gwt/src/com/google/common/base/
H A DPresent_CustomFieldSerializer.java25 * Custom GWT serializer for {@link Present}.
31 public static void deserialize(SerializationStreamReader reader, Present<?> instance) {}
33 public static Present<Object> instantiate(SerializationStreamReader reader)
35 return (Present<Object>) Optional.of(reader.readObject());
38 public static void serialize(SerializationStreamWriter writer, Present<?> instance)
/external/v8/test/cctest/
H A Dtest-hashmap.cc63 bool Present(int x) { function in class:IntSet
109 CHECK(set.Present(1));
110 CHECK(set.Present(2));
111 CHECK(set.Present(3));
112 CHECK(!set.Present(4));
116 CHECK(!set.Present(1));
117 CHECK(set.Present(2));
118 CHECK(set.Present(3));
122 CHECK(!set.Present(1));
123 CHECK(set.Present(
[all...]
/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;
H A DOptional.java85 return new Present<T>(checkNotNull(reference));
95 : new Present<T>(nullableReference);
/external/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp73 SymbolicOp.AddSymbol.Present = true;
91 if (SymbolicOp.AddSymbol.Present) {
102 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/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp81 SymbolicOp.AddSymbol.Present = true;
165 if (SymbolicOp.AddSymbol.Present) {
180 if (SymbolicOp.SubtractSymbol.Present) {
/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/webrtc/webrtc/test/win/
H A Dd3d_renderer.cc130 d3d_device_->Present(NULL, NULL, NULL, NULL);
216 d3d_device_->Present(NULL, NULL, NULL, NULL);
/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.h198 bool ParseOptionalToken(lltok::Kind T, bool &Present, argument
201 Present = false;
206 Present = true;
/external/opencv3/samples/directx/
H A Dd3d10_interop.cpp237 r = m_pD3D10SwapChain->Present(0, 0);
H A Dd3d11_interop.cpp241 r = m_pD3D11SwapChain->Present(0, 0);
H A Dd3d9_interop.cpp221 r = m_pD3D9Dev->Present(NULL, NULL, NULL, NULL);
H A Dd3d9ex_interop.cpp221 r = m_pD3D9DevEx->Present(NULL, NULL, NULL, NULL);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl264 HRESULT Present(
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc661 // Present the backbuffer contents to the display
662 _pd3dDevice->Present(NULL, NULL, NULL, NULL );
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1766 op_info->AddSymbol.Present = 1;
1777 op_info->AddSymbol.Present = 1;
1782 op_info->SubtractSymbol.Present = 1;
1845 op_info->SubtractSymbol.Present = 1;
1857 op_info->AddSymbol.Present = 1;
1926 op_info->AddSymbol.Present = 1;
1973 op_info->AddSymbol.Present = 1;
1978 op_info->SubtractSymbol.Present = 1;
1987 op_info->AddSymbol.Present = 1;
2046 op_info->AddSymbol.Present
[all...]
/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/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/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1332 milliseconds

12